[pacman-dev] [GIT] The official pacman repository branch, master, updated. v3.2.1-80-ga30bf86

Dan McGee dan at archlinux.org
Sat Jan 3 01:22:41 EST 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  a30bf868ca4cce5464f7e4aa55cd7e7d4eade9a2 (commit)
       via  1cc8ad6112ed07a71f356a6bb0f06f117b36b3b2 (commit)
       via  8f26bb9052fe1bb131d2062da4fcd917fc9ad4da (commit)
       via  9a7f68317aa652cbc89e7fa69381d6239a63a6e7 (commit)
       via  774c252753c3c1717684bea234a497941aa864d7 (commit)
       via  1b7ff7a636b6ca6bbcb3953c681bd22166f4a6ca (commit)
       via  bb9b19a6c45e39bd617faa5eb47c074f9c12f94e (commit)
       via  b55f478042053dfb749da7ce0a48fc0e49112093 (commit)
       via  a73ad4f0e3981acab7234e4b17a08a52bd273ab9 (commit)
       via  b3169a5687bfc02fd512f1a1b5f83dfe00bbce7c (commit)
      from  e49adbea4c67b2fd49910697229682e0a85fe9b2 (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 a30bf868ca4cce5464f7e4aa55cd7e7d4eade9a2
Merge: 1cc8ad6112ed07a71f356a6bb0f06f117b36b3b2 a73ad4f0e3981acab7234e4b17a08a52bd273ab9
Author: Dan McGee <dan at archlinux.org>
Date:   Sat Jan 3 00:18:22 2009 -0600

    Merge branch 'maint'

commit 1cc8ad6112ed07a71f356a6bb0f06f117b36b3b2
Author: Allan McRae <allan at archlinux.org>
Date:   Fri Jan 2 03:32:05 2009 +1000

    makepkg: Add support for specifying LDFLAGS
    
    Provide support for specifying LDFLAGS within makepkg.conf but leaves
    this undefined by default. Fixes FS#12542.
    
    Signed-off-by: Allan McRae <allan at archlinux.org>
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit 8f26bb9052fe1bb131d2062da4fcd917fc9ad4da
Author: Allan McRae <allan at archlinux.org>
Date:   Sat Dec 27 16:35:06 2008 +1000

    makepkg: move BUILDSCRIPT from makepkg.conf
    
    Commit 4b183bf9 moved makepkg.conf sourcing to after the parsing
    of options, breaking the -p option and --help output.  The solution
    is to move BUILDSCRIPT out of makepkg.conf.  This patch moves the
    definition BUILDSCRIPT back to makepkg itself and adds configure
    option to allow easy changing of this value during build time.
    
    Signed-off-by: Allan McRae <allan at archlinux.org>
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit 9a7f68317aa652cbc89e7fa69381d6239a63a6e7
Author: Allan McRae <allan at archlinux.org>
Date:   Sun Dec 7 21:14:32 2008 +1000

    makepkg: Introduce purge option
    
    The purge option, combined with the PURGE_TARGETS variable,
    allows makepkg to automatically remove commonly confliting or
    removed files (e.g. /usr/share/info/dir, *.pod).
    
    Original work: Tim Yang
    Signed-off-by: Allan McRae <allan at archlinux.org>
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit 774c252753c3c1717684bea234a497941aa864d7
Author: Allan McRae <allan at archlinux.org>
Date:   Sat Sep 27 14:47:29 2008 +1000

    makepkg: Add used options to PKGINFO file
    
    Adds defined options to the PKGINFO file in the form of "makepkgopt =".
    It may be useful to be able to add these to the pacman DB at some point
    as that would allow (e.g.) checking which packages have had their docs
    striped (FS#7092).
    
    Signed-off-by: Allan McRae <allan at archlinux.org>
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit 1b7ff7a636b6ca6bbcb3953c681bd22166f4a6ca
Author: Allan McRae <allan at archlinux.org>
Date:   Fri Dec 5 14:13:15 2008 +1000

    makepkg: add fallback for when MAN_DIRS is unset
    
    This prevents makepkg compressing every file when MAN_DIRS is not
    supplied in makepkg.conf
    
    Signed-off-by: Allan McRae <allan at archlinux.org>
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit bb9b19a6c45e39bd617faa5eb47c074f9c12f94e
Author: Allan McRae <allan at archlinux.org>
Date:   Sun Nov 23 21:17:15 2008 +1000

    makepkg: provide MAN_DIRS configuration variable
    
    Provides a MAN_DIRS variable in makepkg.conf which can be used
    to specify folders to look for manual (man and info) pages to be
    compressed.  Useful for packages that install to /opt.  Also
    clarifies that "zipman" means "zip manuals" and covers both man
    and info pages.
    
    Original work by: Tiago Pierezan Camargo <tcamargo at gmail.com>
    Signed-off-by: Allan McRae <allan at archlinux.org>
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit b55f478042053dfb749da7ce0a48fc0e49112093
Author: Allan McRae <allan at archlinux.org>
Date:   Sun Nov 2 13:47:04 2008 +1000

    libalpm: add PID to db.lck
    
    This is the first step in being able to automatically remove phantom
    lock files.
    
    Signed-off-by: Allan McRae <allan at archlinux.org>
    [Dan: fix compilation warnings]
    Signed-off-by: Dan McGee <dan at archlinux.org>

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

Summary of changes:
 configure.ac           |    9 +++++++++
 doc/makepkg.conf.5.txt |   23 ++++++++++++++++++++++-
 etc/makepkg.conf.in    |   15 ++++++++++-----
 lib/libalpm/add.c      |   10 ++++++++++
 lib/libalpm/be_files.c |   24 +++++++++++++++++++++---
 lib/libalpm/db.h       |    1 +
 lib/libalpm/remove.c   |    1 +
 lib/libalpm/util.c     |   15 +++++++++++++--
 scripts/Makefile.am    |    1 +
 scripts/makepkg.sh.in  |   46 ++++++++++++++++++++++++++++++++++++----------
 10 files changed, 124 insertions(+), 21 deletions(-)


hooks/post-receive
--
The official pacman repository


More information about the pacman-dev mailing list