[pacman-dev] [GIT] The official pacman repository branch, maint, updated. v3.5.0-32-g115bf1b
Dan McGee
dan at archlinux.org
Wed Mar 23 03:21:38 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 115bf1bf9f4be00e93bfd40a2506eda12607ccb8 (commit)
via 87fbbdc649dc6f74e019eed93b06a0f3ac66fc7c (commit)
via 02945ca7ade1ec83b965079d9258b374c920ef53 (commit)
via c46f21af0aac670ab6d940678b9487f05e7852c1 (commit)
via 7d899910c5453162c1564dd4bbb1c728368280f8 (commit)
via 5eca2fbdf10d91274433635e2dde0dec3e3994a1 (commit)
from 7b60a639d19ddacd62dcac82d6538907bf4b1a9f (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 115bf1bf9f4be00e93bfd40a2506eda12607ccb8
Author: Dan McGee <dan at archlinux.org>
Date: Sun Mar 20 23:46:23 2011 -0500
Bump version to 3.5.1
Signed-off-by: Dan McGee <dan at archlinux.org>
commit 87fbbdc649dc6f74e019eed93b06a0f3ac66fc7c
Author: Dan McGee <dan at archlinux.org>
Date: Sun Mar 20 23:35:42 2011 -0500
Updated 3.5.1 translations from Transifex
Signed-off-by: Dan McGee <dan at archlinux.org>
commit 02945ca7ade1ec83b965079d9258b374c920ef53
Author: Slobodan TerziÄ <githzerai06 at gmail.com>
Date: Wed Mar 23 02:12:04 2011 -0500
Add new Serbian translation from Transifex
Thanks!
Signed-off-by: Dan McGee <dan at archlinux.org>
commit c46f21af0aac670ab6d940678b9487f05e7852c1
Author: Dan McGee <dan at archlinux.org>
Date: Wed Mar 23 02:07:05 2011 -0500
3.5.1 NEWS updates
Signed-off-by: Dan McGee <dan at archlinux.org>
commit 7d899910c5453162c1564dd4bbb1c728368280f8
Author: Dan McGee <dan at archlinux.org>
Date: Wed Mar 23 01:43:58 2011 -0500
Documentation consistency fixes
Fix the way we were referring to paths (use ``), .pac* extensions (use
''), and other general things across our main manpages.
Signed-off-by: Dan McGee <dan at archlinux.org>
commit 5eca2fbdf10d91274433635e2dde0dec3e3994a1
Author: Dan McGee <dan at archlinux.org>
Date: Wed Mar 23 01:28:58 2011 -0500
Fix documentation typo in makepkg.8
Signed-off-by: Dan McGee <dan at archlinux.org>
-----------------------------------------------------------------------
Summary of changes:
NEWS | 15 +
configure.ac | 4 +-
doc/makepkg.8.txt | 9 +-
doc/pacman.8.txt | 38 +-
doc/pacman.conf.5.txt | 8 +-
lib/libalpm/po/LINGUAS | 2 +
lib/libalpm/po/ca.po | 10 +-
lib/libalpm/po/cs.po | 14 +-
lib/libalpm/po/da.po | 10 +-
lib/libalpm/po/de.po | 12 +-
lib/libalpm/po/el.po | 14 +-
lib/libalpm/po/en_GB.po | 12 +-
lib/libalpm/po/es.po | 82 +-
lib/libalpm/po/fi.po | 12 +-
lib/libalpm/po/fr.po | 12 +-
lib/libalpm/po/hu.po | 14 +-
lib/libalpm/po/it.po | 12 +-
lib/libalpm/po/kk.po | 14 +-
lib/libalpm/po/ko.po | 10 +-
lib/libalpm/po/libalpm.pot | 4 +-
lib/libalpm/po/nb.po | 10 +-
lib/libalpm/po/pl.po | 10 +-
lib/libalpm/po/pt.po | 10 +-
lib/libalpm/po/pt_BR.po | 13 +-
lib/libalpm/po/ro.po | 12 +-
lib/libalpm/po/ru.po | 16 +-
lib/libalpm/po/sk.po | 10 +-
lib/libalpm/po/sr.po | 552 +++++++++
lib/libalpm/po/{zh_CN.po => sr at latin.po} | 284 +++---
lib/libalpm/po/sv.po | 10 +-
lib/libalpm/po/tr.po | 12 +-
lib/libalpm/po/uk.po | 10 +-
lib/libalpm/po/zh_CN.po | 22 +-
po/LINGUAS | 2 +
po/ca.po | 36 +-
po/cs.po | 41 +-
po/da.po | 35 +-
po/de.po | 43 +-
po/el.po | 37 +-
po/en_GB.po | 38 +-
po/es.po | 436 ++++----
po/fi.po | 37 +-
po/fr.po | 40 +-
po/hu.po | 38 +-
po/it.po | 46 +-
po/kk.po | 37 +-
po/ko.po | 31 +-
po/nb.po | 31 +-
po/pacman.pot | 4 +-
po/pl.po | 35 +-
po/pt.po | 36 +-
po/pt_BR.po | 47 +-
po/ro.po | 1075 ++++++++----------
po/ru.po | 46 +-
po/sk.po | 36 +-
po/sr.po | 1885 ++++++++++++++++++++++++++++++
po/{en_GB.po => sr at latin.po} | 1112 +++++++++---------
po/sv.po | 34 +-
po/tr.po | 35 +-
po/uk.po | 35 +-
po/zh_CN.po | 167 ++--
61 files changed, 4432 insertions(+), 2322 deletions(-)
create mode 100644 lib/libalpm/po/sr.po
copy lib/libalpm/po/{zh_CN.po => sr at latin.po} (54%)
create mode 100644 po/sr.po
copy po/{en_GB.po => sr at latin.po} (52%)
hooks/post-receive
--
The official pacman repository
More information about the pacman-dev
mailing list