[pacman-dev] [GIT] The official pacman repository branch, master, updated. v3.2.2-202-g41a55d4

Dan McGee dan at archlinux.org
Wed Jul 15 22:39:08 EDT 2009


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  41a55d4effecfb2914e96ed4a99eb621557c6d2f (commit)
       via  5dc0b80c2683551c10b96157ba34b277db25b82d (commit)
       via  104daa16a69708c9b16fc59ac895f2932ea509d4 (commit)
       via  caa0f2205a62344c4df6e286e14a0d89cd1d10f2 (commit)
       via  68c10690eae369928b6cdc2d658588ad06e4b1a5 (commit)
       via  8d7764abaecb89a5baa6b4afe25f4db8e8a40465 (commit)
       via  6092dda1775a3d887d557c0e4961645a4ed67064 (commit)
       via  e72cce352a4f43e371998dc8985b5fa2e0102216 (commit)
       via  621aa26e26fcf578221051e896d6440a0095b8a3 (commit)
       via  b312c820c8c8ed98a8b8f927b948bca8a3a22632 (commit)
       via  617e7d512ff6fb7d6c5e5232091b528148cc40c7 (commit)
      from  c72b4543b69f5a80d254a3f408748e19db758947 (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 41a55d4effecfb2914e96ed4a99eb621557c6d2f
Author: Volodia Macovei <blog at volodia.ro>
Date:   Wed Jul 1 11:06:02 2009 -0500

    Update Romanian translation
    
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit 5dc0b80c2683551c10b96157ba34b277db25b82d
Author: Allan McRae <allan at archlinux.org>
Date:   Sun Jul 12 17:10:11 2009 +1000

    makepkg: clean up BUILDSCRIPT usage
    
    FS#15448 (which is made worse by the "fix" for FS#14727...), highlighted
    some deficiencies in the usage of the BUILDSCRIPT variable. In particular,
    only relative paths worked with "-p" and some output was very strange in
    combination with the "-p" flag or reading from /dev/stdin. e.g.
    "Please add a license line to your /dev/stdin!".
    
    This patch adds a new variable, BUILDFILE, which contains the full path
    to the BUILDSCRIPT.  This defaults to $startdir/$BUILDSCRIPT.
    
    Also, fix a missed quoting of $BUILD{SCRIPT->FILE} and remove warning
    about missing BUILDSCRIPT definition in makepkg.conf as the default
    BUILDSCRIPT value is now specified during configure. Add check that
    BUILDFILE is writable before updating VCS PKGBUILDs. When making a source
    package, the BUILDSCRIPT always gets given the default name, regardless
    of what it was originally called.
    
    Signed-off-by: Allan McRae <allan at archlinux.org>

commit 104daa16a69708c9b16fc59ac895f2932ea509d4
Author: Allan McRae <allan at archlinux.org>
Date:   Sun Jul 12 01:07:46 2009 +1000

    makepkg: allow spaces in source file names
    
    The download command failed with sources that contained spaces.
    Remainder of fix for FS#15323.
    
    Signed-off-by: Allan McRae <allan at archlinux.org>

commit caa0f2205a62344c4df6e286e14a0d89cd1d10f2
Author: Dan McGee <dan at archlinux.org>
Date:   Wed Jul 1 02:31:59 2009 -0500

    makepkg: fix breakage with '%' in source filenames
    
    Ensure we don't pass a bare filename to printf that might contain a
    lookalike '%' escape sequence. Fixes part of FS#15323.
    
    Signed-off-by: Dan McGee <dan at archlinux.org>
    Signed-off-by: Allan McRae <allan at archlinux.org>

commit 68c10690eae369928b6cdc2d658588ad06e4b1a5
Author: Dan McGee <dan at archlinux.org>
Date:   Wed Jul 1 02:26:27 2009 -0500

    makepkg: quote filenames when extracting
    
    We currently fall apart on files with spaces in the names.
    
    Signed-off-by: Dan McGee <dan at archlinux.org>
    Signed-off-by: Allan McRae <allan at archlinux.org>

commit 8d7764abaecb89a5baa6b4afe25f4db8e8a40465
Author: Allan McRae <allan at archlinux.org>
Date:   Fri Jul 10 00:31:20 2009 +1000

    Quote values in the arch array in example PKGBUILD
    
    Signed-off-by: Allan McRae <allan at archlinux.org>

commit 6092dda1775a3d887d557c0e4961645a4ed67064
Author: Allan McRae <allan at archlinux.org>
Date:   Sat Jul 4 03:16:14 2009 +1000

    makepkg: check for package functions when package splitting
    
    Makes sure the required package functions are present when using package
    splitting.  Also moves setting of pkgbase variable outside the
    check_sanity function to somewhere more appropriate.
    
    Signed-off-by: Allan McRae <allan at archlinux.org>

commit e72cce352a4f43e371998dc8985b5fa2e0102216
Author: Allan McRae <allan at archlinux.org>
Date:   Sat Jul 4 02:28:03 2009 +1000

    makepkg: fix pkgdesc restoration with split packaging
    
    A pkgdesc with spaces in it would get restored to an array and thus only
    the first word would be restored (FS#15210). Convert that array back to a
    string.
    
    Signed-off-by: Allan McRae <allan at archlinux.org>

commit 621aa26e26fcf578221051e896d6440a0095b8a3
Author: Allan McRae <allan at archlinux.org>
Date:   Sat Jul 4 01:52:28 2009 +1000

    makepkg: Exit on failure within build() or package() functions
    
    Errors in build() functions were only fatal, if "--log" was enabled. Errors in
    package() functions were never fatal. Piping these functions through "cat -"
    triggers error trapping. This prevents the need for "|| return 1" usage in
    PKGBUILDs.
    
    Original-patch-by: Juergen Hoetzel <juergen at archlinux.org>
    Signed-off-by: Allan McRae <allan at archlinux.org>

commit b312c820c8c8ed98a8b8f927b948bca8a3a22632
Author: Allan McRae <allan at archlinux.org>
Date:   Thu Jul 2 13:53:29 2009 +1000

    makepkg: fix check for previously built packages with package splitting
    
    Checks if some or all packages are built before overwriting/installing.
    Adds some new strings for translation.
    
    Signed-off-by: Allan McRae <allan at archlinux.org>

commit 617e7d512ff6fb7d6c5e5232091b528148cc40c7
Author: Allan McRae <allan at archlinux.org>
Date:   Wed Jul 1 13:52:52 2009 +1000

    makepkg: clean up moving PKGINFO creation to a function
    
    Someone forgot to commit this when pulling in the original patch
    to his working branch...
    
    Signed-off-by: Allan McRae <allan at archlinux.org>

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

Summary of changes:
 doc/PKGBUILD-example.txt |    2 +-
 po/ro.po                 |    8 +-
 scripts/makepkg.sh.in    |  137 ++++++++++++++++++++++++++++++----------------
 3 files changed, 95 insertions(+), 52 deletions(-)


hooks/post-receive
--
The official pacman repository


More information about the pacman-dev mailing list