[pacman-dev] [GIT] pacman branch, master now at v3.0.0-365-g26441cf

Dan McGee dan at archlinux.org
Sun Aug 26 20:50:23 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  26441cf65ca10d4bf218203df5db5e8a7270787b (commit)
       via  c8011954a5fc3d838bc2fc72ed03da4506a695e1 (commit)
       via  3e418a15341e51a9ca3ac61c4b134682235f6a9c (commit)
       via  5c9eec5570c145c07660bd2ba207b579eda0f26c (commit)
       via  2798ebbb6286b7a0acc4b5ff10906c1a92ecc946 (commit)
       via  656c895ca4a169ec933419ab9cea1897f08799e8 (commit)
       via  10c3f335d00a38429ce51d2ebcc636083a71d050 (commit)
      from  e24bcc395e7da2a4f46933ea342d0ce90b708de4 (commit)

- Log -----------------------------------------------------------------
commit 26441cf65ca10d4bf218203df5db5e8a7270787b
Author: Chantry Xavier <shiningxc at gmail.com>
Date:   Sat Aug 25 16:26:41 2007 +0200

    libalpm/add.c : fix backup handling.
    
    During last refactoring, a "continue" somehow became a "return(0)" :)
    
    Signed-off-by: Chantry Xavier <shiningxc at gmail.com>

commit c8011954a5fc3d838bc2fc72ed03da4506a695e1
Author: Chantry Xavier <shiningxc at gmail.com>
Date:   Fri Aug 24 11:47:40 2007 +0200

    pacman/sync.c : kill extra newline with groups on -Ss operation.
    
    Signed-off-by: Chantry Xavier <shiningxc at gmail.com>

commit 3e418a15341e51a9ca3ac61c4b134682235f6a9c
Author: Andrew Fyfe <andrew at neptune-one.net>
Date:   Sat Aug 25 17:01:14 2007 +0100

    scripts/makepkg.sh.in: Add missing [
    
    Signed-off-by: Andrew Fyfe <andrew at neptune-one.net>

commit 5c9eec5570c145c07660bd2ba207b579eda0f26c
Author: Dan McGee <dan at archlinux.org>
Date:   Thu Aug 23 22:26:55 2007 -0400

    libalpm: add newlines to all strings passed to log callback
    
    This allows us to remove the hack in the frontend where we added a newline
    to everything coming out of the pm_printf functions, and instead let the
    developer put newlines where they want them. This should be the last hangover
    of that auto-newline stuff.
    
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit 2798ebbb6286b7a0acc4b5ff10906c1a92ecc946
Author: Dan McGee <dan at archlinux.org>
Date:   Thu Aug 23 20:47:40 2007 -0400

    libalpm/remove.c: check for ability to unlink is wrong
    
    As reported by JGC in FS #7652, the check for EACCES is not exactly correct.
    We need to check for the ETXTBSY error as well. This is necessary on FreeBSD.
    
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit 656c895ca4a169ec933419ab9cea1897f08799e8
Author: Chantry Xavier <shiningxc at gmail.com>
Date:   Thu Aug 23 20:00:41 2007 +0200

    makepkg : add -L (--dereference) to file.
    
    makepkg didn't correctly detect the type of the archive
    since it didn't dereference symlinks, and so failed
    to extract the source tarball.
    
    Signed-off-by: Chantry Xavier <shiningxc at gmail.com>
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit 10c3f335d00a38429ce51d2ebcc636083a71d050
Author: Dan McGee <dan at archlinux.org>
Date:   Wed Aug 22 14:02:14 2007 -0400

    pacman.c: clarify reason for doing 2 strcmp operations
    
    Signed-off-by: Dan McGee <dan at archlinux.org>

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

Diffstat:
 lib/libalpm/add.c      |  114 ++++++++++++++++++++++++------------------------
 lib/libalpm/be_files.c |   34 +++++++-------
 lib/libalpm/cache.c    |   18 ++++----
 lib/libalpm/conflict.c |   28 ++++++------
 lib/libalpm/db.c       |   48 ++++++++++----------
 lib/libalpm/deps.c     |   52 +++++++++++-----------
 lib/libalpm/group.c    |    2 +-
 lib/libalpm/handle.c   |   14 +++---
 lib/libalpm/package.c  |   44 +++++++++---------
 lib/libalpm/remove.c   |   53 +++++++++++-----------
 lib/libalpm/server.c   |   42 +++++++++---------
 lib/libalpm/sync.c     |  104 ++++++++++++++++++++++----------------------
 lib/libalpm/trans.c    |   38 ++++++++--------
 lib/libalpm/util.c     |   17 ++++---
 scripts/makepkg.sh.in  |    4 +-
 src/pacman/pacman.c    |    4 ++
 src/pacman/sync.c      |    2 +-
 src/pacman/util.c      |    2 -
 18 files changed, 312 insertions(+), 308 deletions(-)

hooks/update
---
Git Source Code Management System
hooks/update refs/heads/master \
  e24bcc395e7da2a4f46933ea342d0ce90b708de4 \
  26441cf65ca10d4bf218203df5db5e8a7270787b




More information about the pacman-dev mailing list