[pacman-dev] [GIT] The official pacman repository branch, master, updated. v3.1.3-85-g2f8fb80
Dan McGee
dan at archlinux.org
Sat Mar 22 12:16:10 EDT 2008
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 2f8fb80ee631ef866c3bd8cb5fab09a7360ca8d2 (commit)
via 7d451b6e6bc3926589a77e6a2d191e4f158d3980 (commit)
via d07001f3ab3000ab4bd7277549b58641b0d02f0a (commit)
via e7a2232934e2658c3c7827d2ce706c1a8f5301b9 (commit)
via 73ab153c44a1581b4bcf1e64eb6042b0631c2e66 (commit)
via b3e6cf652c9e989badaf5499abb1d64c1a110927 (commit)
via dae3f9deefdb86f726a68dc89a7391e9df7517df (commit)
via 1f30845e41b6e315e4553fade891be0b46ac2470 (commit)
via 6e4b020654481c3b9050c5125a567b0b32cadbc6 (commit)
via 6820be9ba1e760e66df1d4cc1a73c04b55bdb00a (commit)
via 804ab37ea62602b04ae7b65c3e7fddda12bbae5d (commit)
from 35135c0a0cbac592e72296c0ca64e9def0308942 (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 2f8fb80ee631ef866c3bd8cb5fab09a7360ca8d2
Merge: e7a2232934e2658c3c7827d2ce706c1a8f5301b9 7d451b6e6bc3926589a77e6a2d191e4f158d3980
Author: Dan McGee <dan at archlinux.org>
Date: Sat Mar 22 11:11:22 2008 -0500
Merge branch 'maint'
commit e7a2232934e2658c3c7827d2ce706c1a8f5301b9
Author: Chantry Xavier <shiningxc at gmail.com>
Date: Sun Mar 16 22:36:31 2008 +0100
Kill PM_TRANS_TYPE_ADD.
This was totally useless.
Signed-off-by: Chantry Xavier <shiningxc at gmail.com>
Signed-off-by: Dan McGee <dan at archlinux.org>
commit 73ab153c44a1581b4bcf1e64eb6042b0631c2e66
Author: Chantry Xavier <shiningxc at gmail.com>
Date: Sun Mar 16 22:23:47 2008 +0100
Kill some obsolete references to -A option.
Signed-off-by: Chantry Xavier <shiningxc at gmail.com>
commit b3e6cf652c9e989badaf5499abb1d64c1a110927
Author: Chantry Xavier <shiningxc at gmail.com>
Date: Thu Mar 13 16:36:44 2008 +0100
Drop case insensitive comparisons in the config parsing.
These case insensitive comparisons didn't work in some locales, like tr_TR
where upper(i) != I. So a second case sensitive comparison had to be made
for each directive.
Only keeping case sensitive comparisons make the code cleaner and treat all
locales equally.
Ref: http://www.archlinux.org/pipermail/pacman-dev/2008-March/011445.html
Also fix pactests to use the correct case.
Signed-off-by: Chantry Xavier <shiningxc at gmail.com>
Signed-off-by: Dan McGee <dan at archlinux.org>
commit dae3f9deefdb86f726a68dc89a7391e9df7517df
Author: Chantry Xavier <shiningxc at gmail.com>
Date: Thu Mar 13 00:25:38 2008 +0100
Add zipman makepkg option.
All other steps in tidy_install function were already controlled by an
option in makepkg.conf, so this patch adds an option for the man page
compression step too.
This will allow to keep man pages uncompressed, which is required for some
special meta man page, like the zshall one (see FS#4580).
Ref: http://www.archlinux.org/pipermail/pacman-dev/2008-March/011472.html
Signed-off-by: Chantry Xavier <shiningxc at gmail.com>
-----------------------------------------------------------------------
Summary of changes:
contrib/PKGBUILD.vim | 12 ++--
contrib/bash_completion | 8 +-
contrib/zsh_completion | 11 +---
doc/PKGBUILD.5.txt | 3 +
doc/makepkg.conf.5.txt | 7 +-
doc/pacman.conf.5.txt | 9 ++-
etc/makepkg.conf.in | 5 +-
etc/pacman.conf.in | 14 +++
lib/libalpm/add.c | 14 +---
lib/libalpm/alpm.h | 4 +-
lib/libalpm/deps.c | 13 ++--
lib/libalpm/deps.h | 2 +-
lib/libalpm/error.c | 2 -
lib/libalpm/remove.c | 2 +-
lib/libalpm/sync.c | 2 +-
lib/libalpm/trans.c | 3 -
pactest/tests/remove030.py | 2 +-
pactest/tests/sync021.py | 2 +-
pactest/tests/sync120.py | 2 +-
pactest/tests/sync133.py | 2 +-
pactest/tests/sync138.py | 2 +-
pactest/tests/upgrade010.py | 2 +-
pactest/tests/upgrade070.py | 2 +-
pactest/tests/xfercommand001.py | 2 +-
pactest/util.py | 2 +-
po/zh_CN.po | 172 ++++++++++++++++++++-------------------
scripts/makepkg.sh.in | 64 ++++++++-------
src/pacman/pacman.c | 52 +++++-------
28 files changed, 206 insertions(+), 211 deletions(-)
hooks/post-receive
--
The official pacman repository
More information about the pacman-dev
mailing list