[pacman-dev] [GIT] The official pacman repository branch, maint, updated. v4.0.0-23-g2da59e1

Dan McGee dan at archlinux.org
Tue Oct 25 11:40:44 EDT 2011


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, maint has been updated
       via  2da59e1aa91fa4160ec1c8ec84d94d8141b2a832 (commit)
       via  571f2f78141a5c13aaf90cfbfe99c04af8158e4e (commit)
       via  0d9e7da309f27c099814232d0f1be1b2ae884b2a (commit)
       via  5853025137e64411d7be745a55936ec3e8868212 (commit)
      from  d6e3446e70bcda9c0f28d80110d588106daa4b5c (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 2da59e1aa91fa4160ec1c8ec84d94d8141b2a832
Author: Dave Reisner <dreisner at archlinux.org>
Date:   Tue Oct 18 10:46:47 2011 -0400

    lib/sync: inform callers of compute_download_size of a partial
    
    Extend the return values of compute_download_size to allow callers to
    know that a .part file exists for the package.
    
    This extra value isn't currently used, but it'll be needed later on.
    
    Signed-off-by: Dave Reisner <dreisner at archlinux.org>
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit 571f2f78141a5c13aaf90cfbfe99c04af8158e4e
Author: Allan McRae <allan at archlinux.org>
Date:   Sat Oct 22 18:29:05 2011 +1000

    Fix libtool detection of --as-needed flag
    
    The fix for -Wl,--as-needed in commit b0f9477f assumes that
    --as-needed/--no-as-needed is the only option given in a -Wl line.
    However, it is perfectly valid to specify multiple flags comma
    separated after a single -Wl (e.g. the default LDFLAGS in Arch
    Linux makepkg.conf).
    
    Adjust the fix so it detect --as-needed in a more general context
    
    > readelf -d lib/libalpm/.libs/libalpm.so.?.?.? | grep NEEDED | wc -l
    Before: 13
    After: 5
    
    Signed-off-by: Allan McRae <allan at archlinux.org>
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit 0d9e7da309f27c099814232d0f1be1b2ae884b2a
Author: Allan McRae <allan at archlinux.org>
Date:   Sat Oct 22 17:22:08 2011 +1000

    Update libtool files
    
    Update for libtool-2.4.2 while keeping the fix for --as-needed from
    commit b0f9477f.
    
    Signed-off-by: Allan McRae <allan at archlinux.org>
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit 5853025137e64411d7be745a55936ec3e8868212
Author: Dan McGee <dan at archlinux.org>
Date:   Mon Oct 24 13:49:14 2011 -0500

    Add more logging to download code
    
    This adds a logger to the CURLE_OK case so we can always know the return
    code if it was >= 400, and debug log it regardless. Also adjust another
    logger to use the cURL error message directly, as well as use fstat()
    when we have an open file handle rather than stat().
    
    Signed-off-by: Dan McGee <dan at archlinux.org>

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

Summary of changes:
 lib/libalpm/dload.c |   14 ++++++--
 lib/libalpm/sync.c  |    8 +++-
 ltmain.sh           |   85 +++++++++++++++++++++++++++++++--------------------
 m4/ltversion.m4     |   10 +++---
 4 files changed, 74 insertions(+), 43 deletions(-)
 mode change 100755 => 100644 ltmain.sh


hooks/post-receive
-- 
The official pacman repository


More information about the pacman-dev mailing list