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 9d1e8084dfa0a1ebae6c37e3b839289cb905116f (commit) via 7b2f600d717ce5ecd0025d2fba43d405adb58bd4 (commit) via 5c2928aa259cac1dcdaa8b27172c2ee12327d21a (commit) via 9e9835f4640a45cc758fa64de5923d7f836fe1f4 (commit) via 7ff1b945f6c8b2286f04626be39291a7527119f4 (commit) from 825b4ff35aa676b139dc24bc651724b092f2fded (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 9d1e8084dfa0a1ebae6c37e3b839289cb905116f Author: Dan McGee <dan@archlinux.org> Date: Mon Jan 30 21:56:53 2012 -0600 Update translations Signed-off-by: Dan McGee <dan@archlinux.org> commit 7b2f600d717ce5ecd0025d2fba43d405adb58bd4 Author: Dan McGee <dan@archlinux.org> Date: Mon Jan 30 21:49:34 2012 -0600 Update pot translation catalogs Signed-off-by: Dan McGee <dan@archlinux.org> commit 5c2928aa259cac1dcdaa8b27172c2ee12327d21a Author: Dan McGee <dan@archlinux.org> Date: Mon Jan 30 21:43:23 2012 -0600 Make a few more copyright date tweaks Signed-off-by: Dan McGee <dan@archlinux.org> commit 9e9835f4640a45cc758fa64de5923d7f836fe1f4 Author: Dave Reisner <dreisner@archlinux.org> Date: Mon Jan 23 17:14:25 2012 -0500 scripts: always use printf with embedded gettext This addresses two problems: 1) echo's behavior is inconsistent when dealing with flags, and can potentially be problematic. $ echo -n $ echo -- -n -- -n 2) Always using the end of options markers prevents translated strings from throwing errors, as shown in FS#28069. The remaining "inconsistencies" are because printf is being used in a guaranteed safe manner, e.g. printf '%s\n' "$(gettext "--this can never break")" Signed-off-by: Dave Reisner <dreisner@archlinux.org> Signed-off-by: Dan McGee <dan@archlinux.org> commit 7ff1b945f6c8b2286f04626be39291a7527119f4 Author: Allan McRae <allan@archlinux.org> Date: Mon Jan 30 11:47:48 2012 +1000 makepkg: workaround for zipman issues This "fixes" two issues: 1) MAN_DIRS contains a glob by default so should not be quoted. It is not quoted anywhere else so this should not cause breakage... 2) the find statement returns 1 when some of MAN_DIRS are missing. This appears to only be exposed when running makepkg as root (which it appears some wrappers do...). Signed-off-by: Allan McRae <allan@archlinux.org> Signed-off-by: Dan McGee <dan@archlinux.org> ----------------------------------------------------------------------- Summary of changes: doc/index.txt | 2 +- lib/libalpm/po/ru.po | 37 ++++--- scripts/makepkg.sh.in | 81 +++++++------- scripts/pacman-db-upgrade.sh.in | 8 +- scripts/pacman-key.sh.in | 50 +++++----- scripts/pacman-optimize.sh.in | 12 +- scripts/pkgdelta.sh.in | 8 +- scripts/po/ca.po | 96 ++++++++++++++--- scripts/po/cs.po | 96 ++++++++++++++--- scripts/po/da.po | 90 +++++++++++++---- scripts/po/de.po | 97 ++++++++++++++--- scripts/po/el.po | 102 ++++++++++++++---- scripts/po/en_GB.po | 94 ++++++++++++----- scripts/po/es.po | 96 ++++++++++++++--- scripts/po/fi.po | 95 ++++++++++++++--- scripts/po/fr.po | 107 +++++++++++++++---- scripts/po/hu.po | 110 +++++++++++++++----- scripts/po/it.po | 96 ++++++++++++++--- scripts/po/kk.po | 97 ++++++++++++++---- scripts/po/lt.po | 96 ++++++++++++++--- scripts/po/nb.po | 100 ++++++++++++++---- scripts/po/pacman-scripts.pot | 72 ++++++++++--- scripts/po/pl.po | 94 +++++++++++++--- scripts/po/pt.po | 98 ++++++++++++++---- scripts/po/pt_BR.po | 100 ++++++++++++++---- scripts/po/ro.po | 98 ++++++++++++++---- scripts/po/ru.po | 222 ++++++++++++++++++++++++++++----------- scripts/po/sk.po | 159 +++++++++++++++++++++------- scripts/po/sr.po | 96 ++++++++++++++--- scripts/po/sr@latin.po | 96 ++++++++++++++--- scripts/po/sv.po | 90 +++++++++++++---- scripts/po/tr.po | 98 ++++++++++++++---- scripts/po/uk.po | 96 ++++++++++++++--- scripts/po/zh_CN.po | 96 ++++++++++++++--- scripts/po/zh_TW.po | 76 +++++++++++--- scripts/repo-add.sh.in | 44 ++++---- src/pacman/po/ca.po | 6 +- src/pacman/po/cs.po | 6 +- src/pacman/po/da.po | 6 +- src/pacman/po/de.po | 6 +- src/pacman/po/el.po | 6 +- src/pacman/po/en_GB.po | 6 +- src/pacman/po/es.po | 6 +- src/pacman/po/fi.po | 6 +- src/pacman/po/fr.po | 6 +- src/pacman/po/hu.po | 10 +-- src/pacman/po/it.po | 6 +- src/pacman/po/kk.po | 6 +- src/pacman/po/lt.po | 6 +- src/pacman/po/nb.po | 6 +- src/pacman/po/pacman.pot | 6 +- src/pacman/po/pl.po | 6 +- src/pacman/po/pt.po | 6 +- src/pacman/po/pt_BR.po | 6 +- src/pacman/po/ro.po | 6 +- src/pacman/po/ru.po | 139 +++++++++++++------------ src/pacman/po/sk.po | 6 +- src/pacman/po/sr.po | 6 +- src/pacman/po/sr@latin.po | 6 +- src/pacman/po/sv.po | 6 +- src/pacman/po/tr.po | 16 +-- src/pacman/po/uk.po | 33 +++---- src/pacman/po/zh_CN.po | 6 +- src/pacman/po/zh_TW.po | 6 +- 64 files changed, 2509 insertions(+), 938 deletions(-) hooks/post-receive -- The official pacman repository