[pacman-dev] [GIT] The official pacman repository branch, maint, updated. v4.0.1-60-gb7c06d6
Dan McGee
dan at archlinux.org
Mon Feb 6 06:54:08 EST 2012
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 b7c06d6d678ebe6a434b2387c3bda14647113f32 (commit)
via 52afce0a106cac34b4a96cbb6adf6f6bd77b6456 (commit)
via 216db87f999b244738ade141fa06e666aa38db72 (commit)
via 0fdf0b19ced256d395366b24a669960416341d37 (commit)
via 17e71fc908df4a5df48c9054f6c0621d3c7b80ea (commit)
via 090ea289429c86e7a6f256ccb582d70d32d04013 (commit)
via e01fdc3dba36336bf4acbbf5ea1e3f7ac9c6fb6a (commit)
via e8db984ce5997ffabafab2584fa7f00789ff3afd (commit)
from 47313acee48029bfdd1ee34bf1947b962ccff283 (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 b7c06d6d678ebe6a434b2387c3bda14647113f32
Author: Andrew Gregory <andrew.gregory.8 at gmail.com>
Date: Sat Feb 4 09:07:02 2012 -0500
makepkg.sh.in - if both -r and -i are provided, only remove makedeps
Signed-off-by: Dan McGee <dan at archlinux.org>
commit 52afce0a106cac34b4a96cbb6adf6f6bd77b6456
Author: Dan McGee <dan at archlinux.org>
Date: Mon Feb 6 05:44:33 2012 -0600
Update translations from Transifex
The pacman-scripts catalog is omitted here due to various newline errors
I don't have the time to fix right now.
Signed-off-by: Dan McGee <dan at archlinux.org>
commit 216db87f999b244738ade141fa06e666aa38db72
Author: Andrew Gregory <andrew.gregory.8 at gmail.com>
Date: Sat Feb 4 11:05:13 2012 -0500
remove.c: make "target not found" error consistent with sync.c
Signed-off-by: Dan McGee <dan at archlinux.org>
commit 0fdf0b19ced256d395366b24a669960416341d37
Author: Andrew Gregory <andrew.gregory.8 at gmail.com>
Date: Sat Feb 4 09:06:05 2012 -0500
makepkg.sh.in - fix remove_deps test for deps to be removed
Signed-off-by: Dan McGee <dan at archlinux.org>
commit 17e71fc908df4a5df48c9054f6c0621d3c7b80ea
Author: Mantas MikulÄnas <grawity at nullroute.eu.org>
Date: Fri Feb 3 15:22:44 2012 +0200
makepkg: add forgotten newline in help output
Signed-off-by: Allan McRae <allan at archlinux.org>
Signed-off-by: Dan McGee <dan at archlinux.org>
commit 090ea289429c86e7a6f256ccb582d70d32d04013
Author: Dan McGee <dan at archlinux.org>
Date: Fri Feb 3 10:59:14 2012 -0600
pactest: check return code in some upgrade tests
Signed-off-by: Dan McGee <dan at archlinux.org>
commit e01fdc3dba36336bf4acbbf5ea1e3f7ac9c6fb6a
Author: Dan McGee <dan at archlinux.org>
Date: Thu Feb 2 22:36:46 2012 -0600
Add simple integer-only pow() implementation
We hardly need the complexity (or slowness) provided by the libm power
function; add a super-cheap one that suits our needs and is specialized
for the values we plan on passing in.
Signed-off-by: Dan McGee <dan at archlinux.org>
commit e8db984ce5997ffabafab2584fa7f00789ff3afd
Author: Thomas Dziedzic <gostrc at gmail.com>
Date: Thu Feb 2 16:43:40 2012 -0600
Fix FS#27924: don't display negative zeroes
Dan: don't compute lower bound unless needed, flip argument order so
out values are last, add param Doxygen documentation.
Signed-off-by: Dan McGee <dan at archlinux.org>
-----------------------------------------------------------------------
Summary of changes:
lib/libalpm/po/lt.po | 41 +++++++++++++++---------------
scripts/makepkg.sh.in | 10 +++++--
src/pacman/callback.c | 4 +-
src/pacman/package.c | 4 +-
src/pacman/po/ca.po | 20 +++++++-------
src/pacman/po/cs.po | 10 +++---
src/pacman/po/da.po | 10 +++---
src/pacman/po/de.po | 10 +++---
src/pacman/po/el.po | 10 +++---
src/pacman/po/en_GB.po | 10 +++---
src/pacman/po/es.po | 19 +++++++------
src/pacman/po/fi.po | 22 ++++++++--------
src/pacman/po/fr.po | 10 +++---
src/pacman/po/hu.po | 10 +++---
src/pacman/po/it.po | 10 +++---
src/pacman/po/kk.po | 10 +++---
src/pacman/po/lt.po | 52 +++++++++++++++++++-------------------
src/pacman/po/nb.po | 37 +++++++++++++--------------
src/pacman/po/pacman.pot | 10 +++---
src/pacman/po/pl.po | 10 +++---
src/pacman/po/pt.po | 10 +++---
src/pacman/po/pt_BR.po | 10 +++---
src/pacman/po/ro.po | 10 +++---
src/pacman/po/ru.po | 10 +++---
src/pacman/po/sk.po | 10 +++---
src/pacman/po/sr.po | 10 +++---
src/pacman/po/sr at latin.po | 10 +++---
src/pacman/po/sv.po | 10 +++---
src/pacman/po/tr.po | 10 +++---
src/pacman/po/uk.po | 10 +++---
src/pacman/po/zh_CN.po | 10 +++---
src/pacman/po/zh_TW.po | 10 +++---
src/pacman/remove.c | 2 +-
src/pacman/util.c | 35 ++++++++++++++++++++------
src/pacman/util.h | 3 +-
test/pacman/tests/upgrade001.py | 1 +
test/pacman/tests/upgrade002.py | 1 +
test/pacman/tests/upgrade003.py | 1 +
test/pacman/tests/upgrade004.py | 1 +
39 files changed, 256 insertions(+), 227 deletions(-)
hooks/post-receive
--
The official pacman repository
More information about the pacman-dev
mailing list