[pacman-dev] [GIT] The official pacman repository branch, master, updated. v3.0.0-575-g46ec9e3

Dan McGee dan at archlinux.org
Tue Nov 13 22:05:03 EST 2007


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  46ec9e3548b5b567c7eb18c360f54a77b6313b12 (commit)
       via  70a91cbb22bb3ec88d518e2e6c43553c53cde318 (commit)
       via  dbc2f902db2486494543f9001a10dfe9a86837f5 (commit)
       via  c29209e7b6555b140794ffb6907fbd33f0d0aa88 (commit)
       via  103c3ac5a789dc0ec9855c18800a0616940351b1 (commit)
       via  1b2817f539eb3cd94b48b49736016e0bfedf3e49 (commit)
       via  ec6a7d689b727d384115fcc6e48b38612c91317b (commit)
       via  ca262623fcec32952d4a59ac3003c82c94297ce1 (commit)
       via  07243f74d1d4277a296c3eb23e876ed48c015e68 (commit)
       via  5e12d3dec99e7a506683cf625fa4344f57df0b77 (commit)
       via  a0c908dd0da4a00cc98a46407534da67d4aee8a8 (commit)
       via  53fdae9a1977168767c27a54cf7e4a92394eb6a0 (commit)
      from  8236be9fd8f97ea8cb4999cf775768bdc276e53e (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 46ec9e3548b5b567c7eb18c360f54a77b6313b12
Author: Nathan Jones <nathanj at insightbb.com>
Date:   Tue Nov 13 19:32:56 2007 -0500

    Make it easier to ignore multiple packages.
    
    This makes --ignore and --ignoregroup able to accept multiple
    packages/groups by separating each with a comma.
    
    For instance: pacman -Su --ignore kernel26,udev,glibc
    
    This was requested in the comments of FS#8054.
    
    Signed-off-by: Nathan Jones <nathanj at insightbb.com>
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit 70a91cbb22bb3ec88d518e2e6c43553c53cde318
Author: Nathan Jones <nathanj at insightbb.com>
Date:   Tue Nov 13 18:38:11 2007 -0500

    Add help for --ignoregroup.
    
    Signed-off-by: Nathan Jones <nathanj at insightbb.com>
    [Dan: split usage line into two lines for clarity]
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit dbc2f902db2486494543f9001a10dfe9a86837f5
Author: Dan McGee <dan at archlinux.org>
Date:   Tue Nov 13 20:56:15 2007 -0600

    pacman-optimize: add note saying sync would be helpful
    
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit c29209e7b6555b140794ffb6907fbd33f0d0aa88
Author: Nathan Jones <nathanj at insightbb.com>
Date:   Mon Nov 12 16:54:50 2007 -0500

    repo-add: Ensure only adding package's deltas.
    
    repo-add was adding the delta files of any package that started with the
    same package name plus a hyphen.
    
    In this example, deltatest-libs delta files were added to the deltatest
    package:
    
    $ repo-add deltatest.db.tar.gz deltatest-1.0.2-1-i686.pkg.tar.gz
    ==> Extracting database to a temporary location...
    ==> Adding package 'deltatest-1.0.2-1-i686.pkg.tar.gz'
      -> Removing existing package 'deltatest-1.0.2-1'...
      -> Creating 'desc' db entry...
      -> Computing md5 checksums...
      -> Creating 'depends' db entry...
      -> Creating 'deltas' db entry...
      -> Added delta 'deltatest-1.0.2rc3-1_to_1.0.2-1-i686.delta'
      -> Added delta 'deltatest-libs-1.0.0-1_to_1.0.1-1-i686.delta'
    ==> Creating updated database file /tmp/deltatest.db.tar.gz
    
    Signed-off-by: Nathan Jones <nathanj at insightbb.com>
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit 103c3ac5a789dc0ec9855c18800a0616940351b1
Author: Dan McGee <dan at archlinux.org>
Date:   Mon Nov 12 23:36:20 2007 -0600

    configure: Doxygen is disabled by default; manpages are included in dist
    
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit 1b2817f539eb3cd94b48b49736016e0bfedf3e49
Author: Dan McGee <dan at archlinux.org>
Date:   Mon Nov 12 22:48:15 2007 -0600

    Enforce const correctness on dep functions and rewrite alpm_dep_get_string
    
    Add some const specifiers to the dep functions that can have them. In
    addition, rewrite alpm_dep_get_string to use snprintf and cover all of
    the bases (operators).
    
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit ec6a7d689b727d384115fcc6e48b38612c91317b
Author: Dan McGee <dan at archlinux.org>
Date:   Mon Nov 12 19:10:43 2007 -0600

    Return libalpm version number to being dot-separated
    
    I think I goofed this up when making the big overhaul of configure.ac.
    
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit ca262623fcec32952d4a59ac3003c82c94297ce1
Author: Nathan Jones <nathanj at insightbb.com>
Date:   Mon Nov 12 16:54:30 2007 -0500

    Add pactest for IgnoreGroup.
    
    Also tell pactest to reset IgnoreGroup like it does for IgnorePkg.
    
    Signed-off-by: Nathan Jones <nathanj at insightbb.com>
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit 07243f74d1d4277a296c3eb23e876ed48c015e68
Author: Dan McGee <dan at archlinux.org>
Date:   Tue Nov 13 00:12:57 2007 -0600

    Update valgrind.supp to ignore ld 2.X dl_relocate
    
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit 5e12d3dec99e7a506683cf625fa4344f57df0b77
Author: Dan McGee <dan at archlinux.org>
Date:   Sun Nov 11 15:02:33 2007 -0600

    Fix display of -Qip output when a package file is given
    
    Too many fields were being shown on -Qip output, and sizes were not always
    correct (-Qi and -Qip output on the same package did not agree).
    
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit a0c908dd0da4a00cc98a46407534da67d4aee8a8
Author: Dan McGee <dan at archlinux.org>
Date:   Sun Nov 11 14:14:07 2007 -0600

    Remove 'Total Package Size'
    
    Having 'Total Installed Size' and 'Total Download Size' makes this size
    unnecessary.
    
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit 53fdae9a1977168767c27a54cf7e4a92394eb6a0
Author: Dan McGee <dan at archlinux.org>
Date:   Sun Nov 11 12:59:45 2007 -0600

    Fix memleak with new alpm_list_reverse usage
    
    Signed-off-by: Dan McGee <dan at archlinux.org>

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

Summary of changes:
 configure.ac                             |    6 ++--
 doc/Makefile.am                          |   16 +++++----
 doc/pacman.8.txt                         |    8 ++++-
 lib/libalpm/alpm.h                       |   12 +++---
 lib/libalpm/be_files.c                   |    4 ++
 lib/libalpm/deps.c                       |   58 +++++++++++++++--------------
 lib/libalpm/remove.c                     |    6 ++-
 pactest/pmtest.py                        |    1 +
 pactest/tests/{sync120.py => sync138.py} |    5 ++-
 scripts/pacman-optimize.sh.in            |    1 +
 scripts/repo-add.sh.in                   |    8 ++++-
 src/pacman/package.c                     |    3 +-
 src/pacman/pacman.c                      |   20 +++++++++-
 src/pacman/query.c                       |    7 +++-
 src/pacman/util.c                        |   44 +++++++++++++++++++----
 src/pacman/util.h                        |    1 +
 valgrind.supp                            |    3 +-
 17 files changed, 141 insertions(+), 62 deletions(-)
 copy pactest/tests/{sync120.py => sync138.py} (73%)


hooks/post-receive
--
The official pacman repository




More information about the pacman-dev mailing list