Hello, This is an automated email from the git hooks/update script, it was generated because a ref change was pushed to the repository. Updating branch, master, via c0a7d9d82d03d9831f53dbb30357ddb9f10e29ec (commit) via d402583c43a9d409531824573a6021a1965d8ee6 (commit) via fd3a1a92c8ffe5230e40a027838442752a843da9 (commit) via 20f73d6299c08fa79c2c8edd3d1955e208e701cb (commit) via 653fb8fe036363dfb550785c45adcf26f6fcbfbc (commit) via 147a32b32de4ebcbb51c963f2573d9218d9a2eb9 (commit) from cb164c3130f15b22dbf16991c28ba609cd2f79de (commit) - Log ----------------------------------------------------------------- commit c0a7d9d82d03d9831f53dbb30357ddb9f10e29ec Author: Andrew Fyfe <andrew@neptune-one.net> Date: Thu Jul 12 20:45:02 2007 +0100 Some doxygen comments. Signed-off-by: Andrew Fyfe <andrew@neptune-one.net> commit d402583c43a9d409531824573a6021a1965d8ee6 Author: Dan McGee <dan@archlinux.org> Date: Thu Jul 12 16:00:35 2007 -0400 Remove some more conditional include stuff Signed-off-by: Dan McGee <dan@archlinux.org> commit fd3a1a92c8ffe5230e40a027838442752a843da9 Author: Andrew Fyfe <andrew@neptune-one.net> Date: Thu Jul 12 20:12:08 2007 +0100 Fix previous makepkg patch, and some pacman output. makepkg: We still need the source files in $srcdir because PKGBUILDS need access to noextract() files and other file not handled by by extract_source(). (eg config files) query.c: Fix some output formating. Signed-off-by: Andrew Fyfe <andrew@neptune-one.net> commit 20f73d6299c08fa79c2c8edd3d1955e208e701cb Author: Dan McGee <dan@archlinux.org> Date: Thu Jul 12 15:20:43 2007 -0400 Remove versioncmp.{c,h}, clean up selective #ifdefs Remove versioncmp.c by moving all functions to locations that make sense. Move replacement functions (for building without glibc) into util.c where they belong, and do proper checks for them instead of using __sun__, etc. Signed-off-by: Dan McGee <dan@archlinux.org> commit 653fb8fe036363dfb550785c45adcf26f6fcbfbc Author: Dan McGee <dan@archlinux.org> Date: Wed Jul 11 23:36:13 2007 -0400 Remove 'buildtype' from libalpm and pacman Remove unused buildtype field from pmpkg_t struct and anything associated with it, as it is unused at the moment. If we need to readd it, it is an easy revert of this commit. Signed-off-by: Dan McGee <dan@archlinux.org> commit 147a32b32de4ebcbb51c963f2573d9218d9a2eb9 Author: Dan McGee <dan@archlinux.org> Date: Wed Jul 11 10:59:27 2007 -0400 Add {PKGBUILD,install}.proto to contrib/ directory Also update README and Makefile.am in the contrib/ directory. Signed-off-by: Dan McGee <dan@archlinux.org> ----------------------------------------------------------------------- Diffstat: configure.ac | 2 +- contrib/Makefile.am | 6 +- contrib/PKGBUILD.proto | 35 +++++ contrib/README | 7 + contrib/install.proto | 40 ++++++ contrib/vimproject | 2 - lib/libalpm/Makefile.am | 3 +- lib/libalpm/add.c | 1 - lib/libalpm/be_files.c | 12 -- lib/libalpm/deps.c | 48 +++++++- lib/libalpm/package.c | 112 ++++++++++++++--- lib/libalpm/package.h | 4 +- lib/libalpm/po/POTFILES.in | 1 - lib/libalpm/remove.c | 1 - lib/libalpm/sync.c | 1 - lib/libalpm/trans.c | 8 +- lib/libalpm/util.c | 131 +++++++++++++++---- lib/libalpm/util.h | 8 +- lib/libalpm/versioncmp.c | 294 -------------------------------------------- lib/libalpm/versioncmp.h | 33 ----- scripts/makepkg.sh.in | 2 + src/pacman/package.c | 4 +- src/pacman/query.c | 6 +- 23 files changed, 347 insertions(+), 414 deletions(-) hooks/update --- Git Source Code Management System hooks/update refs/heads/master \ cb164c3130f15b22dbf16991c28ba609cd2f79de \ c0a7d9d82d03d9831f53dbb30357ddb9f10e29ec