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 08d885fda5c9ccb3ac68faccc7c75e440ac71113 (commit) via 351250adb49bea470b88fca54dcfba789b58545c (commit) via 6ddc115c7f52d6d172ca3879f96cc782bb526313 (commit) via df360b791da6d4ce8bc5813d9031ce44e32fcc55 (commit) via 58ee249c86d0f4ac1dfef9ca242d44d89044cb88 (commit) via cb7ba4e4e5c1b46b726cb6c9f10395784511bb2a (commit) via e0d327462c460329b8d0f65f1324551accff939c (commit) from 619c165d36c2d89732c2658abaa61bf50ec1ac8e (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 08d885fda5c9ccb3ac68faccc7c75e440ac71113 Merge: 351250a 6ddc115 Author: Dan McGee <dan@archlinux.org> Date: Thu Dec 30 09:41:46 2010 -0600 Merge branch 'maint' Conflicts: lib/libalpm/sync.c test/pacman/tests/ignore007.py commit 351250adb49bea470b88fca54dcfba789b58545c Author: Allan McRae <allan@archlinux.org> Date: Sun Dec 19 00:15:05 2010 +1000 Declare all local functions static All functions that are limited to the local translation unit are declared static. This exposed that the _pkg_get_deltas declaration in be_local.c was being satified by the function in packages.c which when declared static caused linker failures. Fixes all warnings with -Wmissing-{declarations,prototypes}. Signed-off-by: Allan McRae <allan@archlinux.org> Signed-off-by: Dan McGee <dan@archlinux.org> commit cb7ba4e4e5c1b46b726cb6c9f10395784511bb2a Author: Jakob Gruber <jakob.gruber@gmail.com> Date: Sat Oct 2 20:32:03 2010 +0200 Add const to some ALPM function signatures char * -> const char *. Signed-off-by: Dan McGee <dan@archlinux.org> ----------------------------------------------------------------------- Summary of changes: doc/Makefile.am | 2 +- lib/libalpm/add.c | 2 +- lib/libalpm/alpm.h | 8 ++-- lib/libalpm/be_local.c | 62 +++++++++++++++++++++------------------ lib/libalpm/be_package.c | 8 ++-- lib/libalpm/package.c | 52 ++++++++++++++++---------------- lib/libalpm/remove.c | 2 +- lib/libalpm/sync.c | 54 ++++++++++++++++++++++++----------- src/pacman/pacman.c | 2 +- src/util/cleanupdelta.c | 2 +- src/util/testdb.c | 2 +- src/util/testpkg.c | 2 +- test/pacman/tests/ignore007.py | 2 - 13 files changed, 111 insertions(+), 89 deletions(-) hooks/post-receive -- The official pacman repository