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

Dan McGee dan at archlinux.org
Wed Jul 22 21:31:27 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  1d19f0896ccc1560a7e2f5b93cfe095b4aefe84a (commit)
       via  ca6ef852f9944ad31e8a136f7faf71da2c5fb57f (commit)
       via  4b21504ffc947d39a0c69a774fe14a37262942a8 (commit)
      from  cf669eda9c6b8e0b1d38bcf32fa08c0637a9e030 (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 1d19f0896ccc1560a7e2f5b93cfe095b4aefe84a
Author: Nagy Gabor <ngaba at bibl.u-szeged.hu>
Date:   Thu May 14 18:25:16 2009 +0200

    Introduce -Suu
    
    If the user switches from unstable repo to a stable one, it is quite hard to
    sync its system with the new repo (the user will see many "Local is newer
    than stable" messages, nothing more). That's why I introduced -Suu, which
    treats a sync package like an upgrade, iff the package version doesn't match
    with the local one's.
    
    I added a new pactest (sync104.py) to test this, and I updated the
    documentation of -Su.
    
    Signed-off-by: Nagy Gabor <ngaba at bibl.u-szeged.hu>
    [Dan: slight doc reword]
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit ca6ef852f9944ad31e8a136f7faf71da2c5fb57f
Author: Dan McGee <dan at archlinux.org>
Date:   Mon Mar 30 18:48:15 2009 +0200

    New feature: files verification
    
    This implements FS#13877. Add a new option "-Qk" which checks if all of the
    files for a given package (or packages) are really on the system (i.e. not
    accidentally deleted). This can be combined with filters and other display
    options. It also respects both the --quiet and --verbose flags to give
    varying levels of output.
    
    Based on the original patch by Charly Coste <changaco at laposte.net>, thanks
    for your work!
    
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit 4b21504ffc947d39a0c69a774fe14a37262942a8
Author: Allan McRae <allan at archlinux.org>
Date:   Wed Jul 22 12:33:09 2009 +1000

    makepkg: add pkgbase to .PKGINFO and database for split packages
    
    With split packages, the pkgbase variable provides a useful way to
    find out which packages were build from the same PKGBUILD. Add it
    to the packages .PKGINFO file and the repo database only when
    package splitting is used.
    
    Original-patch-by: Pierre Schmitz <pierre at archlinux.de>
    [Allan: restrict to including only with spilt packages
            and include after pkgname]
    Signed-off-by: Allan McRae <allan at archlinux.org>
    Signed-off-by: Dan McGee <dan at archlinux.org>

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

Summary of changes:
 contrib/bash_completion  |    2 +
 contrib/zsh_completion   |    1 +
 doc/pacman.8.txt         |   13 ++++++-
 lib/libalpm/alpm.h       |    2 +-
 lib/libalpm/sync.c       |   18 ++++++++--
 lib/libalpm/sync.h       |    2 +-
 lib/libalpm/trans.c      |    4 +-
 pactest/tests/sync104.py |   12 ++++++
 scripts/makepkg.sh.in    |    1 +
 scripts/repo-add.sh.in   |    1 +
 src/pacman/conf.h        |    1 +
 src/pacman/pacman.c      |   11 ++++--
 src/pacman/query.c       |   85 ++++++++++++++++++++++++++++++++++++++++------
 src/pacman/sync.c        |    2 +-
 14 files changed, 131 insertions(+), 24 deletions(-)
 create mode 100644 pactest/tests/sync104.py


hooks/post-receive
--
The official pacman repository


More information about the pacman-dev mailing list