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  9604570add9ad117e4e4a82d5abda5421054b9a7 (commit)
       via  6ea97963b3a67cfe346f40d2147fca918a118991 (commit)
       via  5343ec76616aec3353f9106b7873ecdae2a2fe5a (commit)
       via  43a09d1663433202e00bb1863bfe57bae3a39e84 (commit)
       via  b65c7afc17a1b65195d9c3f198991a5de3c02956 (commit)
       via  c781a85387b960bea5342e811cc086f536d2d8d8 (commit)
       via  a5a908021946683a344173eced59c66af3b2124f (commit)
       via  18d00097a280d319ed18feedb5370dece5b7398d (commit)
       via  599520e489e59d127d2423d57d95f667849f286a (commit)
       via  4291500c82b04bccc0509b6583d7bf266c87906a (commit)
       via  47ea63ff3b9818e4b2edc94155345691f6472452 (commit)
       via  765e29b67cf139efb1e88d428f95f71b5f0f01bb (commit)
      from  ad65462a059a1f5e4ce75bbb17ffc1538e5b6198 (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 9604570add9ad117e4e4a82d5abda5421054b9a7
Author: Daniel Wallace <[email protected]>
Date:   Thu Jan 28 17:20:03 2016 +0000

    Update zsh completion for pacman 5
    
    also include updates from pacman 4.2
    
    https://bugs.archlinux.org/task/47559
    
    Original-patch-by: Boris Staletic <[email protected]>
    Signed-off-by: Daniel Wallace <[email protected]>
    Signed-off-by: Allan McRae <[email protected]>

commit 6ea97963b3a67cfe346f40d2147fca918a118991
Author: Allan McRae <[email protected]>
Date:   Tue Jan 26 21:02:07 2016 +1000

    Create makepkg-template and system hook directories upon install
    
    Signed-off-by: Allan McRae <[email protected]>

commit 5343ec76616aec3353f9106b7873ecdae2a2fe5a
Author: Allan McRae <[email protected]>
Date:   Tue Jan 26 20:57:27 2016 +1000

    Add HookDir to example pacman.conf
    
    Signed-off-by: Allan McRae <[email protected]>

commit 43a09d1663433202e00bb1863bfe57bae3a39e84
Author: Allan McRae <[email protected]>
Date:   Tue Jan 26 20:43:39 2016 +1000

    bash_completion: update pacman completion
    
    Signed-off-by: Allan McRae <[email protected]>

commit b65c7afc17a1b65195d9c3f198991a5de3c02956
Author: Allan McRae <[email protected]>
Date:   Tue Jan 26 20:29:49 2016 +1000

    bash_completion: update makepkg completion
    
    Signed-off-by: Allan McRae <[email protected]>

commit c781a85387b960bea5342e811cc086f536d2d8d8
Author: Allan McRae <[email protected]>
Date:   Tue Jan 26 19:58:34 2016 +1000

    pacman.conf.5: document system hook directory
    
    Signed-off-by: Allan McRae <[email protected]>

commit a5a908021946683a344173eced59c66af3b2124f
Author: Allan McRae <[email protected]>
Date:   Tue Jan 26 19:52:55 2016 +1000

    pacman.8: document --hookdir
    
    Signed-off-by: Allan McRae <[email protected]>

commit 18d00097a280d319ed18feedb5370dece5b7398d
Author: Allan McRae <[email protected]>
Date:   Tue Jan 26 18:41:56 2016 +1000

    makepkg.conf.5: document option arguments in DLAGENTS need spaces escaped
    
    Fixes FS#43304.
    
    Signed-off-by: Allan McRae <[email protected]>

commit 599520e489e59d127d2423d57d95f667849f286a
Author: Allan McRae <[email protected]>
Date:   Tue Jan 26 18:30:29 2016 +1000

    PKGBUILD.5: document split package depends are not used during packaging
    
    makepkg only considers global {make,}depends when checking require packages
    are installed before building.
    
    Signed-off-by: Allan McRae <[email protected]>

commit 4291500c82b04bccc0509b6583d7bf266c87906a
Author: Allan McRae <[email protected]>
Date:   Mon Jan 25 15:30:56 2016 +1000

    Remove spacing when outputting package sizes
    
    This spacing appears to have been added to align sizes.  It sometimes 
worked...
    
    $ pacman -Si glibc | grep Size
    Download Size   :   8.03 MiB
    Installed Size  :  35.08 MiB
    
    And it sometimes failed...
    
    $ pacman -Si pacman | grep Size
    Download Size   : 662.82 KiB
    Installed Size  : 4045.00 KiB
    
    Remove the spaces for a consistent output.
    
    Signed-off-by: Allan McRae <[email protected]>

commit 47ea63ff3b9818e4b2edc94155345691f6472452
Author: Allan McRae <[email protected]>
Date:   Mon Jan 25 15:23:16 2016 +1000

    makepkg: do not run prepare() and pkgver() with --repackage
    
    Bug introduced with commit 8454daa7.
    
    Reported-by: Zuyi Hu <[email protected]>
    Signed-off-by: Allan McRae <[email protected]>

commit 765e29b67cf139efb1e88d428f95f71b5f0f01bb
Author: Zuyi Hu <[email protected]>
Date:   Mon Jan 25 12:36:50 2016 +1000

    Fix testing of arrays status for arch specific variables
    
    Signed-off-by: Allan McRae <[email protected]>

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

Summary of changes:
 Makefile.am                                     |  5 +--
 contrib/bash_completion.in                      | 27 +++++++++-------
 contrib/zsh_completion.in                       | 41 +++++++++++++++++++++++--
 doc/Makefile.am                                 |  3 +-
 doc/PKGBUILD.5.txt                              |  5 +++
 doc/makepkg.conf.5.txt                          |  5 +--
 doc/pacman.8.txt                                |  7 +++++
 doc/pacman.conf.5.txt                           |  3 +-
 etc/pacman.conf.in                              |  1 +
 scripts/libmakepkg/lint_pkgbuild/variable.sh.in |  2 +-
 scripts/makepkg.sh.in                           | 40 ++++++++++++------------
 src/pacman/package.c                            |  6 ++--
 12 files changed, 103 insertions(+), 42 deletions(-)


hooks/post-receive
-- 
The official pacman repository

Reply via email to