[pacman-dev] [GIT] The official pacman repository branch, master, updated. v4.0.3-211-gd7b7285

Dan McGee dan at archlinux.org
Thu Apr 12 09:59:41 EDT 2012


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  d7b728591ad68712be2c0ade7c2dd8e45bc2dfed (commit)
       via  6a8e50a69ec419cc95ee513cd2e73944c4ac57f9 (commit)
       via  ded66fbb62cdad37d577dc048e37f7cea7f7a4da (commit)
       via  8fb1948cd05eb90d8c61c7ab4873c90eea0e9f09 (commit)
       via  c27a9467692616900189fce43cd18d14bbda7929 (commit)
      from  d158dde30c378acc8e88d5208aa837f92331af9e (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 d7b728591ad68712be2c0ade7c2dd8e45bc2dfed
Merge: 6a8e50a ded66fb
Author: Dan McGee <dan at archlinux.org>
Date:   Thu Apr 12 08:57:26 2012 -0500

    Merge branch 'maint'

commit 6a8e50a69ec419cc95ee513cd2e73944c4ac57f9
Author: Dan McGee <dan at archlinux.org>
Date:   Tue Feb 14 12:32:25 2012 -0600

    Remove SyncFirst option
    
    This has outlived its usefulness and causes more problems than it
    solves. It has historically only ever been used to install pacman first.
    That should not be needed given we provide the vercmp utility (which has
    no library dependencies) and so calling pacman in install scripts is a
    sign of poor packaging.
    
    Work-duplicated-by: Allan McRae <allan at archlinux.org>
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit 8fb1948cd05eb90d8c61c7ab4873c90eea0e9f09
Author: Allan McRae <allan at archlinux.org>
Date:   Mon Apr 9 13:55:09 2012 +1000

    Add more warning flags
    
    Signed-off-by: Allan McRae <allan at archlinux.org>

commit c27a9467692616900189fce43cd18d14bbda7929
Author: Dan McGee <dan at archlinux.org>
Date:   Sun Apr 8 22:32:49 2012 -0500

    Fix a signed overflow error on i686 with GCC 4.7.0
    
    Not sure why this one wasn't showing up on x86_64, but this fixes the
    compile on i686.
    
        diskspace.c: In function 'calculate_removed_size':
        diskspace.c:247:4: error: assuming signed overflow does not occur when negating a division [-Werror=strict-overflow]
        cc1: all warnings being treated as errors
    
    Signed-off-by: Dan McGee <dan at archlinux.org>

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

Summary of changes:
 configure.ac                 |    1 +
 doc/pacman.conf.5.txt        |    9 ------
 etc/pacman.conf.in           |    2 -
 lib/libalpm/diskspace.c      |   10 ++++--
 lib/libalpm/dload.c          |   11 ++++---
 lib/libalpm/signing.c        |    4 +-
 src/pacman/conf.c            |    3 --
 src/pacman/conf.h            |    1 -
 src/pacman/sync.c            |   53 +----------------------------------
 test/pacman/README           |    1 -
 test/pacman/tests/sync301.py |   27 -----------------
 test/pacman/tests/sync302.py |   49 --------------------------------
 test/pacman/tests/sync303.py |   35 -----------------------
 test/pacman/tests/sync304.py |   25 ----------------
 test/pacman/tests/sync305.py |   64 ------------------------------------------
 15 files changed, 16 insertions(+), 279 deletions(-)
 delete mode 100644 test/pacman/tests/sync301.py
 delete mode 100644 test/pacman/tests/sync302.py
 delete mode 100644 test/pacman/tests/sync303.py
 delete mode 100644 test/pacman/tests/sync304.py
 delete mode 100644 test/pacman/tests/sync305.py


hooks/post-receive
-- 
The official pacman repository


More information about the pacman-dev mailing list