[pacman-dev] [GIT] The official pacman repository branch, master, updated. v3.3.3-150-g21abae9
Dan McGee
dan at archlinux.org
Fri Mar 26 03:37:28 CET 2010
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 21abae98cbd382d8fab4427109776d983cd07c9f (commit)
via 98ee520907f7f2a50fa43edfd213dfc8eae07033 (commit)
via 526806e7acf07f625da3a2a31de94b7ca150e4b7 (commit)
via bf7c3eb17f4de35f6639b2f3f0c1c06a27b5242b (commit)
from cdbb90aceb288034dbf4f228fc4c49da1e2ed0c0 (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 21abae98cbd382d8fab4427109776d983cd07c9f
Author: Dan McGee <dan at archlinux.org>
Date: Thu Mar 25 21:36:30 2010 -0500
Update -Si docs to reflect new -Sii operation
Signed-off-by: Dan McGee <dan at archlinux.org>
commit 98ee520907f7f2a50fa43edfd213dfc8eae07033
Author: Allan McRae <allan at archlinux.org>
Date: Wed Mar 24 15:59:04 2010 +1000
Sort and avoid duplicates in -Sii output
Signed-off-by: Allan McRae <allan at archlinux.org>
Signed-off-by: Dan McGee <dan at archlinux.org>
commit 526806e7acf07f625da3a2a31de94b7ca150e4b7
Author: Allan McRae <allan at archlinux.org>
Date: Wed Mar 24 15:22:23 2010 +1000
alpm_list_diff_sorted - make some arguments const
Signed-off-by: Allan McRae <allan at archlinux.org>
Signed-off-by: Dan McGee <dan at archlinux.org>
commit bf7c3eb17f4de35f6639b2f3f0c1c06a27b5242b
Author: Matthias Lanzinger <mlaenz at gmail.com>
Date: Thu Mar 25 11:03:00 2010 +0100
Fix cross-compilation issues with git and libfetch
This patch fixes 2 issues I encountered when cross-compiling pacman.
First is the test for libfetch which requires explicit linking to all
libraries libfetch depends on.
The other problem results from the AC_CHECK_PROGS test for git. This
test will stop configure with an error when cross-compiling.
The fix moves the call to AC_CHECK_PROG so that is only called of
--enable-git is actually set.
Signed-off-by: Matthias Lanzinger <mlaenz at gmail.com>
Signed-off-by: Dan McGee <dan at archlinux.org>
-----------------------------------------------------------------------
Summary of changes:
configure.ac | 8 ++++----
doc/pacman.8.txt | 5 +++--
lib/libalpm/alpm_list.c | 8 ++++----
lib/libalpm/alpm_list.h | 2 +-
lib/libalpm/package.c | 5 ++++-
5 files changed, 16 insertions(+), 12 deletions(-)
hooks/post-receive
--
The official pacman repository
More information about the pacman-dev
mailing list