[pacman-dev] [GIT] The official pacman repository branch, master, updated. v3.0.0-544-g7d51882
Dan McGee
dan at archlinux.org
Fri Nov 9 00:42:43 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 7d51882dd0afdb87fe986a7d7c672cc0be93795b (commit)
via 4e45e1187d01e34e0869ad206780a67f27a41200 (commit)
via 889fccd55f68c919d5ceab7906c200e5011cb53b (commit)
via e6673544b2afc9e463cdbf4e7d0bb0b5d7b6b80d (commit)
via 5b4b4df4c9c2cfb3aa2e4b40c2c49ea8bf10ce37 (commit)
via 9407baaaa68ddd30b48069ce3e96fd8c8d550b31 (commit)
via c00f46b653484abe387af3a2c28507e8db4f7898 (commit)
via f3e8343c7ed778deaa6615e4aca2cb68a6bc0053 (commit)
via 9fdb15b4b52a6748619c4671af6cbde156921734 (commit)
via dd2d6f980bb4dd3ab099f0783172c7801aa4beb5 (commit)
from 23745a7bf24ffd0c44279019563502568cc1c5fb (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 7d51882dd0afdb87fe986a7d7c672cc0be93795b
Author: Dan McGee <dan at archlinux.org>
Date: Thu Nov 8 23:41:05 2007 -0600
Simplify callback DONE event handling
Move them all to a single fallthrough case statement since they all print
"done".
Signed-off-by: Dan McGee <dan at archlinux.org>
commit 4e45e1187d01e34e0869ad206780a67f27a41200
Author: Dan McGee <dan at archlinux.org>
Date: Thu Nov 8 23:39:07 2007 -0600
Add missing 'done' printout
Signed-off-by: Dan McGee <dan at archlinux.org>
commit 889fccd55f68c919d5ceab7906c200e5011cb53b
Author: Dan McGee <dan at archlinux.org>
Date: Thu Nov 8 23:38:32 2007 -0600
Small manpage updates
Signed-off-by: Dan McGee <dan at archlinux.org>
commit e6673544b2afc9e463cdbf4e7d0bb0b5d7b6b80d
Author: Dan McGee <dan at archlinux.org>
Date: Thu Nov 8 23:18:07 2007 -0600
Fix some issues with localized dates/epoch usage
Commit 47622eef4dd8fd86a0aa0e3ebdb7b33f7c9d6804 introduced localized times
in the metadata by way of storing the UNIX epoch value instead of a hard
coded date string. However, it missed a few things:
* If we weren't in the C/POSIX/en_US locale, the date parsing would fail
as it tried to use the abbreviations of the locale being used. Fix this
by switching the LC_TIME value before we parse a date.
* We used ctime to print the date value, which is always the C locale
string. Instead, use strftime to print a localized date string.
Signed-off-by: Dan McGee <dan at archlinux.org>
commit 5b4b4df4c9c2cfb3aa2e4b40c2c49ea8bf10ce37
Author: Dan McGee <dan at archlinux.org>
Date: Thu Nov 8 21:56:53 2007 -0600
Get rid of the footnotes section in generated manpages
We really don't need it since it is just links. However, we do need to figure
out how to get our old links to show up right.
Signed-off-by: Dan McGee <dan at archlinux.org>
commit 9407baaaa68ddd30b48069ce3e96fd8c8d550b31
Author: Dan McGee <dan at archlinux.org>
Date: Thu Nov 8 21:17:59 2007 -0600
doc: update links in footer.txt so they are actual links
Signed-off-by: Dan McGee <dan at archlinux.org>
commit c00f46b653484abe387af3a2c28507e8db4f7898
Author: Giovanni Scafora <linuxmania at gmail.com>
Date: Thu Nov 8 21:16:07 2007 -0600
Update Italian Translation
Signed-off-by: Dan McGee <dan at archlinux.org>
commit f3e8343c7ed778deaa6615e4aca2cb68a6bc0053
Author: Dan McGee <dan at archlinux.org>
Date: Thu Nov 8 09:33:05 2007 -0600
Update PKGBUILD.5 with missing devel variable descriptions
The lack of descriptions on some of the variables was causing issues with
documentation generation. Adding text to them fixes this.
Signed-off-by: Dan McGee <dan at archlinux.org>
commit 9fdb15b4b52a6748619c4671af6cbde156921734
Author: Dan McGee <dan at archlinux.org>
Date: Thu Nov 8 09:31:58 2007 -0600
Sync asciidoc.conf with GIT repository changes
We got our file from the GIT repository originally, so keep it up to date.
Signed-off-by: Dan McGee <dan at archlinux.org>
commit dd2d6f980bb4dd3ab099f0783172c7801aa4beb5
Author: Scott Horowitz <stonecrest at gmail.com>
Date: Thu Nov 8 00:26:01 2007 -0700
Correctly handle version comparisons for SVN/CVS/etc PKGBUILDS.
Retrieve SVN/CVS/etc revision number before checking if the
package has already been built. This allows building a newer
version of a developmental package without having to use -f.
Now -f will only be needed if the latest SVN/CVS/etc revision
is the same as the built package.
Signed-off-by: Scott Horowitz <stonecrest at gmail.com>
Signed-off-by: Dan McGee <dan at archlinux.org>
-----------------------------------------------------------------------
Summary of changes:
doc/Makefile.am | 7 +-
doc/PKGBUILD.5.txt | 7 +
doc/asciidoc.conf | 6 +
doc/footer.txt | 6 +-
doc/makepkg.8.txt | 8 +-
doc/pacman.8.txt | 2 +-
lib/libalpm/be_files.c | 4 +
lib/libalpm/package.c | 2 +
lib/libalpm/po/it.po | 663 ++++++++--------
po/it.po | 2075 ++++++++++++++++++++++++++++++++++++------------
scripts/makepkg.sh.in | 7 +-
src/pacman/callback.c | 26 +-
src/pacman/package.c | 7 +-
src/pacman/remove.c | 1 +
14 files changed, 1933 insertions(+), 888 deletions(-)
hooks/post-receive
--
The official pacman repository
More information about the pacman-dev
mailing list