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

Dan McGee dan at archlinux.org
Mon Nov 7 10:16:36 EST 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  e7b56f48d704f57f023d7ca3cdc9d492fb31a9cb (commit)
       via  601c808b8d3d4eec76b215e56f1d56f4fe591367 (commit)
       via  1953fe43689054aded03eb166f4f987e7cc0dccd (commit)
      from  d98ff04cc933253b7221fc170813f7d2365d3289 (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 e7b56f48d704f57f023d7ca3cdc9d492fb31a9cb
Author: Allan McRae <allan at archlinux.org>
Date:   Mon Nov 7 14:47:58 2011 +1000

    makepkg: handle pgp signatures with .sign extension
    
    Detached sgnature files with extension .sign are accepted by gnupg.
    
    Signed-off-by: Allan McRae <allan at archlinux.org>
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit 601c808b8d3d4eec76b215e56f1d56f4fe591367
Author: Dan McGee <dan at archlinux.org>
Date:   Thu Nov 3 09:54:33 2011 -0500

    Fix download progress rounding edge case
    
    Allan's original message: Occasionally when the download rate showed
    100.0 the output got messed up. This was caused by the rounding of a
    number between 99.95 and 100.  Adjust the threshold to avoid this
    rounding issue.
    
    Dan: make this fix, but also show values between 0 and 9.995 with two
    decimal places since we have the room.
    
    Original-fix-by: Allan McRae <allan at archlinux.org>
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit 1953fe43689054aded03eb166f4f987e7cc0dccd
Author: Dan McGee <dan at archlinux.org>
Date:   Tue Nov 1 19:17:26 2011 -0500

    Fix thinko in _alpm_strip_newline
    
    The point of this early compare to NULL byte check was so we could bail
    early and skip the strcmp() call. Given we weren't doing the check
    right, this never exited early. Fix it to work as intended.
    
    Noticed-by: Pepe Juárez <trulustapa at gmail.com>
    Signed-off-by: Dan McGee <dan at archlinux.org>

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

Summary of changes:
 lib/libalpm/util.c    |    2 +-
 scripts/makepkg.sh.in |    4 ++--
 src/pacman/callback.c |    7 +++++--
 3 files changed, 8 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
The official pacman repository


More information about the pacman-dev mailing list