[pacman-dev] [GIT] The official pacman repository branch, master, updated. v4.0.0-78-g1de5070
Dan McGee
dan at archlinux.org
Sun Nov 13 14:42:46 EST 2011
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 1de5070bb39e56ee9ce381b0cc40752eaed60783 (commit)
via 10241a6d766fcebb3dbc930facb3c1b2c6ab4992 (commit)
via 902305f1633298ff0ef7cd2bfbed0e91aae91646 (commit)
via 64d54f674150fdcf4b925f7f27067c7ec0446863 (commit)
via 42e2f8bfbf1361a891cea6b440071eed78a3d389 (commit)
from 1a994bf180003b814b135a5acd6f3e2aa67121fc (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 1de5070bb39e56ee9ce381b0cc40752eaed60783
Merge: 10241a6 42e2f8b
Author: Dan McGee <dan at archlinux.org>
Date: Sun Nov 13 13:38:57 2011 -0600
Merge branch 'maint'
commit 10241a6d766fcebb3dbc930facb3c1b2c6ab4992
Author: Dave Reisner <dreisner at archlinux.org>
Date: Sun Oct 30 22:38:56 2011 -0400
add fnmatch support for HoldPkg
Adds test remove031.
Signed-off-by: Dave Reisner <dreisner at archlinux.org>
commit 902305f1633298ff0ef7cd2bfbed0e91aae91646
Author: Dave Reisner <dreisner at archlinux.org>
Date: Sun Oct 30 13:33:14 2011 -0400
add support for back end fnmatch'd options
This is work originally provided by Sascha Kruse on FS#20360 with only
minor adjustments to the implementation. It's been expanded to cover:
NoUpgrade, NoExtract, IgnorePkg, IgnoreGroup.
Adds tests ignore008, sync139, sync502, and sync503.
Also satisfies FS#18988.
Original-work-by: Sascha Kruse <knopwob at googlemail.com>
Signed-off-by: Dave Reisner <dreisner at archlinux.org>
commit 64d54f674150fdcf4b925f7f27067c7ec0446863
Author: Dave Reisner <dreisner at archlinux.org>
Date: Fri Nov 11 15:56:18 2011 -0500
invert iteration order for ignoregroup
This is a simple change that allows comparions to be more in line with
how other checks are done. It will be necessary for ensuing patchwork
that implements fnmatch for comparing and assumes a specific argument
ordering.
Signed-off-by: Dave Reisner <dreisner at archlinux.org>
-----------------------------------------------------------------------
Summary of changes:
doc/pacman.conf.5.txt | 14 +++++++----
lib/libalpm/add.c | 4 +-
lib/libalpm/package.c | 6 ++--
lib/libalpm/remove.c | 4 +-
lib/libalpm/util.c | 6 ++++
lib/libalpm/util.h | 1 +
scripts/makepkg.sh.in | 2 +-
src/pacman/remove.c | 8 +++++-
test/pacman/tests/ignore008.py | 29 ++++++++++++++++++++++
test/pacman/tests/{remove030.py => remove031.py} | 6 ++--
test/pacman/tests/sync139.py | 23 +++++++++++++++++
test/pacman/tests/sync502.py | 17 +++++++++++++
test/pacman/tests/{sync501.py => sync503.py} | 4 +-
13 files changed, 105 insertions(+), 19 deletions(-)
create mode 100644 test/pacman/tests/ignore008.py
copy test/pacman/tests/{remove030.py => remove031.py} (61%)
create mode 100644 test/pacman/tests/sync139.py
create mode 100644 test/pacman/tests/sync502.py
copy test/pacman/tests/{sync501.py => sync503.py} (77%)
hooks/post-receive
--
The official pacman repository
More information about the pacman-dev
mailing list