[pacman-dev] [GIT] The official pacman repository branch, master, updated. v3.0.0-511-g381690f
Dan McGee
dan at archlinux.org
Sun Nov 4 11:01:24 EST 2007
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 381690f9b3c38f51835bf4d48835d9fc830d66b1 (commit)
via ab91cef65503e3162d33146414cb901c6cb60597 (commit)
via dea9b3bc0f6ba49aec8452958f5373fbb20e7df2 (commit)
via 4a5e7b6bd1a887f67b9b9ec8115250fc92c741ca (commit)
via 0ea43089e1b95bd7b4e25ca170e155295f2b2b2d (commit)
via bcb5465b21f6cafbd044d9aa3b6418dbac909638 (commit)
from ccdf29ffa8436d3cd5409b0d02287207716cf397 (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 381690f9b3c38f51835bf4d48835d9fc830d66b1
Author: Dan McGee <dan at archlinux.org>
Date: Tue Oct 30 20:21:55 2007 -0500
Update my TODO
commit ab91cef65503e3162d33146414cb901c6cb60597
Author: Dan McGee <dan at archlinux.org>
Date: Wed Oct 31 11:37:49 2007 -0500
Add a little const correctness fix to alpm_list
Signed-off-by: Dan McGee <dan at archlinux.org>
commit dea9b3bc0f6ba49aec8452958f5373fbb20e7df2
Author: Dan McGee <dan at archlinux.org>
Date: Wed Oct 31 11:43:04 2007 -0500
Fix basename usage in pacman and utilities
basename() is a rather untrusty function call on a lot of platforms as it
does some weird and different things. To solve this, I added a mbasename
fuction to pacman to take its place, and simply removed its usage in the
utilities (it isn't worth dealing with there).
Signed-off-by: Dan McGee <dan at archlinux.org>
commit 4a5e7b6bd1a887f67b9b9ec8115250fc92c741ca
Author: Roman Kyrylych <roman at archlinux.org>
Date: Wed Oct 31 18:41:17 2007 +0200
Add support for arch='any'
Signed-off-by: Roman Kyrylych <roman at archlinux.org>
Signed-off-by: Dan McGee <dan at archlinux.org>
commit 0ea43089e1b95bd7b4e25ca170e155295f2b2b2d
Author: Dan McGee <dan at archlinux.org>
Date: Wed Oct 31 15:12:33 2007 -0500
Remove final use of the math library from pacman
To round a value, we don't need floorf- we can just cast to an int.
Signed-off-by: Dan McGee <dan at archlinux.org>
commit bcb5465b21f6cafbd044d9aa3b6418dbac909638
Author: Jeff Mickey <jeff at archlinux.org>
Date: Fri Nov 2 18:26:31 2007 -0400
Added optdepends support to pactest
Signed-off-by: Dan McGee <dan at archlinux.org>
-----------------------------------------------------------------------
Summary of changes:
TODO.dan | 32 ++++----------------------------
configure.ac | 3 ---
lib/libalpm/alpm_list.c | 7 ++++---
pactest/pmdb.py | 4 ++++
pactest/pmpkg.py | 3 +++
pactest/pmrule.py | 3 +++
pactest/util.py | 2 ++
scripts/gensync.sh.in | 3 +++
scripts/makepkg.sh.in | 4 ++++
scripts/updatesync.sh.in | 3 +++
src/pacman/callback.c | 3 +--
src/pacman/pacman.c | 36 +++++++++++++++++++++++++++++-------
src/util/testdb.c | 4 +++-
src/util/testpkg.c | 4 +++-
14 files changed, 66 insertions(+), 45 deletions(-)
hooks/post-receive
--
The official pacman repository
More information about the pacman-dev
mailing list