[pacman-dev] [GIT] The official pacman repository branch, maint, updated. v3.1.1-43-g2374c81

Dan McGee dan at archlinux.org
Sun Feb 17 21:42:29 EST 2008


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 at 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 at gmail.com>
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit 42f5579fd77e9b696024c4bc0eb5398c039c7256
Author: Dan McGee <dan at 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 at archlinux.org>

commit 3078494767be3c6b572f733384e745198388be7e
Author: Juan Pablo Gonzalez <jotapesan at 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 at gmail.com>

commit 273950473ea4fed67c0af0a4905bd3d3cbac15b3
Author: Dan McGee <dan at 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 at seznam.cz>
    Signed-off-by: Dan McGee <dan at 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




More information about the pacman-dev mailing list