[pacman-dev] [GIT] The official pacman repository branch, master, updated. v3.2.2-191-gc72b454

Dan McGee dan at archlinux.org
Wed Jul 1 03:10:00 EDT 2009


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, master has been updated
       via  c72b4543b69f5a80d254a3f408748e19db758947 (commit)
       via  be7266155fb726bbb62b6c86857273465209b586 (commit)
       via  a21d1f99b874ebdee58b283119dd447771af0958 (commit)
       via  6af163dd79f21283aaa879f40fa53d415a9c1a9c (commit)
       via  a89eae99f6b01c30a57fdbd9e4e541afee9e84af (commit)
      from  6d2930cc5ab95d843686b787910c6db8b6336248 (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 c72b4543b69f5a80d254a3f408748e19db758947
Author: Dan McGee <dan at archlinux.org>
Date:   Wed Jul 1 02:08:33 2009 -0500

    Update copyright headers and messages
    
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit be7266155fb726bbb62b6c86857273465209b586
Author: Dan McGee <dan at archlinux.org>
Date:   Sat Jun 6 12:05:55 2009 -0500

    Allow remove to accept 'local/' prefix
    
    See FS#14642- this allows -Qs output to be fed back into pacman without
    problems or having to strip off the 'local/' prefix manually.
    
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit a21d1f99b874ebdee58b283119dd447771af0958
Author: Xavier Chantry <shiningxc at gmail.com>
Date:   Tue Jun 30 16:21:45 2009 +0200

    Update NEWS for 3.3
    
    Signed-off-by: Xavier Chantry <shiningxc at gmail.com>
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit 6af163dd79f21283aaa879f40fa53d415a9c1a9c
Author: Volodia Macovei <blog at volodia.ro>
Date:   Tue Jun 30 23:34:18 2009 -0500

    Add new Romanian translation
    
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit a89eae99f6b01c30a57fdbd9e4e541afee9e84af
Author: Dan McGee <dan at archlinux.org>
Date:   Tue Jun 30 23:14:18 2009 -0500

    Fix compile warning fail on older versions of GCC
    
    Signed-off-by: Dan McGee <dan at archlinux.org>

-----------------------------------------------------------------------

Summary of changes:
 NEWS                               |   25 +-
 TRANSLATORS                        |    4 +
 contrib/gensync                    |    4 +-
 doc/index.txt                      |    7 +-
 lib/libalpm/add.c                  |    3 +-
 lib/libalpm/add.h                  |    3 +-
 lib/libalpm/alpm.c                 |    3 +-
 lib/libalpm/alpm.h                 |    3 +-
 lib/libalpm/alpm_list.c            |    3 +-
 lib/libalpm/alpm_list.h            |    3 +-
 lib/libalpm/backup.c               |    1 +
 lib/libalpm/backup.h               |    3 +-
 lib/libalpm/be_package.c           |    3 +-
 lib/libalpm/cache.c                |    3 +-
 lib/libalpm/cache.h                |    3 +-
 lib/libalpm/conflict.c             |    3 +-
 lib/libalpm/conflict.h             |    3 +-
 lib/libalpm/db.c                   |    3 +-
 lib/libalpm/db.h                   |    3 +-
 lib/libalpm/delta.c                |    3 +-
 lib/libalpm/delta.h                |    3 +-
 lib/libalpm/deps.c                 |    3 +-
 lib/libalpm/deps.h                 |    3 +-
 lib/libalpm/dload.c                |    3 +-
 lib/libalpm/dload.h                |    3 +-
 lib/libalpm/error.c                |    3 +-
 lib/libalpm/graph.h                |    3 +-
 lib/libalpm/group.c                |    3 +-
 lib/libalpm/group.h                |    3 +-
 lib/libalpm/handle.c               |    3 +-
 lib/libalpm/handle.h               |    3 +-
 lib/libalpm/log.c                  |    3 +-
 lib/libalpm/log.h                  |    3 +-
 lib/libalpm/md5.c                  |    2 +-
 lib/libalpm/package.c              |    3 +-
 lib/libalpm/package.h              |    3 +-
 lib/libalpm/po/LINGUAS             |    1 +
 lib/libalpm/po/libalpm.pot         |    6 +-
 lib/libalpm/po/{en_GB.po => ro.po} |  282 ++++++------
 lib/libalpm/remove.c               |   17 +-
 lib/libalpm/remove.h               |    3 +-
 lib/libalpm/sync.c                 |    3 +-
 lib/libalpm/sync.h                 |    3 +-
 lib/libalpm/trans.c                |    3 +-
 lib/libalpm/trans.h                |    3 +-
 lib/libalpm/util.c                 |    3 +-
 lib/libalpm/util.h                 |    3 +-
 po/LINGUAS                         |    1 +
 po/pacman.pot                      |    8 +-
 po/{cs.po => ro.po}                |  926 ++++++++++++++++++------------------
 scripts/makepkg.sh.in              |    6 +-
 scripts/pacman-optimize.sh.in      |    6 +-
 scripts/rankmirrors.py.in          |    6 +-
 src/pacman/callback.c              |    3 +-
 src/pacman/callback.h              |    3 +-
 src/pacman/conf.c                  |    3 +-
 src/pacman/conf.h                  |    3 +-
 src/pacman/deptest.c               |    3 +-
 src/pacman/package.c               |    3 +-
 src/pacman/package.h               |    3 +-
 src/pacman/pacman.c                |    5 +-
 src/pacman/pacman.h                |    3 +-
 src/pacman/query.c                 |    3 +-
 src/pacman/remove.c                |    3 +-
 src/pacman/sync.c                  |    3 +-
 src/pacman/upgrade.c               |    3 +-
 src/pacman/util.c                  |    3 +-
 src/pacman/util.h                  |    3 +-
 src/util/vercmp.c                  |    1 +
 69 files changed, 776 insertions(+), 685 deletions(-)
 mode change 100644 => 100755 NEWS
 copy lib/libalpm/po/{en_GB.po => ro.po} (52%)
 copy po/{cs.po => ro.po} (51%)


hooks/post-receive
--
The official pacman repository


More information about the pacman-dev mailing list