[pacman-dev] [GIT] The official pacman repository branch, master, updated. v4.1.2-293-ga7da2a4
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 a7da2a47c3f71f52ad1214b4ae78e716ee488a5a (commit) via 0deeb9991c0c93526a541c8757f611ba63690d55 (commit) via b9601b1e597c64df9d04678509c31f9bab538fd2 (commit) via 953808a9ee86fc5bcd63f4458662a5c73ccf37d1 (commit) via 4763341ea11c9e33f8d8f0f112659fae5bc74aa9 (commit) via 1601532a53b3b668b0946400bb2c68ca25f80c72 (commit) via 8014dc648f7a1f9b30200905b5e0cab776a6f0e4 (commit) via b449878feaf3ddf49557632bd52c987a3a3a782c (commit) via 236f1795e9f56674c330f6c04f2d164a37fd2682 (commit) via 47a4741a3cfb256ac0348c97d14ad79a0ff2618d (commit) from e4f6edf2374185c76a1f42a1aa6156d479bc6f40 (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 a7da2a47c3f71f52ad1214b4ae78e716ee488a5a Author: Andrew Gregory <andrew.gregory.8@gmail.com> Date: Thu Feb 6 20:49:07 2014 -0500 _alpm_sync_prepare: fix unresolvable packages leak If the user opted not to remove the unresolvable packages from the transaction, the list was neither free'd nor saved to the transaction to be free'd in trans_release. Signed-off-by: Andrew Gregory <andrew.gregory.8@gmail.com> Signed-off-by: Allan McRae <allan@archlinux.org> commit 0deeb9991c0c93526a541c8757f611ba63690d55 Author: Pierre Neidhardt <ambrevar@gmail.com> Date: Mon Feb 3 12:53:10 2014 +0100 pactree: removed 'provision' from linear output Linear output is especially useful when piped to other commands, e.g. $ pactree -lu pacman | pacman -Qqkk - The above command would previously show errors on packages with provisions. Signed-off-by: Pierre Neidhardt <ambrevar@gmail.com> Signed-off-by: Allan McRae <allan@archlinux.org> commit b9601b1e597c64df9d04678509c31f9bab538fd2 Author: Andrew Gregory <andrew.gregory.8@gmail.com> Date: Mon Feb 3 12:09:18 2014 -0500 alpm: export *_free functions Front-ends should be able to free memory that alpm hands them. Signed-off-by: Andrew Gregory <andrew.gregory.8@gmail.com> Signed-off-by: Allan McRae <allan@archlinux.org> commit 953808a9ee86fc5bcd63f4458662a5c73ccf37d1 Author: Andrew Gregory <andrew.gregory.8@gmail.com> Date: Mon Feb 3 12:05:48 2014 -0500 pmtest: add memory check to tests with valgrind Signed-off-by: Andrew Gregory <andrew.gregory.8@gmail.com> Signed-off-by: Allan McRae <allan@archlinux.org> commit 4763341ea11c9e33f8d8f0f112659fae5bc74aa9 Author: Andrew Gregory <andrew.gregory.8@gmail.com> Date: Mon Feb 3 12:05:47 2014 -0500 pmrule: add FILE_EMPTY rule Succeeds if the specified path is a file and is empty. Signed-off-by: Andrew Gregory <andrew.gregory.8@gmail.com> Signed-off-by: Allan McRae <allan@archlinux.org> commit 1601532a53b3b668b0946400bb2c68ca25f80c72 Author: Allan McRae <allan@archlinux.org> Date: Tue Feb 4 08:57:31 2014 +1000 Give groups display text singular and plural forms Reported on transifex Signed-off-by: Allan McRae <allan@archlinux.org> commit 8014dc648f7a1f9b30200905b5e0cab776a6f0e4 Author: Allan McRae <allan@archlinux.org> Date: Sun Feb 2 17:37:58 2014 +1000 makepkg: remove unneeded "|| true" makepkg only aborts on errors during PKGBUILD functions so the remaining "|| true" statements are unneeded. Signed-off-by: Allan McRae <allan@archlinux.org> commit b449878feaf3ddf49557632bd52c987a3a3a782c Author: Allan McRae <allan@archlinux.org> Date: Sun Feb 2 17:30:06 2014 +1000 makepkg: Fix typo in variable name It turns out that you should refer to variables by their actual name... Introduced in commit a521cea9. FS#38414. Signed-off-by: Allan McRae <allan@archlinux.org> commit 236f1795e9f56674c330f6c04f2d164a37fd2682 Author: Rafael Ferreira <josephgbr@archlinux.info> Date: Sun Feb 2 16:32:55 2014 +1000 Do not remove source code references in PO/POT files FS#34240. This is useful for translators and has little cost to us since we moved to transifex for translations. Signed-off-by: Allan McRae <allan@archlinux.org> commit 47a4741a3cfb256ac0348c97d14ad79a0ff2618d Author: Lars Gustäbel <lars@gustaebel.de> Date: Sun Feb 2 16:29:14 2014 +1000 Prevent makepkg creating armored signatures If the user has "armor" in thier gpg.conf, makepkg will create an ascii-armored signature. Use --no-armor in the gpg call to avoid. FS#38503. Signed-off-by: Allan McRae <allan@archlinux.org> ----------------------------------------------------------------------- Summary of changes: lib/libalpm/alpm.h | 4 ++++ lib/libalpm/conflict.c | 6 +++--- lib/libalpm/conflict.h | 3 --- lib/libalpm/deps.c | 8 ++++---- lib/libalpm/deps.h | 1 - lib/libalpm/po/Makevars | 2 +- lib/libalpm/remove.c | 7 ++++--- lib/libalpm/sync.c | 17 ++++++++++------- scripts/makepkg.sh.in | 12 ++++++------ scripts/po/Makevars | 2 +- src/pacman/po/Makevars | 2 +- src/pacman/remove.c | 3 ++- src/pacman/sync.c | 18 +++++++++++------- src/util/pactree.c | 5 ++++- test/pacman/README | 6 ++++++ test/pacman/pmrule.py | 4 ++++ test/pacman/pmtest.py | 1 + 17 files changed, 62 insertions(+), 39 deletions(-) hooks/post-receive -- The official pacman repository
participants (1)
-
allan@archlinux.org