[pacman-dev] [GIT] pacman branch, master now at v3.0.0-283-g9a9928f

Dan McGee dan at archlinux.org
Tue Jul 10 11:36:45 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  9a9928f1b88f4fa08826aa83ff16e6ef38bd4e6c (commit)
       via  142225fd7db358655cc35acb365a983624a3a5bd (commit)
       via  862ea627617bc20b5c9a18b191aa5d548043db6b (commit)
       via  c4e712c0ef50a9bac5a7ff5075d48d0a41744493 (commit)
       via  573b80405c668b0ed3aa2b2d52998f102c01f56e (commit)
       via  5e68e9d4514b5e3e50b25e4242be0a4d27da4fdc (commit)
       via  7ec2e088ec4995e370d991507f7f22a5d3d9b27a (commit)
       via  57d77eab32c01cd7572a11f76480a3724d09c029 (commit)
       via  8f2575b26ee34caddcd03464a53dc88ac539c98c (commit)
       via  7d7457288734730dbb0cea3b1918c004f06db1a5 (commit)
       via  1480ac29e475e369fb781fe98ac5991e1a67e5e5 (commit)
      from  4906e15d0d31bf0442c25af44bcb637b87a7b027 (commit)

- Log -----------------------------------------------------------------
commit 9a9928f1b88f4fa08826aa83ff16e6ef38bd4e6c
Author: Andrew Fyfe <andrew at neptune-one.net>
Date:   Tue Jul 10 16:31:13 2007 +0100

    Remove conflict message for no-existent files.
    
    Signed-off-by: Andrew Fyfe <andrew at neptune-one.net>

commit 142225fd7db358655cc35acb365a983624a3a5bd
Author: Andrew Fyfe <andrew at neptune-one.net>
Date:   Tue Jul 10 13:11:40 2007 +0100

    FS#7271 - [patch] option for avoiding caching netfiles
    
    Change the behaviour of makepkg so no longer stores a copy of the
    source tarball in $srcdir, instead it downloads all sources to $SRCDEST
    then extracts them to $srcdir.
    
    Signed-off-by: Andrew Fyfe <andrew at neptune-one.net>

commit 862ea627617bc20b5c9a18b191aa5d548043db6b
Author: Chantry Xavier <shiningxc at gmail.com>
Date:   Tue Jul 10 16:10:16 2007 +0200

    add remove045 pactest.
    
    Another test a bit more complicated for -Rs,
    to prevent regression if removedeps is changed.
    
    Signed-off-by: Chantry Xavier <shiningxc at gmail.com>

commit c4e712c0ef50a9bac5a7ff5075d48d0a41744493
Author: Nagy Gabor <ngaba at petra.hos.u-szeged.hu>
Date:   Tue Jul 10 16:08:04 2007 +0200

    add remove044 pactest.
    
    This indicates a problem in the current removedeps function
    (no version checking) for which Nagy proposed a fix here :
    http://www.archlinux.org/pipermail/pacman-dev/2007-June/008539.html
    
    But as he mentioned there, a better fix might be to use the checkdeps
    function in the removedeps one.
    
    Signed-off-by: Chantry Xavier <shiningxc at gmail.com>

commit 573b80405c668b0ed3aa2b2d52998f102c01f56e
Author: Dan McGee <dan at archlinux.org>
Date:   Tue Jul 10 10:31:03 2007 -0400

    makepkg: when running as root, cut out some warnings
    
    When running as root, we don't care if fakeroot is installed, and the user
    certainly isn't "unprivileged". Cut out these warnings.
    
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit 5e68e9d4514b5e3e50b25e4242be0a4d27da4fdc
Author: Andrew Fyfe <andrew at neptune-one.net>
Date:   Fri Jun 29 10:41:48 2007 +0100

    Cleanup of pacman_deptest()
    
    Clean up some left over code from
    http://projects.archlinux.org/git/gitweb.cgi?p=pacman.git;a=commitdiff;h=7653bb93997f52848b54ab80868cd6da52808a75
    
    Signed-off-by: Andrew Fyfe <andrew at neptune-one.net>
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit 7ec2e088ec4995e370d991507f7f22a5d3d9b27a
Author: Andrew Fyfe <andrew at neptune-one.net>
Date:   Tue Jul 10 14:16:21 2007 +0100

    scripts/makepkg.sh.in: Add CHOST to the list of variables exported.
    
    Signed-off-by: Andrew Fyfe <andrew at neptune-one.net>

commit 57d77eab32c01cd7572a11f76480a3724d09c029
Author: Chantry Xavier <shiningxc at gmail.com>
Date:   Sat Jul 7 17:11:18 2007 +0200

    libalpm/trans.c : exit the forked process correctly in case of errors.
    
    Signed-off-by: Chantry Xavier <shiningxc at gmail.com>

commit 8f2575b26ee34caddcd03464a53dc88ac539c98c
Author: Dan McGee <dan at archlinux.org>
Date:   Mon Jul 9 16:40:50 2007 -0400

    Add AC_SYS_LARGEFILE to configure.ac
    
    This defines _FILE_OFFSET_BITS == 64, which makes stat calls transparently
    use stat64, etc. This allows us to support large files, such as packages
    over 1 GB in size. libarchive was already correctly compiled with this macro.
    
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit 7d7457288734730dbb0cea3b1918c004f06db1a5
Author: Andrew Fyfe <andrew at neptune-one.net>
Date:   Mon Jul 2 18:28:39 2007 +0100

    Change the exit code for pacman_deptest().
    
    Changed the exit code for missing deps from 1 to 127 because 1 is used
    for other errors. makepkg breaks if pacman exits with 1 for any reason
    other than a missing dep.
    
    Signed-off-by: Andrew Fyfe <andrew at neptune-one.net>

commit 1480ac29e475e369fb781fe98ac5991e1a67e5e5
Author: Dan McGee <dan at archlinux.org>
Date:   Mon Jul 9 15:22:01 2007 -0400

    Clean up the alpm handle
    
    Add some comments in handle.h, and remove the pmaccess_t part that we
    don't even use.
    
    Signed-off-by: Dan McGee <dan at archlinux.org>

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

Diffstat:
 configure.ac               |    3 ++
 lib/libalpm/alpm.h         |    1 +
 lib/libalpm/conflict.c     |    3 +-
 lib/libalpm/deps.c         |   12 ++++++++
 lib/libalpm/handle.c       |   39 ++++++-------------------
 lib/libalpm/handle.h       |   55 +++++++++++++++++------------------
 lib/libalpm/log.c          |    2 +-
 lib/libalpm/trans.c        |   10 +-----
 pactest/tests/remove044.py |   16 ++++++++++
 pactest/tests/remove045.py |   30 +++++++++++++++++++
 scripts/makepkg.sh.in      |   68 +++++++++++++++++++++++++++++++-------------
 src/pacman/deptest.c       |   19 +++++-------
 12 files changed, 158 insertions(+), 100 deletions(-)

hooks/update
---
Git Source Code Management System
hooks/update refs/heads/master \
  4906e15d0d31bf0442c25af44bcb637b87a7b027 \
  9a9928f1b88f4fa08826aa83ff16e6ef38bd4e6c




More information about the pacman-dev mailing list