[pacman-dev] [GIT] The official pacman repository branch, master, updated. v3.5.2-203-g9d73b26
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "The official pacman repository". The branch, master has been updated via 9d73b261cf1bbe8db0b176aeb6a40eb9df61d1e9 (commit) via 8f30e1b110e5c7bf2ec3eb397fe6880a2c8ee0a9 (commit) via 142c2132cf3312c1ad38d87e323277664985701c (commit) via 1744fe12d4b29eff681995441c9565403348aaa2 (commit) via d63599719af6db4fa3e41b4129b4a5b1fef41cf8 (commit) via c1f742d7750a14b680d2ceb2c75d952ccb53585d (commit) from 0d1fcd329fac091568ad7ad3978771a534e7e09e (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 9d73b261cf1bbe8db0b176aeb6a40eb9df61d1e9 Merge: 8f30e1b 1744fe1 Author: Dan McGee <dan@archlinux.org> Date: Thu Jun 2 17:33:56 2011 -0500 Merge branch 'maint' Conflicts: src/pacman/callback.c commit 8f30e1b110e5c7bf2ec3eb397fe6880a2c8ee0a9 Author: Dan McGee <dan@archlinux.org> Date: Wed Jun 1 17:11:45 2011 -0500 Show net upgrade size on -U/-S operations If it is different than the raw installed size metric we already show, compute the net upgrade size. For some sync operations, this can even be negative if newer packages are smaller than the ones they replace locally. Implements FS#12566. Example: Targets (1): telepathy-glib-0.14.7-1 Total Download Size: 1.07 MiB Total Installed Size: 15.72 MiB Net Upgrade Size: -0.29 MiB Signed-off-by: Dan McGee <dan@archlinux.org> commit 142c2132cf3312c1ad38d87e323277664985701c Author: Dan McGee <dan@archlinux.org> Date: Thu Jun 2 17:20:45 2011 -0500 Add two currently failing test cases from bug reports Signed-off-by: Dan McGee <dan@archlinux.org> ----------------------------------------------------------------------- Summary of changes: NEWS | 7 +++++++ configure.ac | 4 ++-- scripts/repo-add.sh.in | 2 +- src/pacman/callback.c | 18 +++++++++++------- src/pacman/remove.c | 2 +- src/pacman/util.c | 35 ++++++++++++++++++++++------------- src/pacman/util.h | 2 +- test/pacman/tests/replace101.py | 25 +++++++++++++++++++++++++ test/pacman/tests/replace102.py | 27 +++++++++++++++++++++++++++ 9 files changed, 97 insertions(+), 25 deletions(-) create mode 100644 test/pacman/tests/replace101.py create mode 100644 test/pacman/tests/replace102.py hooks/post-receive -- The official pacman repository
participants (1)
-
dan@archlinux.org