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 2374c81e55abc0f7252fad7eb53d2b75bb33f750 (commit) via 42f5579fd77e9b696024c4bc0eb5398c039c7256 (commit) via 3078494767be3c6b572f733384e745198388be7e (commit) via 273950473ea4fed67c0af0a4905bd3d3cbac15b3 (commit) from be95e4d8a008662eb0e19a3186953511551acec1 (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 2374c81e55abc0f7252fad7eb53d2b75bb33f750 Author: Chantry Xavier <shiningxc@gmail.com> Date: Sun Feb 17 23:31:26 2008 +0100 Fix conflict progress bar with UTF-8 chars This fixes FS#6437. Dan already explained the problem in that bug report. Instead of letting printf deal with the length of utf8 strings, we can handle it more explicitly in the case of conflict progress bar, just like we do for add/remove progress bars. We compute the remaining space left for displaying the pkgname in case of add/remove, and an empty string in case of conflict. Before : (1/1) Prüfe auf Dateikonflikte [###################] 100% (1/1) Aktualisiere rxvt-unicode [###################] 100% After : (1/1) Prüfe auf Dateikonflikte [###################] 100% (1/1) Aktualisiere rxvt-unicode [###################] 100% Signed-off-by: Chantry Xavier <shiningxc@gmail.com> Signed-off-by: Dan McGee <dan@archlinux.org> commit 42f5579fd77e9b696024c4bc0eb5398c039c7256 Author: Dan McGee <dan@archlinux.org> Date: Sun Feb 17 14:13:26 2008 -0600 Remove reference to gnome in DOC_DIRS Arch no longer installs Gnome here, and we should be stripping any doc dirs in /opt anyway, so generalize it. Fixes FS#9597. Signed-off-by: Dan McGee <dan@archlinux.org> commit 3078494767be3c6b572f733384e745198388be7e Author: Juan Pablo Gonzalez <jotapesan@gmail.com> Date: Sun Feb 17 20:54:30 2008 +0100 Updated Spanish translation for 3.1.2 release Signed-off-by: Giovanni Scafora <linuxmania@gmail.com> commit 273950473ea4fed67c0af0a4905bd3d3cbac15b3 Author: Dan McGee <dan@archlinux.org> Date: Sat Feb 16 17:44:21 2008 -0600 Add gettext call to 2 'failed' messages Noticed-by: Vojtěch Gondžala <vogo@seznam.cz> Signed-off-by: Dan McGee <dan@archlinux.org> ----------------------------------------------------------------------- Summary of changes: etc/makepkg.conf.in | 2 +- po/es.po | 17 ++++++++++------- src/pacman/add.c | 2 +- src/pacman/callback.c | 32 ++++++++------------------------ src/pacman/remove.c | 2 +- 5 files changed, 21 insertions(+), 34 deletions(-) hooks/post-receive -- The official pacman repository