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, maint has been updated via e7bc1e3c9a122e4daeb6dcf23eebdd55711138a5 (commit) via f8ae60bc28644fd46810fbab7d5acf143586dfd4 (commit) via 294f0fdf4df361e0d553eb650e1aacdb83f7bdf5 (commit) via 31432edcbe484a5fca01abff77359061ae813fcc (commit) via 9b1ab3d76713d99a11d8da2204557856d59bd3a5 (commit) via ea32924c626b828b3752c021362a6e0e7f79885c (commit) via 594524146906a2dfe1ea334a90f88aec24d8833a (commit) from b7c06d6d678ebe6a434b2387c3bda14647113f32 (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 e7bc1e3c9a122e4daeb6dcf23eebdd55711138a5 Author: Dan McGee <dan@archlinux.org> Date: Sat Feb 11 15:24:35 2012 -0600 4.0.2 release updates Signed-off-by: Dan McGee <dan@archlinux.org> commit f8ae60bc28644fd46810fbab7d5acf143586dfd4 Author: Dan McGee <dan@archlinux.org> Date: Sat Feb 11 15:01:35 2012 -0600 Final pre-release Transifex updates Signed-off-by: Dan McGee <dan@archlinux.org> commit 294f0fdf4df361e0d553eb650e1aacdb83f7bdf5 Author: Allan McRae <allan@archlinux.org> Date: Sat Feb 11 17:30:23 2012 +1000 pactree: allow comments after repo section header Duplicate the fix in config file parsing from d95c0494. Signed-off-by: Allan McRae <allan@archlinux.org> Signed-off-by: Dan McGee <dan@archlinux.org> commit 31432edcbe484a5fca01abff77359061ae813fcc Author: Allan McRae <allan@archlinux.org> Date: Sat Feb 11 14:15:38 2012 +1000 makepkg: disable extglob when sourcing BUILDSCRIPT PKGBUILDs are advertised as being pure bash so it would be expected that the default bash options are in effect when sourcing it. This inadvertantly "fixes" FS#27780 where enabling extglob causes the bash parser to error on non-valid bash function names like package_libxml++(). Note that these function names are unsupported in bash and could break again even with this "fix" in future bash releases. Signed-off-by: Allan McRae <allan@archlinux.org> Signed-off-by: Dan McGee <dan@archlinux.org> commit 9b1ab3d76713d99a11d8da2204557856d59bd3a5 Author: Allan McRae <allan@archlinux.org> Date: Fri Feb 10 08:20:13 2012 +1000 makepkg: deal with mercurial exit codes From mercurial-2.1, "hg pull" returns 1 when there are no updates. Catch the return code and either pull the update or return an error as appropriate. Signed-off-by: Allan McRae <allan@archlinux.org> Signed-off-by: Dan McGee <dan@archlinux.org> commit ea32924c626b828b3752c021362a6e0e7f79885c Author: Dan McGee <dan@archlinux.org> Date: Mon Feb 6 22:12:11 2012 -0600 Fix a handful of comment typos or misspellings Signed-off-by: Dan McGee <dan@archlinux.org> commit 594524146906a2dfe1ea334a90f88aec24d8833a Author: Dan McGee <dan@archlinux.org> Date: Mon Feb 6 21:59:12 2012 -0600 Translation updates from Transifex, mostly scripts This is after some manual massaging to fix issues with newlines in some translations of the script catalogs. Signed-off-by: Dan McGee <dan@archlinux.org> ----------------------------------------------------------------------- Summary of changes: NEWS | 25 ++++ configure.ac | 4 +- doc/index.txt | 1 + lib/libalpm/alpm.h | 6 +- lib/libalpm/po/fr.po | 25 ++-- scripts/makepkg.sh.in | 13 ++- scripts/po/ca.po | 90 ++++++------- scripts/po/cs.po | 61 ++------ scripts/po/da.po | 35 ++--- scripts/po/de.po | 98 +++++++------- scripts/po/el.po | 89 +++++------- scripts/po/en_GB.po | 7 +- scripts/po/es.po | 71 +++------- scripts/po/fi.po | 217 +++++++++++++++--------------- scripts/po/fr.po | 179 ++++++++++++------------- scripts/po/hu.po | 93 ++++++------- scripts/po/it.po | 90 +++++------- scripts/po/kk.po | 50 ++----- scripts/po/lt.po | 306 ++++++++++++++++++++--------------------- scripts/po/nb.po | 110 +++++++--------- scripts/po/pacman-scripts.pot | 5 +- scripts/po/pl.po | 58 ++------ scripts/po/pt.po | 104 ++++++-------- scripts/po/pt_BR.po | 115 +++++++--------- scripts/po/ro.po | 91 +++++------- scripts/po/ru.po | 57 ++------ scripts/po/sk.po | 96 ++++++------- scripts/po/sr.po | 61 ++------ scripts/po/sr@latin.po | 61 ++------ scripts/po/sv.po | 36 ++---- scripts/po/tr.po | 90 +++++------- scripts/po/uk.po | 65 ++------- scripts/po/zh_CN.po | 92 +++++------- scripts/po/zh_TW.po | 7 +- src/pacman/pacman.c | 10 +- src/pacman/po/fi.po | 34 +++--- src/pacman/po/fr.po | 61 ++++---- src/pacman/po/hu.po | 6 +- src/pacman/po/it.po | 17 +-- src/pacman/util.c | 2 +- src/util/pactree.c | 12 +- 41 files changed, 1136 insertions(+), 1514 deletions(-) hooks/post-receive -- The official pacman repository