[pacman-dev] [GIT] pacman branch, master now at R_3_0_0-189-ge0afe6e

Dan McGee dan at archlinux.org
Mon Jun 4 22:51:07 EDT 2007


Hello,

This is an automated email from the git hooks/update script, it was
generated because a ref change was pushed to the repository.

Updating branch, master,
       via  e0afe6e94a71a6aeb964e9624c2df4f4a2821704 (commit)
       via  f32292367a078bf55a16f2cebe8fd562cd4a2d3b (commit)
       via  a78ad0d38d03d25a32eaf78337e1a8d0d11ae60e (commit)
       via  b757cc9414d88cf6889b7df152065b0930bca9e7 (commit)
       via  241832853c39c68070e787d2669454ef89a8955d (commit)
       via  a63d58daecfd470f8d290b728249a1187d09bf34 (commit)
       via  1698022beafffcb54b15a6e7a4773e1801a432b5 (commit)
       via  d9ff7bbcd2eef852f18ad65d79aa6b6f7c58535c (commit)
       via  a094deacf4f6abbef10c6acf38190d4fa9d34f0e (commit)
       via  029a8a9d44c6d6c9e86671e23b3d20018d8821e0 (commit)
      from  ecb594107edf66f190b19e78cf71378ddbe347fc (commit)

- Log -----------------------------------------------------------------
commit e0afe6e94a71a6aeb964e9624c2df4f4a2821704
Author: Andrew Fyfe <andrew at neptune-one.net>
Date:   Mon Jun 4 22:49:09 2007 +0100

    Autotool clean up.
    
    	* Add vim modeline to Makefile.am and configure.ac
    	* Fix white space in Makefile.am and configure.ac
    	* Add contrib/wget-xdelta.sh to EXTRA_DIST in Makefile.am
    
    Signed-off-by: Andrew Fyfe <andrew at neptune-one.net>
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit f32292367a078bf55a16f2cebe8fd562cd4a2d3b
Author: Andrew Fyfe <andrew at neptune-one.net>
Date:   Mon Jun 4 21:47:40 2007 +0100

    scripts/makepkg.in: Add gettext translation for WARNING and ERROR.
    
    Signed-off-by: Andrew Fyfe <andrew at neptune-one.net>

commit a78ad0d38d03d25a32eaf78337e1a8d0d11ae60e
Author: Andrew Fyfe <andrew at neptune-one.net>
Date:   Sun Jun 3 19:14:14 2007 +0100

    contrib/wget-xdelta.sh: Replaced with an improved version.
    
    Signed-off-by: Andrew Fyfe <andrew at neptune-one.net>

commit b757cc9414d88cf6889b7df152065b0930bca9e7
Author: Andrew Fyfe <andrew at neptune-one.net>
Date:   Sun Jun 3 13:43:44 2007 +0100

    scripts/makepkg.in: Fix version comparision in create_xdelta().
    
    Signed-off-by: Andrew Fyfe <andrew at neptune-one.net>

commit 241832853c39c68070e787d2669454ef89a8955d
Author: Andrew Fyfe <andrew at neptune-one.net>
Date:   Mon Jun 4 22:28:23 2007 +0100

    scripts/abs.in: Rearrange/Cleanup.
    
            * Rearrange the script.
            * Add gettext support.
            * Clean up usage message.
    
            * Add PACKAGE_BUGREPORT to substitution in scripts/Makefile.am
    
    Signed-off-by: Andrew Fyfe <andrew at neptune-one.net>
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit a63d58daecfd470f8d290b728249a1187d09bf34
Author: Jaroslaw Swierczynski <swiergot at gmail.com>
Date:   Mon Jun 4 21:22:29 2007 -0400

    Update Polish Translation
    
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit 1698022beafffcb54b15a6e7a4773e1801a432b5
Author: Dan McGee <dan at archlinux.org>
Date:   Mon Jun 4 17:35:31 2007 -0400

    Fix pacman-optimize autoconf paths
    
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit d9ff7bbcd2eef852f18ad65d79aa6b6f7c58535c
Author: Dan McGee <dan at archlinux.org>
Date:   Mon Jun 4 10:37:00 2007 -0400

    Remove hardcoded defines from libalpm
    
    Remove any use of the former path variables defined by the Makefiles or
    config.h. These are now runtime configurable only with pacman.conf (or by
    using flags on the command line).
    
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit a094deacf4f6abbef10c6acf38190d4fa9d34f0e
Author: Dan McGee <dan at archlinux.org>
Date:   Mon Jun 4 10:19:28 2007 -0400

    Start moving hardcoded paths out of libalpm
    
    Move the defaults for RootDir, CacheDir, DBPath, and LockFile into
    pacman.conf, just as LogFile was done before. Add a section to
    alpm_parse_config to look for a LockFile directive.
    
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit 029a8a9d44c6d6c9e86671e23b3d20018d8821e0
Author: Nagy Gabor <ngaba at petra.hos.u-szeged.hu>
Date:   Mon Jun 4 09:37:46 2007 -0400

    Add five new pactest tests where pacman currently fails
    
    Most of these new tests deal with provisions upon sync or upgrade being
    changed by packages, and pacman not being smart enough to deal with
    it yet.
    
    Signed-off-by: Dan McGee <dan at archlinux.org>

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

Diffstat:
 Makefile.am                                  |    1 +
 configure.ac                                 |   52 ++++----
 contrib/Makefile.am                          |    2 +
 contrib/wget-xdelta.sh                       |  111 +++++++++++-------
 doc/Makefile.am                              |    1 +
 etc/Makefile.am                              |    6 +-
 etc/abs/Makefile.am                          |   19 ++--
 etc/pacman.conf.in                           |    6 +-
 etc/pacman.d/Makefile.am                     |    3 +-
 lib/libalpm/Makefile.am                      |    8 +-
 lib/libalpm/alpm.c                           |   15 +--
 lib/libalpm/handle.c                         |   10 +-
 pactest/Makefile.am                          |    2 +
 pactest/tests/{remove040.py => remove041.py} |   11 +-
 pactest/tests/sync300.py                     |   15 +++
 pactest/tests/upgrade059.py                  |   28 +++++
 pactest/tests/upgrade060.py                  |   22 ++++
 pactest/tests/upgrade061.py                  |   23 ++++
 scripts/Makefile.am                          |    9 +-
 scripts/abs.in                               |  164 +++++++++++++++++---------
 scripts/makepkg.in                           |   40 ++++---
 scripts/pacman-optimize.in                   |    5 +-
 src/pacman/Makefile.am                       |    7 +-
 src/pacman/add.c                             |    2 +-
 src/pacman/pacman.c                          |    6 +-
 src/pacman/po/pl_PL.po                       |    6 +-
 src/pacman/remove.c                          |    2 +-
 src/pacman/sync.c                            |    2 +-
 src/util/Makefile.am                         |    2 +
 29 files changed, 384 insertions(+), 196 deletions(-)

hooks/update
---
Git Source Code Management System
hooks/update refs/heads/master \
  ecb594107edf66f190b19e78cf71378ddbe347fc \
  e0afe6e94a71a6aeb964e9624c2df4f4a2821704




More information about the pacman-dev mailing list