[pacman-dev] [GIT] The official pacman repository branch, maint, updated. v4.0.1-5-g5490cd6

Dan McGee dan at archlinux.org
Wed Nov 30 23:38:40 EST 2011


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, maint has been updated
       via  5490cd6eb22752d2eac5410152d239c50224dbc1 (commit)
       via  a521cea96f24ba9d060e019c74ccbe63a1e06392 (commit)
       via  15aa57d51b4f7f49d55912650ed13ce573f1e946 (commit)
       via  d7f8838294fc3567fec8fa9521ab9f91d9897829 (commit)
       via  f5820c8bd61caafd62d370a24136d3ee90714ac8 (commit)
      from  507a2d15e65aba93a20ee99d90345917866407dc (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 5490cd6eb22752d2eac5410152d239c50224dbc1
Author: Dave Reisner <dreisner at archlinux.org>
Date:   Wed Nov 23 08:23:50 2011 -0500

    makepkg.5: fix typo s/tar,bz2/tar.bz2/
    
    Signed-off-by: Dave Reisner <dreisner at archlinux.org>
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit a521cea96f24ba9d060e019c74ccbe63a1e06392
Author: Dave Reisner <dreisner at archlinux.org>
Date:   Mon Nov 21 23:03:33 2011 -0500

    makepkg: avoid using comm for diff'ing package lists
    
    Whereas comm will check inputs to see if they're sorted (and warn when
    they aren't), grep doesn't even care about ordering. In this particular
    instance -- neither do we. We're only interested that the two lists are
    equivalent.
    
    Fixes FS#26580.
    
    Signed-off-by: Dave Reisner <dreisner at archlinux.org>
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit 15aa57d51b4f7f49d55912650ed13ce573f1e946
Author: Dan McGee <dan at archlinux.org>
Date:   Mon Nov 21 22:29:00 2011 -0600

    _alpm_ldconfig: return value from _alpm_run_chroot
    
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit d7f8838294fc3567fec8fa9521ab9f91d9897829
Author: Dan McGee <dan at archlinux.org>
Date:   Mon Nov 21 20:31:17 2011 -0600

    Add two new pactests for pacman upgrade behavior
    
    Both currently marked as failing.
    
    * sync303.py encapsulates the broken behavior reported in FS#27214.
    * sync304.py shows how packages depending on a specific version of a
      package in SyncFirst can cause breakage of the dependency resolver.
    
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit f5820c8bd61caafd62d370a24136d3ee90714ac8
Author: Dan McGee <dan at archlinux.org>
Date:   Mon Nov 21 20:35:04 2011 -0600

    Miscellaneous post-4.0.1 updates
    
    Some late-arriving translation updates and add the correct dates to the
    index.txt releases table.
    
    Signed-off-by: Dan McGee <dan at archlinux.org>

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

Summary of changes:
 doc/index.txt                |    3 ++-
 doc/makepkg.conf.5.txt       |    2 +-
 lib/libalpm/util.c           |    2 +-
 scripts/makepkg.sh.in        |   16 +++++++++-------
 scripts/po/fi.po             |   14 +++++++-------
 src/pacman/po/fi.po          |    8 ++++----
 test/pacman/tests/sync303.py |   38 ++++++++++++++++++++++++++++++++++++++
 test/pacman/tests/sync304.py |   27 +++++++++++++++++++++++++++
 8 files changed, 89 insertions(+), 21 deletions(-)
 create mode 100644 test/pacman/tests/sync303.py
 create mode 100644 test/pacman/tests/sync304.py


hooks/post-receive
-- 
The official pacman repository


More information about the pacman-dev mailing list