[pacman-dev] [GIT] The official pacman repository branch, master, updated. v4.1.2-207-ga15fd48

Allan McRae allan at archlinux.org
Thu Nov 14 20:05:32 EST 2013


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  a15fd48016014249a13db7a437b5e4f5937f6158 (commit)
       via  7bfaa358ea45c5d527a382bb5fef734b3134bd6f (commit)
       via  1645dfd3d120f26f9d59a952c89ea35514f14992 (commit)
       via  230bd5c2fd11f6256e1ab16c2e5997a8d8228461 (commit)
       via  b7b3f9c5e7903272bef32792ab28615f434d3ec8 (commit)
       via  d78f45ae0c11fb19a1a0bf30728386e9febe0705 (commit)
       via  ea6aeef8bae01d934cb4aab6d915e0e3e8276df1 (commit)
       via  0da98ec6bac17b4f56b67a6f5b2fa24896671a9f (commit)
       via  5273e38fb254d6bfb9bce9078d346f3c08a294b1 (commit)
       via  da8cd388c4fd95d1748285e4d6bd549c776ef5e1 (commit)
       via  57090d8cba65988b822a215947a5fb44d55790d0 (commit)
       via  af284d5fdb0ef15dbb7a2082380e2ec586599774 (commit)
       via  88df07717de868dc2bd2424afefaea6c77efa4c0 (commit)
       via  14cc790c59e55f4a3f4d7fc47a2f60c468c5887b (commit)
       via  0c180cb7cc890fdf162f3624d3fbeb6af95d2557 (commit)
       via  fe824f87b9f1e40d88bd1a190a0bc1c80f2e91eb (commit)
       via  5c5b28833c0c47d31c58d40cd13b69227de6eb48 (commit)
      from  d5acf7a44a41c0ac8224895a9f15f3d04e80811d (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 a15fd48016014249a13db7a437b5e4f5937f6158
Author: Jason St. John <jstjohn at purdue.edu>
Date:   Fri Nov 8 02:53:33 2013 -0500

    Improve --help switch output for pacman contrib and pacman scripts
    
    Unify the formatting of the --help switch for pacman utils, if it exists.
    All of the pacman utils will now output help text using the following
    format:
    
      util-name (pacman) v<pacman version>
    
      one line description of util's purpose
    
      Usage: util-name [options]
    
        -b, --bar      whatever --bar does
        -f, --foo      whatever --foo does
        -h, --help     display this help message
    
    Reported-by: Karol Błażewicz <karol.blazewicz at gmail.com>
    Signed-off-by: Jason St. John <jstjohn at purdue.edu>

commit 7bfaa358ea45c5d527a382bb5fef734b3134bd6f
Author: Jason St. John <jstjohn at purdue.edu>
Date:   Fri Nov 8 13:21:46 2013 -0500

    Replace "echo" command with "printf" in human_to_size_test.sh
    
    Signed-off-by: Jason St. John <jstjohn at purdue.edu>
    Signed-off-by: Allan McRae <allan at archlinux.org>

commit 1645dfd3d120f26f9d59a952c89ea35514f14992
Author: Jason St. John <jstjohn at purdue.edu>
Date:   Fri Nov 8 00:49:05 2013 -0500

    Fix typo in pacman-optimize
    
    Signed-off-by: Jason St. John <jstjohn at purdue.edu>
    Signed-off-by: Allan McRae <allan at archlinux.org>

commit 230bd5c2fd11f6256e1ab16c2e5997a8d8228461
Author: Jason St. John <jstjohn at purdue.edu>
Date:   Fri Nov 8 00:44:40 2013 -0500

    Fix whitespace and other formatting issues
    
    This commit:
    -- replaces space-based indents with tabs per the coding standards
    -- removes extraneous whitespace (e.g. extra spaces between function args)
    -- adds missing braces for a one-line if statement
    
    Signed-off-by: Jason St. John <jstjohn at purdue.edu>

commit b7b3f9c5e7903272bef32792ab28615f434d3ec8
Author: Jason St. John <jstjohn at purdue.edu>
Date:   Thu Nov 7 23:26:19 2013 -0500

    Fix minor grammatical issues in doc/index.txt
    
    Signed-off-by: Jason St. John <jstjohn at purdue.edu>
    Signed-off-by: Allan McRae <allan at archlinux.org>

commit d78f45ae0c11fb19a1a0bf30728386e9febe0705
Author: Andrew Gregory <andrew.gregory.8 at gmail.com>
Date:   Tue Nov 5 11:29:55 2013 -0500

    log important events from the backend
    
    This ensures that important events will be logged and consistent
    regardless of the frontend.  The need for global context in the event
    callback is also removed.  The event is logged before any post_* scripts
    run, so this also moves the post_* script output underneath the event in
    the log.
    
    Fixes FS#36504
    
    Signed-off-by: Andrew Gregory <andrew.gregory.8 at gmail.com>
    Signed-off-by: Allan McRae <allan at archlinux.org>

commit ea6aeef8bae01d934cb4aab6d915e0e3e8276df1
Author: Andrew Gregory <andrew.gregory.8 at gmail.com>
Date:   Tue Nov 5 08:50:44 2013 -0500

    Makefile.am: fix typo in LOG_DRIVER variable
    
    Self-executing tests were not being run through the tap log driver.
    This caused `make check` to ignore discrepancies between the expected
    number of tests and the actual number of tests.
    
    Also, fix some uncommented output from test scripts that could confuse
    TAP parsers.
    
    Signed-off-by: Andrew Gregory <andrew.gregory.8 at gmail.com>
    Signed-off-by: Allan McRae <allan at archlinux.org>

commit 0da98ec6bac17b4f56b67a6f5b2fa24896671a9f
Author: Allan McRae <allan at archlinux.org>
Date:   Fri Nov 1 22:13:46 2013 +1000

    Ignore makedepend and checkdepend entries when parsing .PKGINFO file
    
    Signed-off-by: Allan McRae <allan at archlinux.org>

commit 5273e38fb254d6bfb9bce9078d346f3c08a294b1
Author: Allan McRae <allan at archlinux.org>
Date:   Fri Nov 1 21:24:46 2013 +1000

    makepkg: move update_pkgver out of extract_sources
    
    The extract_sources function should be just extracting sources.
    
    Signed-off-by: Allan McRae <allan at archlinux.org>

commit da8cd388c4fd95d1748285e4d6bd549c776ef5e1
Author: Allan McRae <allan at archlinux.org>
Date:   Fri Nov 1 21:48:17 2013 +1000

    Return zero from extract_file with local source file
    
    The call to bsdtar to check if a file needs extracted returns 1 if it does
    not.  We then propegate this return value accidentally which can cause
    makepkg to report an error later on.  Explicitly return 0 in this case.
    
    Signed-off-by: Allan McRae <allan at archlinux.org>

commit 57090d8cba65988b822a215947a5fb44d55790d0
Author: Andrew Gregory <andrew.gregory.8 at gmail.com>
Date:   Sat Oct 26 11:32:15 2013 -0400

    alpm_handle: store lock file descriptor
    
    There was a brief window between opening the file descriptor and
    creating a stream to it.  If the process was interrupted during that
    window the lock file would not be removed correctly.
    
    The pid is no longer printed to the lock file as this was virtually
    meaningless for lock files on NFS.
    
    Fixes FS#35603
    
    Signed-off-by: Andrew Gregory <andrew.gregory.8 at gmail.com>
    Signed-off-by: Allan McRae <allan at archlinux.org>

commit af284d5fdb0ef15dbb7a2082380e2ec586599774
Author: Andrew Gregory <andrew.gregory.8 at gmail.com>
Date:   Mon Oct 28 09:58:28 2013 -0400

    support ALPM_SIG_USE_DEFAULT for file siglevels
    
    This brings file siglevels in line with how db siglevels are handled.
    
    Signed-off-by: Andrew Gregory <andrew.gregory.8 at gmail.com>
    Signed-off-by: Allan McRae <allan at archlinux.org>

commit 88df07717de868dc2bd2424afefaea6c77efa4c0
Author: Jason St. John <jstjohn at purdue.edu>
Date:   Thu Oct 31 17:31:32 2013 -0400

    Remove spaces between the opening "if" and the opening parenthesis
    
    Signed-off-by: Jason St. John <jstjohn at purdue.edu>
    Signed-off-by: Allan McRae <allan at archlinux.org>

commit 14cc790c59e55f4a3f4d7fc47a2f60c468c5887b
Author: Jason St. John <jstjohn at purdue.edu>
Date:   Thu Oct 31 17:55:54 2013 -0400

    Use title case for a heading in HACKING; fix capitalization of "Vim" in HACKING
    
    Signed-off-by: Jason St. John <jstjohn at purdue.edu>
    Signed-off-by: Allan McRae <allan at archlinux.org>

commit 0c180cb7cc890fdf162f3624d3fbeb6af95d2557
Author: Dave Reisner <dreisner at archlinux.org>
Date:   Thu Oct 31 17:42:47 2013 -0400

    version: fix formatting in file to RPM upstream
    
    This reverts a portion of 86eefc1a3a341.
    
    Signed-off-by: Dave Reisner <dreisner at archlinux.org>
    Signed-off-by: Allan McRae <allan at archlinux.org>

commit fe824f87b9f1e40d88bd1a190a0bc1c80f2e91eb
Author: Allan McRae <allan at archlinux.org>
Date:   Thu Oct 31 23:24:26 2013 +1000

    makepkg: only remove static libraries if they have a shared version
    
    It is fairly common that packages contain static libraries with no
    shared counterpart.  These should not be removed with !staticlibs.
    
    Signed-off-by: Allan McRae <allan at archlinux.org>

commit 5c5b28833c0c47d31c58d40cd13b69227de6eb48
Author: Allan McRae <allan at archlinux.org>
Date:   Thu Oct 31 22:28:55 2013 +1000

    makepkg: Allow "static library" to be translated
    
    Signed-off-by: Allan McRae <allan at archlinux.org>

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

Summary of changes:
 HACKING                            |  4 +--
 Makefile.am                        |  2 +-
 contrib/bacman.sh.in               | 10 +++++--
 contrib/checkupdates.sh.in         | 13 +++++++--
 contrib/paccache.sh.in             | 24 +++++++--------
 contrib/pacdiff.sh.in              |  8 +++--
 contrib/paclist.sh.in              | 10 +++++--
 contrib/paclog-pkglist.sh.in       | 12 ++++++--
 contrib/pacscripts.sh.in           | 16 +++++-----
 contrib/pacsearch.in               |  5 ++--
 contrib/pacsysclean.sh.in          |  8 +++--
 contrib/rankmirrors.sh.in          | 15 ++++++----
 contrib/updpkgsums.sh.in           | 18 +++++++-----
 doc/PKGBUILD.5.txt                 |  2 +-
 doc/index.txt                      | 16 +++++-----
 doc/makepkg.conf.5.txt             |  2 +-
 lib/libalpm/add.c                  | 24 ++++++++++++++-
 lib/libalpm/alpm.h                 | 14 ++++-----
 lib/libalpm/be_package.c           |  6 +++-
 lib/libalpm/deps.c                 |  4 +--
 lib/libalpm/diskspace.c            |  2 +-
 lib/libalpm/dload.c                |  4 +--
 lib/libalpm/filelist.c             |  2 +-
 lib/libalpm/handle.c               | 37 +++++++++++------------
 lib/libalpm/handle.h               | 10 +++----
 lib/libalpm/remove.c               |  9 ++++--
 lib/libalpm/signing.c              | 24 +++++++--------
 lib/libalpm/trans.c                |  2 +-
 lib/libalpm/util.c                 |  6 ++--
 lib/libalpm/version.c              | 42 +++++++++++++-------------
 scripts/makepkg.sh.in              | 28 +++++++++++-------
 scripts/pacman-db-upgrade.sh.in    |  7 +++--
 scripts/pacman-optimize.sh.in      |  6 ++--
 scripts/pkgdelta.sh.in             | 11 ++++---
 src/common/util-common.c           | 19 ++++++------
 src/pacman/callback.c              | 36 ++++-------------------
 src/pacman/conf.c                  |  6 ++--
 src/pacman/package.c               |  4 +--
 src/pacman/pacman.c                |  2 +-
 src/pacman/query.c                 |  2 +-
 src/pacman/sync.c                  |  2 +-
 src/pacman/util.c                  |  4 +--
 test/scripts/human_to_size_test.sh | 56 +++++++++++++++++------------------
 test/scripts/parseopts_test.sh     | 60 +++++++++++++++++++-------------------
 test/util/pacsorttest.sh           |  4 +--
 test/util/vercmptest.sh            |  2 +-
 46 files changed, 327 insertions(+), 273 deletions(-)


hooks/post-receive
-- 
The official pacman repository


More information about the pacman-dev mailing list