[pacman-dev] [GIT] The official pacman repository branch, master now at v3.0.0-492-g671224b

Dan McGee dan at archlinux.org
Sun Oct 28 23:41:47 EDT 2007


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  671224b64c9478644125deec1496a27e8f579da9 (commit)
       via  0dc34f496dca3d916eae85a0357049b8b9d711bb (commit)
       via  3e3e7a97a629cc86a53044766039c66d85cf67cb (commit)
       via  8a9c83dd4bffff575a21207248e7acaae5a0d6f9 (commit)
       via  3e1b72f4f2b3f8766f9ad3493ad736d81263c9c1 (commit)
       via  a8731ff2f7be564b745a4447df9c2157c5ee0777 (commit)
       via  b38e046621e173a1194eb354e6b8d2525fa60242 (commit)
       via  17f99a0f0042efeb4c5822a6446918f1ac852e32 (commit)
       via  d903fc607ee2aa2527202f1e54a44be325eabe48 (commit)
       via  b609cb0a5dfe595318975dfe4c6c37a168b7d979 (commit)
      from  0cff7c6bdf5461c3286edc940aabb88d63345381 (commit)

- Log -----------------------------------------------------------------
commit 671224b64c9478644125deec1496a27e8f579da9
Author: Dan McGee <dan at archlinux.org>
Date:   Sun Oct 28 22:24:11 2007 -0500

    pactest: generate the filelist the correct way
    
    Actually use python commands to generate the filelist instead of os.system
    calls that don't necessarily work everywhere. Noticed when running "make
    check" on FreeBSD where the tar program is actually bsdtar.
    
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit 0dc34f496dca3d916eae85a0357049b8b9d711bb
Author: Chantry Xavier <shiningxc at gmail.com>
Date:   Sun Oct 28 13:37:49 2007 +0100

    extend type001 pactest with a symlink.
    
    Signed-off-by: Chantry Xavier <shiningxc at gmail.com>

commit 3e3e7a97a629cc86a53044766039c66d85cf67cb
Author: Dan McGee <dan at archlinux.org>
Date:   Sun Oct 28 21:18:39 2007 -0500

    makepkg: add explicit dir to find calls
    
    Some of the find calls did not have a path, which isn't valid in some
    versions of the find utility. Add a . for compatibility.
    
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit 8a9c83dd4bffff575a21207248e7acaae5a0d6f9
Author: Scott Horowitz <stonecrest at gmail.com>
Date:   Fri Oct 26 20:32:09 2007 -0600

    Integrate versionpkg into makepkg
    
    If PKGBUILDs use the correct svn/cvs/etc variables, determine the latest
    revision number and force this as the pkgver for building.
    
    Signed-off-by: Scott Horowitz <stonecrest at gmail.com>
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit 3e1b72f4f2b3f8766f9ad3493ad736d81263c9c1
Author: Dan McGee <dan at archlinux.org>
Date:   Fri Oct 26 20:40:20 2007 -0500

    Clean up LDADD usage
    
    We had a lot of unnecessary overstatements of libraries to include on
    linking, and autoconf/automake takes care of this for us. This also helps
    some compilation issues on other platforms.
    
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit a8731ff2f7be564b745a4447df9c2157c5ee0777
Author: Dan McGee <dan at archlinux.org>
Date:   Fri Oct 26 20:31:25 2007 -0500

    Fix mcheck detection and usage
    
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit b38e046621e173a1194eb354e6b8d2525fa60242
Author: Dan McGee <dan at archlinux.org>
Date:   Fri Oct 26 19:09:21 2007 -0500

    Explicitly cast void* to char* during printf call
    
    If we don't have an explicit cast, make fails during -Wall -Werror.
    
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit 17f99a0f0042efeb4c5822a6446918f1ac852e32
Author: Nagy Gabor <ngaba at bibl.u-szeged.hu>
Date:   Fri Oct 26 16:37:47 2007 +0200

    dependency error message fix in libalpm/remove.c
    
    Normally you must never see that error message.
    
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit d903fc607ee2aa2527202f1e54a44be325eabe48
Author: Nagy Gabor <ngaba at bibl.u-szeged.hu>
Date:   Sat Oct 27 01:14:35 2007 +0200

    Dependency error/log messages fix
    
    The old code used only the depend.name in messages, which might have not
    been informative. The new code uses the whole dependency string in
    %DEPENDS% format.
    
    (Dan: slight English clarification in one of the messages)
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit b609cb0a5dfe595318975dfe4c6c37a168b7d979
Author: Dan McGee <dan at archlinux.org>
Date:   Fri Oct 26 18:36:08 2007 -0500

    makepkg: readd -p option that was lost in getopt conversion
    
    The -p option was accidentally dropped in commit
    54b71f0427e87e6d525423df06f8a06f2b71c518. Readd it.
    
    Signed-off-by: Dan McGee <dan at archlinux.org>

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

Diffstat:
 configure.ac             |   12 +++--
 lib/libalpm/Makefile.am  |    1 -
 lib/libalpm/deps.c       |   18 +++++---
 lib/libalpm/remove.c     |    2 +-
 lib/libalpm/sync.c       |    4 +-
 pactest/pmpkg.py         |   22 ++++++++---
 pactest/tests/type001.py |   14 ++++--
 scripts/makepkg.sh.in    |   97 ++++++++++++++++++++++++++++++++++++++++++---
 src/pacman/Makefile.am   |    6 +--
 src/pacman/pacman.c      |    4 +-
 src/util/testdb.c        |    4 +-
 11 files changed, 144 insertions(+), 40 deletions(-)

hooks/update
---
Git Source Code Management System
hooks/update refs/heads/master \
  0cff7c6bdf5461c3286edc940aabb88d63345381 \
  671224b64c9478644125deec1496a27e8f579da9




More information about the pacman-dev mailing list