[pacman-dev] [GIT] The official pacman repository branch, maint, updated. v3.5.1-10-gea216d3
Dan McGee
dan at archlinux.org
Sun Mar 27 21:49:49 EDT 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, maint has been updated
via ea216d3f5a84814c512ab51ac37a4055b82032c3 (commit)
via 68701a98aff46821e7e3440d5db233adbe249770 (commit)
via 3bc3999bd25647f9b64ea4b4995cad54a8066cc1 (commit)
via 5a9a570dda81148fd9ce8ea46b3c57befa8535fe (commit)
via c40fc6b80d4a97e3333afab6d2ce8290aaa29c46 (commit)
via 7f480ccc0de9438ef499685088a49b3c5964606b (commit)
via e214b260efcba299611688bdbbc02b7391632d43 (commit)
from c37c9c5dcae06c1585b4da4c0b838f5b44e1498e (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 ea216d3f5a84814c512ab51ac37a4055b82032c3
Author: Dan McGee <dan at archlinux.org>
Date: Sun Mar 27 20:03:08 2011 -0500
Clarify error message in pacman-db-upgrade
Addresses FS#23451.
Signed-off-by: Dan McGee <dan at archlinux.org>
commit 68701a98aff46821e7e3440d5db233adbe249770
Author: Dan McGee <dan at archlinux.org>
Date: Fri Mar 25 15:37:18 2011 -0500
Ensure reported missing dependencies show correct version comparison
This addresses FS#23424. The -dd backend code was introduced in commit
b6ec9019d77, and unfortunately the munged depend used for comparison did
not carry through to the eventual display of this version. To fix this,
we undo some of the depcmp_tolerant() business introduced, and instead
make a new pmdepend_t object if necessary when the no dependency version
flag is set. This results in the correct depend being copied to the
missing depend passed onto the frontend.
Signed-off-by: Dan McGee <dan at archlinux.org>
commit 3bc3999bd25647f9b64ea4b4995cad54a8066cc1
Author: Dan McGee <dan at archlinux.org>
Date: Fri Mar 25 14:45:42 2011 -0500
Mark various functions in deps.c static
Signed-off-by: Dan McGee <dan at archlinux.org>
commit 5a9a570dda81148fd9ce8ea46b3c57befa8535fe
Author: Dan McGee <dan at archlinux.org>
Date: Fri Mar 25 14:38:39 2011 -0500
Move alpm_find_dbs_satisfier() function down in deps.c
This will make sense for a later commit when static/non-static
properties of other functions are changed.
Signed-off-by: Dan McGee <dan at archlinux.org>
commit c40fc6b80d4a97e3333afab6d2ce8290aaa29c46
Author: Dan McGee <dan at archlinux.org>
Date: Fri Mar 25 15:34:39 2011 -0500
Rework find_requiredby() to not use _alpm_dep_edge()
And move the sort after the final loop; we don't need to sort once for
each database we look at.
Signed-off-by: Dan McGee <dan at archlinux.org>
commit 7f480ccc0de9438ef499685088a49b3c5964606b
Author: Dan McGee <dan at archlinux.org>
Date: Fri Mar 25 14:51:31 2011 -0500
Don't include version in dep string if mod == ANY
Signed-off-by: Dan McGee <dan at archlinux.org>
commit e214b260efcba299611688bdbbc02b7391632d43
Author: Dan McGee <dan at archlinux.org>
Date: Fri Mar 25 13:47:27 2011 -0500
Update usage instruction strings
* Address FS#23433 by documenting -d vs. -dd
* Drop the useless "as well", "also", "too", and "that won't break
packages" strings from -R usage
* Fix alignment of multiline strings in source (no string change)
Signed-off-by: Dan McGee <dan at archlinux.org>
-----------------------------------------------------------------------
Summary of changes:
lib/libalpm/deps.c | 176 ++++++++++++++++++++-------------------
lib/libalpm/deps.h | 6 --
lib/libalpm/package.c | 16 ++--
scripts/pacman-db-upgrade.sh.in | 6 +-
src/pacman/pacman.c | 17 ++--
5 files changed, 113 insertions(+), 108 deletions(-)
hooks/post-receive
--
The official pacman repository
More information about the pacman-dev
mailing list