[pacman-dev] [GIT] The official pacman repository branch, master, updated. v5.0.1-28-g3729ef7

Allan McRae allan at archlinux.org
Thu May 5 03:52:32 UTC 2016


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  3729ef7a9acf75080fb6f60d13ea80cfd36d855d (commit)
       via  b012da645e14e5f79968d6670dcc5e51232c4adb (commit)
       via  6c96ad36e082755e8a008b34aedde55a9a9f3dcd (commit)
       via  5b9bc6024c246f232c64f6409088fedf558917af (commit)
       via  2694d17ad99bab1cea5aad0ea4781ea4d51e596b (commit)
       via  0088a7ab1cc2676a31debc05878a80d0bd9a6ba4 (commit)
       via  7e7c64f513460cfb391e2fc558e6fdbc83faa54d (commit)
       via  7d1ea0b814723d6a422c5569df19513c40bf99fe (commit)
       via  502e0d1db0f588d3067a2d464824e8f1cff20ca1 (commit)
       via  a194fb434e030a1668f08283c8a4d71428be86b5 (commit)
       via  ee960048b2394557f7155f053bf3ff5c8bb4b5e1 (commit)
       via  3ed57be450e35c3a3aaa99af722b615a989027c7 (commit)
      from  4960be7764678783c1ac81e884ad34a535769ad1 (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 3729ef7a9acf75080fb6f60d13ea80cfd36d855d
Author: Allan McRae <allan at archlinux.org>
Date:   Wed May 4 17:39:34 2016 +1000

    Avoid logical OR duplication warning from gcc-6
    
    The value EAGAIN is allowed by POSIX to be the same as EWOULDBLOCK, but this is
    not guaranteed. Thus on some systems (e.g. glibc Linux), we get a warning that
    the logical OR is being performed on two expressions of the same type. We can
    not get rid of this test in case any system defines these as unique values.
    
    Suggested-by: Dave Reisner
    Signed-off-by: Allan McRae <allan at archlinux.org>

commit b012da645e14e5f79968d6670dcc5e51232c4adb
Author: Ashley Whetter <ashley at awhetter.co.uk>
Date:   Sun May 1 18:03:08 2016 +0100

    Add -m/--nocolor options to updpkgsums
    
    Fixes FS#43346
    
    Signed-off-by: Ashley Whetter <ashley at awhetter.co.uk>
    Signed-off-by: Allan McRae <allan at archlinux.org>

commit 6c96ad36e082755e8a008b34aedde55a9a9f3dcd
Author: Ashley Whetter <ashley at awhetter.co.uk>
Date:   Sun May 1 22:24:20 2016 +0100

    pacsort help clearly states that files contain inputs to be sorted
    
    Fixes FS#44121
    
    Signed-off-by: Ashley Whetter <ashley at awhetter.co.uk>
    Signed-off-by: Allan McRae <allan at archlinux.org>

commit 5b9bc6024c246f232c64f6409088fedf558917af
Author: Allan McRae <allan at archlinux.org>
Date:   Wed May 4 17:38:03 2016 +1000

    Prevent wrapping of enum items
    
    GCC-6 points out that the value we use for the sentinal in enums is actually
    too large for the integer type. Reduce the bitshift by one to fix this.
    
    Signed-off-by: Allan McRae <allan at archlinux.org>

commit 2694d17ad99bab1cea5aad0ea4781ea4d51e596b
Author: Eric Engestrom <eric at engestrom.ch>
Date:   Fri Apr 29 22:32:13 2016 +0100

    fix spelling mistakes
    
    Signed-off-by: Eric Engestrom <eric at engestrom.ch>
    Signed-off-by: Allan McRae <allan at archlinux.org>

commit 0088a7ab1cc2676a31debc05878a80d0bd9a6ba4
Author: Xavion <Xavion (dot) 0 (at) Gmail (dot) com>
Date:   Mon Mar 28 11:54:24 2016 +1100

    Add colour to the output of the "-{F, Q}o" operations.
    
    Matching output for -s operations, the repository is coloured 'magenta', the
    package name is 'bold', and the version is outputted in 'green'.
    
    Signed-off-by: Xavion <Xavion (dot) 0 (at) Gmail (dot) com>
    Signed-off-by: Allan McRae <allan at archlinux.org>

commit 7e7c64f513460cfb391e2fc558e6fdbc83faa54d
Author: Xavion <Xavion (dot) 0 (at) Gmail (dot) com>
Date:   Mon Mar 28 09:35:37 2016 +1100

    Add colour to group selection dialog
    
    Colour the group name in 'blue' and the repository names in 'magenta'.
    
    Signed-off-by: Xavion <Xavion (dot) 0 (at) Gmail (dot) com>
    Signed-off-by: Allan McRae <allan at archlinux.org>

commit 7d1ea0b814723d6a422c5569df19513c40bf99fe
Author: Allan McRae <allan at archlinux.org>
Date:   Sat Apr 2 16:05:55 2016 +1000

    Handle provides with -Q
    
    It is useful to be able to use "pacman -Qi" on any dependency, even if that
    dependency is a provide.  For example, on Arch Linux systems, "sh" is provided
    by the "bash" package, and many packages depend on "sh". Querying the
    package that provides the "sh" dependency currently requires first searching
    for "sh".
    
    This patch allows the use of "pacman -Qi" on a provide.
    
    Fixes FS#20650.
    
    Signed-off-by: Allan McRae <allan at archlinux.org>

commit 502e0d1db0f588d3067a2d464824e8f1cff20ca1
Author: Allan McRae <allan at archlinux.org>
Date:   Sat Apr 2 15:23:25 2016 +1000

    pacman_query: move error messages into relevant if statements
    
    This ensures any additions to these test do not have to rely on the correct
    error condition being set by libalpm.
    
    Signed-off-by: Allan McRae <allan at archlinux.org>

commit a194fb434e030a1668f08283c8a4d71428be86b5
Author: Christian Hesse <mail at eworm.de>
Date:   Wed Mar 30 22:24:41 2016 +0200

    pacman.8: add actual operation to captions for easy searching
    
    I caught myself searching for operations when in need for an option.
    However this made me find transaction and update options only. So add
    the actual operations to captions for easy searching.
    
    Signed-off-by: Christian Hesse <mail at eworm.de>
    Signed-off-by: Allan McRae <allan at archlinux.org>

commit ee960048b2394557f7155f053bf3ff5c8bb4b5e1
Author: Allan McRae <allan at archlinux.org>
Date:   Tue Mar 29 20:21:42 2016 +1000

    Remove notification of system upgrade when only printing URLs
    
    Signed-off-by: Allan McRae <allan at archlinux.org>

commit 3ed57be450e35c3a3aaa99af722b615a989027c7
Author: Allan McRae <allan at archlinux.org>
Date:   Tue Mar 29 16:36:59 2016 +1000

    Print replacements when using -Sup
    
    When printing a list of URLs of packages to be updated, pacman was ignoring any
    replacements that would be made in the update process.
    
    Fixes FS#35812
    
    Signed-off-by: Allan McRae <allan at archlinux.org>

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

Summary of changes:
 contrib/updpkgsums.sh.in                           | 23 +++++++++----
 contrib/zsh_completion.in                          |  6 ++--
 doc/pacman.8.txt                                   | 23 ++++++-------
 lib/libalpm/alpm.h                                 |  4 +--
 lib/libalpm/be_package.c                           |  2 +-
 lib/libalpm/db.h                                   |  2 +-
 lib/libalpm/deps.c                                 |  2 +-
 lib/libalpm/package.h                              |  2 +-
 lib/libalpm/util.c                                 | 14 ++++++--
 src/pacman/callback.c                              | 12 ++++---
 src/pacman/files.c                                 |  6 ++--
 src/pacman/query.c                                 | 40 ++++++++++++----------
 src/pacman/sync.c                                  | 15 ++++----
 src/pacman/util.c                                  |  3 +-
 src/util/pacsort.c                                 |  5 ++-
 test/pacman/tests/TESTS                            |  1 +
 .../sync-sysupgrade-print-replaced-packages.py     | 14 ++++++++
 17 files changed, 112 insertions(+), 62 deletions(-)
 create mode 100644 test/pacman/tests/sync-sysupgrade-print-replaced-packages.py


hooks/post-receive
-- 
The official pacman repository


More information about the pacman-dev mailing list