The official pacman repository branch, master, updated. v4.0.3-211-gd7b7285
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 d7b728591ad68712be2c0ade7c2dd8e45bc2dfed (commit)
via 6a8e50a69ec419cc95ee513cd2e73944c4ac57f9 (commit)
via ded66fbb62cdad37d577dc048e37f7cea7f7a4da (commit)
via 8fb1948cd05eb90d8c61c7ab4873c90eea0e9f09 (commit)
via c27a9467692616900189fce43cd18d14bbda7929 (commit)
from d158dde30c378acc8e88d5208aa837f92331af9e (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.
commit 6a8e50a69ec419cc95ee513cd2e73944c4ac57f9
Author: Dan McGee <dan@archlinux.org>
Date: Tue Feb 14 12:32:25 2012 -0600
Remove SyncFirst option
This has outlived its usefulness and causes more problems than it
solves. It has historically only ever been used to install pacman first.
That should not be needed given we provide the vercmp utility (which has
no library dependencies) and so calling pacman in install scripts is a
sign of poor packaging.
Work-duplicated-by: Allan McRae <allan@archlinux.org>
Signed-off-by: Dan McGee <dan@archlinux.org>
commit c27a9467692616900189fce43cd18d14bbda7929
Author: Dan McGee <dan@archlinux.org>
Date: Sun Apr 8 22:32:49 2012 -0500
Fix a signed overflow error on i686 with GCC 4.7.0
Not sure why this one wasn't showing up on x86_64, but this fixes the
compile on i686.
diskspace.c: In function 'calculate_removed_size':
diskspace.c:247:4: error: assuming signed overflow does not occur when negating a division [-Werror=strict-overflow]
cc1: all warnings being treated as errors