[pacman-dev] [GIT] pacman branch, master now at v3.0.0-326-gea9a756
Hello, This is an automated email from the git hooks/update script, it was generated because a ref change was pushed to the repository. Updating branch, master, via ea9a756eeaca7398c0860b55f8abe2932ad195bd (commit) via 72c15482dcf3532c6b8a1458385f11d1a06177a0 (commit) via 0d00f7095f1f26b981747c678551436e2495c68e (commit) via b0c064d59b8786a1e169e305a263fc13e2d7ed32 (commit) via 5991e85abb22e32385f6925cf5a6db97a76623f7 (commit) via df2447cd237a8c17fbe7baf7c3e80d1d2db8f2a9 (commit) via 23a4d51b7a555ed24266417ba682944072912f53 (commit) via 88077889a4d16b56e9d9f60831d4e5d5d9a4ecb4 (commit) via 240bdf59713e85bc3d3a3335cf69c2bb9003369a (commit) via c68d3cc38a78a7eb80f88981ddfdc6db690038aa (commit) from 466d289e6a3e7dbaf567b39485c49d67eac5b362 (commit) - Log ----------------------------------------------------------------- commit ea9a756eeaca7398c0860b55f8abe2932ad195bd Author: Chantry Xavier <shiningxc@gmail.com> Date: Fri Jul 20 01:22:45 2007 +0200 libalpm/conflict.c : cleanup + fix for conflict001. Signed-off-by: Chantry Xavier <shiningxc@gmail.com> Signed-off-by: Dan McGee <dan@archlinux.org> commit 72c15482dcf3532c6b8a1458385f11d1a06177a0 Author: Nagy Gabor <ngaba@petra.hos.u-szeged.hu> Date: Fri Jul 20 01:20:16 2007 +0200 add conflict001 pactest. Signed-off-by: Chantry Xavier <shiningxc@gmail.com> commit 0d00f7095f1f26b981747c678551436e2495c68e Author: Nagy Gabor <ngaba@petra.hos.u-szeged.hu> Date: Fri Jul 20 10:43:55 2007 +0200 libalpm/sync.c : two memleak fixes in _alpm_sync_prepare. Signed-off-by: Chantry Xavier <shiningxc@gmail.com> commit b0c064d59b8786a1e169e305a263fc13e2d7ed32 Author: Chantry Xavier <shiningxc@gmail.com> Date: Fri Jul 20 10:22:36 2007 +0200 libalpm/sync.c : fix DEPENDSONLY flag handling. I didn't like the patch proposed by Nagy for the sync1002 pactest here: http://www.archlinux.org/pipermail/pacman-dev/2007-July/008971.html So here is another attempt of fixing it. In case of the DEPENDSONLY flag : 1) pass an empty list to resolvedeps instead of the list of targets 2) empty the trans->packages targets list before adding the resolved deps. Signed-off-by: Chantry Xavier <shiningxc@gmail.com> commit 5991e85abb22e32385f6925cf5a6db97a76623f7 Author: Nagy Gabor <ngaba@petra.hos.u-szeged.hu> Date: Fri Jul 20 10:17:57 2007 +0200 Add sync1002 pactest. Reference: http://www.archlinux.org/pipermail/pacman-dev/2007-July/008971.html Signed-off-by: Chantry Xavier <shiningxc@gmail.com> commit df2447cd237a8c17fbe7baf7c3e80d1d2db8f2a9 Author: Chantry Xavier <shiningxc@gmail.com> Date: Thu Jul 19 00:22:02 2007 +0200 libalpm/alpm_list.c : add SYMEXPORT to all alpm_list_ functions. Signed-off-by: Chantry Xavier <shiningxc@gmail.com> commit 23a4d51b7a555ed24266417ba682944072912f53 Author: Dan McGee <dan@archlinux.org> Date: Wed Jul 18 10:26:21 2007 -0400 Reorder functions in libalpm/package.c for Doxygen purposes Put all of the public functions at the top and inside the Doxygen packages group. Signed-off-by: Dan McGee <dan@archlinux.org> commit 88077889a4d16b56e9d9f60831d4e5d5d9a4ecb4 Author: Nagy Gabor <ngaba@petra.hos.u-szeged.hu> Date: Wed Jul 18 10:12:14 2007 -0400 Hungarian translation updates Signed-off-by: Dan McGee <dan@archlinux.org> commit 240bdf59713e85bc3d3a3335cf69c2bb9003369a Author: Chantry Xavier <shiningxc@gmail.com> Date: Mon Jul 16 18:27:42 2007 +0200 libalpm/deps.c : split alpm_depcmp. That function wasn't big, but this might be useful for later refactoring of the search for satisfier code. Signed-off-by: Chantry Xavier <shiningxc@gmail.com> Signed-off-by: Dan McGee <dan@archlinux.org> commit c68d3cc38a78a7eb80f88981ddfdc6db690038aa Author: Chantry Xavier <shiningxc@gmail.com> Date: Tue Jul 17 14:23:18 2007 +0200 libalpm/deps.c : split sortbydeps function. The _alpm_sortbydeps function has two main part : 1) initialization of the graph structure 2) the sorting itself So it didn't seem bad to move the first part to a second function. Signed-off-by: Chantry Xavier <shiningxc@gmail.com> Signed-off-by: Dan McGee <dan@archlinux.org> ----------------------------------------------------------------------- Diffstat: lib/libalpm/alpm_list.c | 22 +- lib/libalpm/conflict.c | 249 +++++--------- lib/libalpm/deps.c | 113 ++++--- lib/libalpm/package.c | 827 +++++++++++++++++++++--------------------- lib/libalpm/sync.c | 36 +-- pactest/tests/conflict001.py | 19 + pactest/tests/sync1002.py | 19 + po/hu.po | 6 +- 8 files changed, 629 insertions(+), 662 deletions(-) hooks/update --- Git Source Code Management System hooks/update refs/heads/master \ 466d289e6a3e7dbaf567b39485c49d67eac5b362 \ ea9a756eeaca7398c0860b55f8abe2932ad195bd
participants (1)
-
Dan McGee