[pacman-dev] [GIT] The official pacman repository branch, master, updated. v3.3.3-189-gc1fc005
Dan McGee
dan at archlinux.org
Tue May 18 12:36:09 EDT 2010
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 c1fc00508e337f20eb94e95978e193d23cfeaf10 (commit)
via 0e7ba6bddd4b6c67cb6344ee3af4bacb00cda76b (commit)
via eada558e12da1fd605d8c7401ec3c17a37fed9a9 (commit)
via c6f0fc27eda31943e10e2a89e221796efb87dce9 (commit)
via d44e5099339616c29797b88ed19fe27ea282c9ae (commit)
via d32f6daa66a454ea41574667d44a2f6c36d4f77e (commit)
via 5752e276fb585d07bd0f8e8b2a1f2827afdf2799 (commit)
from a6ace987a913852af30bb5e3ae6bf145dc9c6157 (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 c1fc00508e337f20eb94e95978e193d23cfeaf10
Author: Allan McRae <allan at archlinux.org>
Date: Sun Oct 11 21:16:09 2009 +1000
makepkg: allow skipping integrity checks when making source package
Extends the use of the --skipinteg option to creating a source
package. Fixes FS#15984.
Signed-off-by: Allan McRae <allan at archlinux.org>
Signed-off-by: Dan McGee <dan at archlinux.org>
commit 0e7ba6bddd4b6c67cb6344ee3af4bacb00cda76b
Author: Nagy Gabor <ngaba at bibl.u-szeged.hu>
Date: Mon May 17 21:41:51 2010 +0200
New pactest: unresolvable001.py
To test the regression of commit eada558e12.
Signed-off-by: Nagy Gabor <ngaba at bibl.u-szeged.hu>
Signed-off-by: Dan McGee <dan at archlinux.org>
commit eada558e12da1fd605d8c7401ec3c17a37fed9a9
Author: Nagy Gabor <ngaba at bibl.u-szeged.hu>
Date: Mon May 17 02:33:28 2010 +0200
Partial fix for the phonon/qt issue
This patch fixes the phonon/qt issue, if all to-be-upgraded packages are
explicit targets (ie. only not-yet-installed packages are pulled by
resolvedeps). This condition covers the most common situations, for example
it should hold with every -Su operation.
After this patch sync405.py passes, but sync406.py doesn't.
The work is inspired by the patch of Henning Garus, thanks for his work:
http://mailman.archlinux.org/pipermail/pacman-dev/2010-February/010429.html
(I moved the alpm_list_diff computation to sync.c in order to compute it
only once.)
Signed-off-by: Nagy Gabor <ngaba at bibl.u-szeged.hu>
Signed-off-by: Dan McGee <dan at archlinux.org>
commit c6f0fc27eda31943e10e2a89e221796efb87dce9
Author: Nezmer <git at nezmer.info>
Date: Mon May 17 10:52:38 2010 -0400
Resolve dependencies whenever --syncdeps is passed and --nodeps is not
With this patch, dependencies will be resolved and not silently ignored
when running:
makepkg --nobuild --syncdeps
makepkg --repackage --syncdeps
Also, a warning is displayed when repackaging and dependencies are not
being resolved.
Thank you Allan for the feedback.
Signed-off-by: Nezmer <git at nezmer.info>
[Allan: Only warn when repackaging with a package function]
Signed-off-by: Allan McRae <allan at archlinux.org>
Signed-off-by: Dan McGee <dan at archlinux.org>
commit d44e5099339616c29797b88ed19fe27ea282c9ae
Author: Xavier Chantry <chantry.xavier at gmail.com>
Date: Mon Mar 15 23:46:44 2010 +0100
configure.ac : disable doc by default and check for asciidoc
This is a complaint that has been reported many many times. By default, docs
are enabled and there is no check for asciidoc, so anyone building from git
will see their build fail.
We cannot do a strict check for asciidoc because released source tarballs
have man pages already built, and it should be possible to install them
without having asciidoc.
This patch attempts to improve the situation in two ways :
1) disable doc by default
2) print a warning if docs are enabled but asciidoc is not installed
Signed-off-by: Xavier Chantry <chantry.xavier at gmail.com>
Signed-off-by: Dan McGee <dan at archlinux.org>
commit d32f6daa66a454ea41574667d44a2f6c36d4f77e
Author: Dieter Plaetinck <dieter at plaetinck.be>
Date: Sat May 15 21:06:42 2010 +0200
fix for incorrect checking of return code, which causes syntax errors
Signed-off-by: Allan McRae <allan at archlinux.org>
Signed-off-by: Dan McGee <dan at archlinux.org>
commit 5752e276fb585d07bd0f8e8b2a1f2827afdf2799
Author: Marc-A. Dahlhaus <mad at wol.de>
Date: Tue May 18 14:32:02 2010 +0200
Allow to include a path containing wildcards
Dan: line wrapping and man page touchup.
Signed-off-by: Marc-A. Dahlhaus <mad at wol.de>
Signed-off-by: Dan McGee <dan at archlinux.org>
-----------------------------------------------------------------------
Summary of changes:
configure.ac | 18 ++++++++++++------
doc/pacman.conf.5.txt | 3 ++-
lib/libalpm/deps.c | 10 +++-------
lib/libalpm/deps.h | 2 +-
lib/libalpm/sync.c | 6 +++++-
pactest/tests/sync405.py | 2 --
pactest/tests/unresolvable001.py | 21 +++++++++++++++++++++
scripts/makepkg.sh.in | 20 +++++++++++++-------
src/pacman/pacman.c | 31 +++++++++++++++++++++++++++++--
9 files changed, 86 insertions(+), 27 deletions(-)
create mode 100644 pactest/tests/unresolvable001.py
hooks/post-receive
--
The official pacman repository
More information about the pacman-dev
mailing list