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 308aa38a40fb26d535f0b874bb64fe987126d03f (commit) via 3707d5bc468dcd8611073d22b24d6f6be19bbe94 (commit) via 40a6c5c5eca05b5f65b1dc0c6d5c87fcd313fb2e (commit) via deed0286ef7045ce54fc54f8cadebfe3ebb5f725 (commit) via e28c47ade3253a4126b20f42a7715c69ec3555aa (commit) via 771c002c98292c6567d0f4985d296e152c35166c (commit) via f1ea4c8d241f2242aeeaa264bc42806853b0802e (commit) from 92630c660710332d0e02dea5a3c06c48f75d7321 (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 308aa38a40fb26d535f0b874bb64fe987126d03f Author: Dave Reisner <d@falconindy.com> Date: Wed Mar 16 20:24:11 2011 -0400 pacman.8: (re)document behavior of reading from stdin Change the term 'packages' to 'targets' in the synopsis as well, since command line parameters could just as well be groups, repos, or URLs. Signed-off-by: Dave Reisner <d@falconindy.com> Signed-off-by: Dan McGee <dan@archlinux.org> commit 3707d5bc468dcd8611073d22b24d6f6be19bbe94 Author: Dan McGee <dan@archlinux.org> Date: Wed Mar 16 19:03:52 2011 -0500 Warn but don't error for unknown pacman.conf directives This makes all the pacman developers' jobs harder as we have to switch files whenever running multiple pacman versions and are using newly introduced options. Instead of erroring out, print warnings and continue on. This patch also fixes a const-correctness issue. We immediately cast a 'const char *' to a 'char *' in setrepeatingoption(), which is just plain wrong as we manipulate the underlying string. Fix the types and remove the now unnecessary variable. Finally, a few messages change here for consistency and clarity and because we continue parsing rather than bailing out on a problem. Signed-off-by: Dan McGee <dan@archlinux.org> commit 40a6c5c5eca05b5f65b1dc0c6d5c87fcd313fb2e Author: Dave Reisner <d@falconindy.com> Date: Wed Mar 16 17:23:00 2011 -0400 Only read from stdin if '-' is provided as a target This prevents a regression for people who enjoy piping yes to pacman to avoid prompts. Signed-off-by: Dave Reisner <d@falconindy.com> Signed-off-by: Dan McGee <dan@archlinux.org> commit deed0286ef7045ce54fc54f8cadebfe3ebb5f725 Author: Dave Reisner <d@falconindy.com> Date: Wed Mar 16 19:39:40 2011 -0400 alpm_list: fix typo in doxygen comment Signed-off-by: Dave Reisner <d@falconindy.com> Signed-off-by: Dan McGee <dan@archlinux.org> commit e28c47ade3253a4126b20f42a7715c69ec3555aa Author: Dan McGee <dan@archlinux.org> Date: Wed Mar 16 19:51:12 2011 -0500 Update translations for message with added newline Signed-off-by: Dan McGee <dan@archlinux.org> commit 771c002c98292c6567d0f4985d296e152c35166c Author: Allan McRae <allan@archlinux.org> Date: Sat Mar 12 10:32:20 2011 +1000 Add missing newline to warning message Signed-off-by: Allan McRae <allan@archlinux.org> Signed-off-by: Dan McGee <dan@archlinux.org> commit f1ea4c8d241f2242aeeaa264bc42806853b0802e Author: Dan McGee <dan@archlinux.org> Date: Wed Mar 16 19:32:01 2011 -0500 Update index.txt with 3.5.0 release Signed-off-by: Dan McGee <dan@archlinux.org> ----------------------------------------------------------------------- Summary of changes: doc/index.txt | 1 + doc/pacman.8.txt | 8 +++++- lib/libalpm/alpm_list.c | 2 +- lib/libalpm/diskspace.c | 4 +- lib/libalpm/po/ca.po | 4 +- lib/libalpm/po/cs.po | 6 ++-- lib/libalpm/po/da.po | 4 +- lib/libalpm/po/de.po | 6 ++-- lib/libalpm/po/el.po | 6 ++-- lib/libalpm/po/en_GB.po | 6 ++-- lib/libalpm/po/es.po | 6 ++-- lib/libalpm/po/fi.po | 4 +- lib/libalpm/po/fr.po | 6 ++-- lib/libalpm/po/hu.po | 6 ++-- lib/libalpm/po/it.po | 6 ++-- lib/libalpm/po/kk.po | 6 ++-- lib/libalpm/po/ko.po | 4 +- lib/libalpm/po/libalpm.pot | 4 +- lib/libalpm/po/nb.po | 4 +- lib/libalpm/po/pl.po | 4 +- lib/libalpm/po/pt.po | 4 +- lib/libalpm/po/pt_BR.po | 6 ++-- lib/libalpm/po/ro.po | 16 +++++++----- lib/libalpm/po/ru.po | 6 ++-- lib/libalpm/po/sk.po | 4 +- lib/libalpm/po/sv.po | 4 +- lib/libalpm/po/tr.po | 6 ++-- lib/libalpm/po/uk.po | 4 +- lib/libalpm/po/zh_CN.po | 6 ++-- src/pacman/pacman.c | 58 ++++++++++++++++++++++--------------------- 30 files changed, 111 insertions(+), 100 deletions(-) hooks/post-receive -- The official pacman repository