[pacman-dev] [GIT] The official pacman repository branch, master, updated. v3.3.3-196-g80f7c17

Dan McGee dan at archlinux.org
Mon May 24 22:29:43 EDT 2010


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  80f7c1707c2b25cbb88120f5d12e7e038beba36c (commit)
       via  ae73d756607edc8733ddb5facc7066316c34d11f (commit)
       via  3cd237dec34801963b8cd522038e1a86948d2c91 (commit)
       via  52c3f871db3142c5157b898b46ca4f1eef05ff73 (commit)
       via  f948cb25bb3bc4ebfdd9d759451586e1baeb7b86 (commit)
      from  9ab6bfad223ce65d3c37785d0aae8676bfc2702f (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 80f7c1707c2b25cbb88120f5d12e7e038beba36c
Author: Andres P <stderr at mail.com>
Date:   Tue May 18 17:56:47 2010 -0430

    bash_completion : full rewrite with many improvements
    
    * Undeclared local vars with common enough names to warrant breakage
    * Performance issues with _pacman trying to replicate /usr/bin/pacman
      with find and other slow tools.
    * Performance issues with expanding an array (with sometimes hundreds of
      items) over three times.
    * Expanding said array to remove already completed entries had the side
      effect of braking filenames with spaces and or \n.
    * add -D --database options and --print
    * fix dirs showing up when they shouldn't in completions
    * completions regarding database entries shouldn't trigger filename
      completion.
    
    This is now down to 106 lines. The original one (master) is 365 lines
    long, yet this one retains all functionality.
    
    The work is documented in FS#16630.
    
    Signed-off-by: Andres P <stderr at mail.com>
    Signed-off-by: Xavier Chantry <chantry.xavier at gmail.com>
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit ae73d756607edc8733ddb5facc7066316c34d11f
Author: Andres P <aepd87 at gmail.com>
Date:   Sat May 22 00:36:52 2010 -0430

    makepkg: replace unnecessary uses of grep
    
    Signed-off-by: Andres P <aepd87 at gmail.com>
    Signed-off-by: Allan McRae <allan at archlinux.org>
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit 3cd237dec34801963b8cd522038e1a86948d2c91
Author: Allan McRae <allan at archlinux.org>
Date:   Sat May 22 22:27:14 2010 +1000

    makepkg: fix permissions on install and changelog files
    
    The .INSTALL and .CHANGELOG files in a package retained the permissions
    that they had in $startdir.   Do a chmod after copying to ensure
    that the permissions are sane.
    
    Signed-off-by: Allan McRae <allan at archlinux.org>
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit 52c3f871db3142c5157b898b46ca4f1eef05ff73
Author: Andres P <aepd87 at gmail.com>
Date:   Mon May 24 17:02:55 2010 -0430

    makepkg: don't decompress when stripping binaries
    
    f569c4a042 wrongly relied on file's output.
    
    The fix is to not decompress files in the first place.
    
    Signed-off-by: Andres P <aepd87 at gmail.com>
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit f948cb25bb3bc4ebfdd9d759451586e1baeb7b86
Author: Allan McRae <allan at archlinux.org>
Date:   Wed May 19 20:33:35 2010 +1000

    Change directory in package function in PKGBUILD.proto
    
    makepkg goes back to the $startdir between the build() and
    package() functions so we need to change directory at the
    start of the package function.
    
    TODO: fix makepkg to make this unnecessary
    
    Signed-off-by: Allan McRae <allan at archlinux.org>

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

Summary of changes:
 PKGBUILD.proto          |    2 +
 contrib/bash_completion |  434 ++++++++++-------------------------------------
 scripts/makepkg.sh.in   |   20 +-
 3 files changed, 98 insertions(+), 358 deletions(-)


hooks/post-receive
--
The official pacman repository


More information about the pacman-dev mailing list