[pacman-dev] [GIT] The official pacman repository branch, master, updated. v4.1.1-9-g0f988be
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 0f988beff8794338485352dc1beafbfcdbb20db1 (commit) via a4a7336dff8155cfeb37341d1e9e56092439bae6 (commit) via 35289bc17ebdc08e3870fa70e4342c4af81be7af (commit) via 692633264a5cf1aa3e526522d7daf68d73943f12 (commit) via 34da9d25e4884c3f89092f6295f1ca6070604c7e (commit) via c5716d0e72e47c8cd2ca1a437598eeee54111754 (commit) via 0aa9628560e1ebbb4f4274305504f2f806b67266 (commit) via 9de33488bffffd4bb273f73f98a0ced40ba06f29 (commit) via 91b9ea922ae3db12cbff570718709d4c836c4cbf (commit) via c5a4b35528452855d125cea749fcc4a3a01fca9b (commit) via c1dfdd20109bdd154630df9f9d5465e947aa851e (commit) via 99b8d78bc6ad76a0986614a92db15ee9d76124a8 (commit) via b8c84479712f021735466d9882bf8ebbf1c558e4 (commit) via ee3b70c4a9f3564a6ec4bf9823189e217ab66dc9 (commit) via 769facca22db733f0a70ce6a38062d37fe8d2579 (commit) via 9f9cf95692d9399d1528635a70ce873cd0518449 (commit) via e19091b2bfe53cc1c37f2fc4999c359719637d7c (commit) via 597286eb258f841dfc00f65474138fc6192f0092 (commit) via 695f0e443e18ca5d7b722bdf2c4695cc63c1af54 (commit) via 7e0f528274478e7d3057d71717596fdaa5e5bb79 (commit) via 2bf2700b744392ab3fb4e5295e3a2619b1ddfe28 (commit) via b7c994db8b049b87df5ec5d6cada84a36c60c47d (commit) via 3de8f8f1ccf103ae9737299b52407b4ebe51d75a (commit) via 32c91e28952f3b746da7513849a8f3c996aab807 (commit) via 95c68d26ef1fe9ccf7eafc1be4205964255c7f3f (commit) via 0f486adfec6d44f7578e526379078231aa300601 (commit) via 87acfef1669a3d6a185fde8c83535cb57bd3bbc5 (commit) via fa601c41ed356a7d9e05995fa4337203cfaab6ed (commit) via f9280a0523d0c49039a0ad27718701c20d874ec3 (commit) via 0f05bfc340891ed6649168c888bb7c598d7f0d58 (commit) via 7b10519835eadec97487728516b1a712c4b896eb (commit) via b5a7734a7ecdd35f64f33eeed5252423ca005fd2 (commit) from 5caf143faaa64bd76c10c8e35dd0adbfd8619615 (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 0f988beff8794338485352dc1beafbfcdbb20db1 Merge: c5716d0 a4a7336 Author: Allan McRae <allan@archlinux.org> Date: Tue May 7 12:59:44 2013 +1000 Merge branch 'maint' commit c5716d0e72e47c8cd2ca1a437598eeee54111754 Author: Andrew Gregory <andrew.gregory.8@gmail.com> Date: Sat May 4 09:37:38 2013 -0400 conflict.c: compare package pointers directly p1 and p2 both come directly from the upgrade list without being copied so they can be compared directly instead of comparing their names. Also fix minor style violation. Signed-off-by: Andrew Gregory <andrew.gregory.8@gmail.com> Signed-off-by: Allan McRae <allan@archlinux.org> commit 9de33488bffffd4bb273f73f98a0ced40ba06f29 Author: Eric Bélanger <snowmaniscool@gmail.com> Date: Sun Apr 28 22:42:22 2013 -0400 Add --noprepare option to makepkg This new option disables the prepare function. Useful in combination with -o to get an unpatched copy of the sources for testing purpose. Signed-off-by: Eric Bélanger <snowmaniscool@gmail.com> Signed-off-by: Allan McRae <allan@archlinux.org> commit b8c84479712f021735466d9882bf8ebbf1c558e4 Author: Connor Behan <connor.behan@gmail.com> Date: Thu Apr 18 01:40:06 2013 -0700 Remove ALPM_QUESTION_LOCAL_NEWER Remove a question that hasn't been used since the 3.0 days. To prevent us from having an ugly enum of questions that is missing a bitmask, this changes the API of the hidden --ask option. Signed-off-by: Connor Behan <connor.behan@gmail.com> Signed-off-by: Allan McRae <allan@archlinux.org> commit ee3b70c4a9f3564a6ec4bf9823189e217ab66dc9 Author: Connor Behan <connor.behan@gmail.com> Date: Wed Apr 17 02:04:04 2013 -0700 Unify front and backend responses for --print When libalpm asks the user a question, there are two possible defaults. One default for pacman (used when the user presses enter without typing and for --noconfirm) and the libalpm default. Currently the libalpm default gets used for the pacman "--print" option. This affects the printing of ignored packages since the defaults differ for "ALPM_QUESTION_INSTALL_IGNOREPKG". Adjust the response of this case when using --print so pacman acts consistently. Signed-off-by: Connor Behan <connor.behan@gmail.com> Signed-off-by: Allan McRae <allan@archlinux.org> commit 9f9cf95692d9399d1528635a70ce873cd0518449 Author: Andrew Gregory <andrew.gregory.8@gmail.com> Date: Sun Apr 14 14:32:20 2013 -0400 util.py: replace file() with open() open() is the standard way to open a file in python. Signed-off-by: Andrew Gregory <andrew.gregory.8@gmail.com> Signed-off-by: Allan McRae <allan@archlinux.org> commit e19091b2bfe53cc1c37f2fc4999c359719637d7c Author: Andrew Gregory <andrew.gregory.8@gmail.com> Date: Sun Apr 14 14:32:19 2013 -0400 pmpkg: default mode 0755 for dirs in sync packages TarInfo objects default to mode 0644 while mkfile in util.py uses 0755 for directories, causing pacman warnings about differing permissions on tests involving package updates. Set the mode on TarInfo directory objects to 0755 unless the test specifies a different mode. Bug referenced in FS#30723. Signed-off-by: Andrew Gregory <andrew.gregory.8@gmail.com> Signed-off-by: Allan McRae <allan@archlinux.org> commit 87acfef1669a3d6a185fde8c83535cb57bd3bbc5 Author: Dave Reisner <dreisner@archlinux.org> Date: Sun Mar 24 15:09:18 2013 -0400 makepkg: avoid file|grep dependency for CRLF check Signed-off-by: Dave Reisner <dreisner@archlinux.org> Signed-off-by: Allan McRae <allan@archlinux.org> commit fa601c41ed356a7d9e05995fa4337203cfaab6ed Author: Andrew Gregory <andrew.gregory.8@gmail.com> Date: Tue Apr 2 19:53:43 2013 -0400 makepkg: remove extra ansi color codes All those extra '\e[1;'s were just setting bold redundantly or immediately being cancelled. Signed-off-by: Andrew Gregory <andrew.gregory.8@gmail.com> Signed-off-by: Allan McRae <allan@archlinux.org> ----------------------------------------------------------------------- Summary of changes: NEWS | 13 +- configure.ac | 4 +- contrib/bash_completion.in | 2 +- contrib/checkupdates.sh.in | 2 +- contrib/paccache.sh.in | 4 +- contrib/zsh_completion.in | 15 +- doc/index.txt | 1 + doc/makepkg.8.txt | 6 + doc/makepkg.conf.5.txt | 2 +- lib/libalpm/add.c | 2 +- lib/libalpm/alpm.h | 7 +- lib/libalpm/be_package.c | 4 +- lib/libalpm/conflict.c | 8 +- lib/libalpm/deps.c | 2 +- lib/libalpm/libalpm.pc.in | 2 +- lib/libalpm/po/ar.po | 39 +-- lib/libalpm/po/ca.po | 11 +- lib/libalpm/po/cs.po | 11 +- lib/libalpm/po/da.po | 35 +-- lib/libalpm/po/de.po | 11 +- lib/libalpm/po/el.po | 15 +- lib/libalpm/po/en_GB.po | 4 +- lib/libalpm/po/eo.po | 2 +- lib/libalpm/po/es.po | 13 +- lib/libalpm/po/fa.po | 2 +- lib/libalpm/po/fi.po | 16 +- lib/libalpm/po/fr.po | 109 ++++---- lib/libalpm/po/gl.po | 7 +- lib/libalpm/po/hr.po | 39 +-- lib/libalpm/po/hu.po | 8 +- lib/libalpm/po/id.po | 5 +- lib/libalpm/po/it.po | 6 +- lib/libalpm/po/ja.po | 12 +- lib/libalpm/po/kk.po | 6 +- lib/libalpm/po/ko.po | 4 +- lib/libalpm/po/libalpm.pot | 4 +- lib/libalpm/po/lt.po | 13 +- lib/libalpm/po/nb.po | 6 +- lib/libalpm/po/nl.po | 256 +++++++++--------- lib/libalpm/po/pl.po | 7 +- lib/libalpm/po/pt.po | 4 +- lib/libalpm/po/pt_BR.po | 43 +-- lib/libalpm/po/ro.po | 13 +- lib/libalpm/po/ru.po | 38 +-- lib/libalpm/po/sk.po | 12 +- lib/libalpm/po/sl.po | 5 +- lib/libalpm/po/sr.po | 32 +-- lib/libalpm/po/sr@latin.po | 32 +-- lib/libalpm/po/sv.po | 4 +- lib/libalpm/po/tr.po | 8 +- lib/libalpm/po/uk.po | 6 +- lib/libalpm/po/zh_CN.po | 11 +- lib/libalpm/po/zh_TW.po | 6 +- lib/libalpm/signing.c | 2 +- lib/libalpm/util.c | 6 +- m4/pkg.m4 | 2 +- proto/PKGBUILD-split.proto | 8 +- proto/PKGBUILD.proto | 8 +- scripts/library/README | 2 +- scripts/makepkg.sh.in | 69 +++-- scripts/po/ar.po | 52 ++-- scripts/po/ca.po | 17 +- scripts/po/cs.po | 19 +- scripts/po/da.po | 88 ++++--- scripts/po/de.po | 32 ++- scripts/po/el.po | 22 +- scripts/po/en_GB.po | 15 +- scripts/po/eo.po | 10 +- scripts/po/es.po | 39 ++- scripts/po/fa.po | 10 +- scripts/po/fi.po | 22 +- scripts/po/fr.po | 490 +++++++++++++++++++---------------- scripts/po/gl.po | 10 +- scripts/po/hr.po | 14 +- scripts/po/hu.po | 168 +++++++----- scripts/po/id.po | 13 +- scripts/po/it.po | 14 +- scripts/po/ja.po | 68 ++--- scripts/po/kk.po | 10 +- scripts/po/ko.po | 12 +- scripts/po/lt.po | 23 +- scripts/po/nb.po | 33 ++- scripts/po/nl.po | 10 +- scripts/po/pacman-scripts.pot | 10 +- scripts/po/pl.po | 21 +- scripts/po/pt.po | 16 +- scripts/po/pt_BR.po | 72 ++--- scripts/po/ro.po | 19 +- scripts/po/ru.po | 175 ++++++++----- scripts/po/sk.po | 19 +- scripts/po/sl.po | 15 +- scripts/po/sr.po | 27 +- scripts/po/sr@latin.po | 27 +- scripts/po/sv.po | 12 +- scripts/po/tr.po | 16 +- scripts/po/uk.po | 14 +- scripts/po/zh_CN.po | 23 +- scripts/po/zh_TW.po | 10 +- src/pacman/callback.c | 24 +- src/pacman/conf.c | 4 +- src/pacman/pacman.c | 7 +- src/pacman/po/ar.po | 29 ++- src/pacman/po/ca.po | 77 +++--- src/pacman/po/cs.po | 28 +- src/pacman/po/da.po | 64 +++-- src/pacman/po/de.po | 46 ++-- src/pacman/po/el.po | 175 +++++++------ src/pacman/po/en_GB.po | 25 +- src/pacman/po/eo.po | 16 +- src/pacman/po/es.po | 39 +-- src/pacman/po/fa.po | 20 +- src/pacman/po/fi.po | 44 ++-- src/pacman/po/fr.po | 284 ++++++++++---------- src/pacman/po/gl.po | 19 +- src/pacman/po/hr.po | 49 ++-- src/pacman/po/hu.po | 33 ++- src/pacman/po/id.po | 23 +- src/pacman/po/it.po | 24 +- src/pacman/po/ja.po | 75 +++--- src/pacman/po/kk.po | 18 +- src/pacman/po/ko.po | 16 +- src/pacman/po/lt.po | 34 ++- src/pacman/po/nb.po | 25 +- src/pacman/po/nl.po | 14 +- src/pacman/po/pacman.pot | 14 +- src/pacman/po/pl.po | 29 ++- src/pacman/po/pt.po | 37 +-- src/pacman/po/pt_BR.po | 96 +++---- src/pacman/po/ro.po | 31 ++- src/pacman/po/ru.po | 203 +++++++-------- src/pacman/po/sk.po | 31 ++- src/pacman/po/sl.po | 19 +- src/pacman/po/sr.po | 240 +++++++++-------- src/pacman/po/sr@latin.po | 259 +++++++++--------- src/pacman/po/sv.po | 20 +- src/pacman/po/tr.po | 30 ++- src/pacman/po/uk.po | 38 +-- src/pacman/po/zh_CN.po | 44 ++-- src/pacman/po/zh_TW.po | 216 +++++++-------- src/pacman/util.c | 21 +- test/pacman/pmpkg.py | 2 + test/pacman/tests/ignore005.py | 2 +- test/pacman/tests/sync140.py | 2 +- test/pacman/tests/sync141.py | 2 +- test/pacman/tests/unresolvable001.py | 2 +- test/pacman/tests/upgrade090.py | 2 +- test/pacman/util.py | 2 +- test/scripts/parseopts_test.sh | 4 +- 148 files changed, 2987 insertions(+), 2264 deletions(-) hooks/post-receive -- The official pacman repository
participants (1)
-
allan@archlinux.org