[pacman-dev] [GIT] The official pacman repository branch, master, updated. v3.3.3-174-g7f02f7c

Dan McGee dan at archlinux.org
Tue May 11 13:11:08 EDT 2010


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  7f02f7cb9fba13a8e9762d30d7e0648b257ec091 (commit)
       via  364ebf4e16658f36d4dbff997916c8ccec4d2b79 (commit)
       via  2ce444ee1099d837d4a1a2978edfdfc9d5fe9d96 (commit)
       via  79987c92cb07c67914adf1febcc5ebdecf2a09b7 (commit)
       via  64c3255b0e03190a35a1cef4bbc8b75b6be72684 (commit)
       via  590606a5d7c699e4d4705501377ca83fb696b61c (commit)
       via  ccbef232c97fda061eee54a96bcd60b13a77f5d1 (commit)
       via  df99495b826eab9f25ceeb8f2643565af8818c20 (commit)
      from  d485c0370f554758a28eff2cc32b2cc9c72a4604 (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 7f02f7cb9fba13a8e9762d30d7e0648b257ec091
Author: Allan McRae <allan at archlinux.org>
Date:   Sun Mar 7 13:02:37 2010 +1000

    Allow -Qo to perform a functional 'which'
    
    When pacman queries the ownership of an object that is not a path, it will
    check in the users PATH for a match. Implements FS#8798.
    
    Dan: did some small refactoring and error message changes when PATH is
    searched and nothing is found.
    
    Original-patch-by: Shankar <jatheendra at gmail.com>
    Signed-off-by: Allan McRae <allan at archlinux.org>
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit 364ebf4e16658f36d4dbff997916c8ccec4d2b79
Author: David Campbell <davekong at archlinux.us>
Date:   Sat Apr 3 17:20:00 2010 -0400

    Switch Contributor line with Maintainer line.
    
    When someone is creating a new PKGBUILD he will most likely be the maintainer
    not a contributor.
    
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit 2ce444ee1099d837d4a1a2978edfdfc9d5fe9d96
Author: Allan McRae <allan at archlinux.org>
Date:   Sun Oct 11 21:50:45 2009 +1000

    makepkg: rework --skipinteg
    
    The current --skipinteg is a bit weird.  It does not skip integrity
    checks, but instead does them and prints a warning. Change this
    behaviour to actually skipping the checks.
    
    Signed-off-by: Allan McRae <allan at archlinux.org>
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit 79987c92cb07c67914adf1febcc5ebdecf2a09b7
Author: Xavier Chantry <shiningxc at gmail.com>
Date:   Wed Oct 14 20:07:28 2009 +0200

    makepkg -g: use checksums defined in the pkgbuild
    
    Signed-off-by: Xavier Chantry <shiningxc at gmail.com>
    [Allan: amend documentation]
    Signed-off-by: Allan McRae <allan at archlinux.org>
    
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit 64c3255b0e03190a35a1cef4bbc8b75b6be72684
Author: Allan McRae <allan at archlinux.org>
Date:   Mon Apr 26 14:59:42 2010 +1000

    makepkg: handle multiple install and changelog files
    
    The presence of all install and changelog files (multiple files may
    be used with package splitting) is checked for in check_sanity().
    
    All install and changelog files are copied to the source location
    when using --source.  The check for install and changelog file presence
    is removed in create_srcpackage() as this is redundant to the checks
    performed in check_sanity().
    
    Moved install and changelog handling in create_srcpackage() to after
    source array files, as this is more logical and readily allows for the
    following.
    
    A check is made when creating a source package that a symlink to an
    install file has not already been added.  This can occur if the
    install file is used multiple times or if it is listed in the source
    array.
    
    Fixes FS#18831, FS#18394 and partially fixes FS#16004
    
    Signed-off-by: Allan McRae <allan at archlinux.org>

commit 590606a5d7c699e4d4705501377ca83fb696b61c
Author: Ray Kohler <ataraxia937 at gmail.com>
Date:   Thu Mar 4 21:57:46 2010 -0500

    makepkg: fall back to su if sudo is not available
    
    Signed-off-by: Ray Kohler <ataraxia937 at gmail.com>
    Signed-off-by: Allan McRae <allan at archlinux.org>
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit ccbef232c97fda061eee54a96bcd60b13a77f5d1
Author: Allan McRae <allan at archlinux.org>
Date:   Fri Oct 23 15:30:47 2009 +1000

    makepkg: improve removal of installed dependencies
    
    Compare a list of packages on the system before and after dependency
    resolution in order to get a complete list of packages to remove.  This
    allows makepkg to remove packages installed due to provides.
    
    Bail in cases where packages that were on the system originally have been
    removed as there is a risk of breaking the system when removing the new
    packages.
    
    Fixes FS#15144.
    
    Signed-off-by: Allan McRae <allan at archlinux.org>
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit df99495b826eab9f25ceeb8f2643565af8818c20
Author: Jonathan Conder <j at skurvy.no-ip.org>
Date:   Thu May 6 10:07:37 2010 +1200

    Compute package download size outside _alpm_sync_prepare
    
    And add a new info level for this piece of data.
    
    Signed-off-by: Jonathan Conder <j at skurvy.no-ip.org>
    Signed-off-by: Dan McGee <dan at archlinux.org>

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

Summary of changes:
 PKGBUILD-split.proto  |    2 +-
 PKGBUILD.proto        |    2 +-
 doc/makepkg.8.txt     |   18 +++---
 lib/libalpm/db.h      |    3 +-
 lib/libalpm/sync.c    |   15 ++++-
 scripts/makepkg.sh.in |  161 ++++++++++++++++++++++++++++++++----------------
 src/pacman/query.c    |   64 ++++++++++++++++++--
 7 files changed, 193 insertions(+), 72 deletions(-)


hooks/post-receive
--
The official pacman repository


More information about the pacman-dev mailing list