[pacman-dev] [GIT] The official pacman repository branch, maint, updated. v3.3.1-12-g9282a4a
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 9282a4a9094ddeae8d0bef0f575e45c574591c4b (commit) via f77d73af4bc8be7086ac0dbda260b28c03f2773c (commit) via ba14bd77282a598b687fe6c4bfd5b375341d911b (commit) via 8db120c2605bb2f1591d501c5e351a16ab9f45ad (commit) via a0acf8b509f5c2611516a25d383a0706dd8d76ee (commit) via a131c468f7704b8674044e70433d0a413f5e5e67 (commit) via d7a20d9c41da4315282c3ebf8d43a8759c2dfb23 (commit) via 42042723a884930caf80ed578fc9fee2e0822bfb (commit) via 44a57c890b2ecba85dbd8364594883439634f630 (commit) from 20392c0a025d01128eb78c6656db7c15b3fbcd89 (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 9282a4a9094ddeae8d0bef0f575e45c574591c4b Author: Christian Larsson <congacx@gmail.com> Date: Tue Oct 6 20:52:53 2009 +0200 Update Swedish translation Signed-off-by: Xavier Chantry <shiningxc@gmail.com> Signed-off-by: Dan McGee <dan@archlinux.org> commit f77d73af4bc8be7086ac0dbda260b28c03f2773c Author: 甘露(Lu.Gan) <rhythm.gan@gmail.com> Date: Tue Oct 6 19:17:07 2009 +0200 Update chinese translation Signed-off-by: Xavier Chantry <shiningxc@gmail.com> Signed-off-by: Dan McGee <dan@archlinux.org> commit ba14bd77282a598b687fe6c4bfd5b375341d911b Author: Xavier Chantry <shiningxc@gmail.com> Date: Mon Oct 5 23:58:14 2009 +0200 New Greek translation Signed-off-by: Xavier Chantry <shiningxc@gmail.com> Signed-off-by: Dan McGee <dan@archlinux.org> commit 8db120c2605bb2f1591d501c5e351a16ab9f45ad Author: Xavier Chantry <shiningxc@gmail.com> Date: Sun Oct 4 17:33:49 2009 +0200 Update translations Signed-off-by: Xavier Chantry <shiningxc@gmail.com> Signed-off-by: Dan McGee <dan@archlinux.org> commit a0acf8b509f5c2611516a25d383a0706dd8d76ee Author: Xavier Chantry <shiningxc@gmail.com> Date: Sun Oct 4 17:02:00 2009 +0200 Update all pot and po files for 3.3.2 release Signed-off-by: Xavier Chantry <shiningxc@gmail.com> Signed-off-by: Dan McGee <dan@archlinux.org> commit a131c468f7704b8674044e70433d0a413f5e5e67 Author: Dan McGee <dan@archlinux.org> Date: Sun Oct 4 16:59:48 2009 -0500 3.2.2 release changes Signed-off-by: Dan McGee <dan@archlinux.org> commit d7a20d9c41da4315282c3ebf8d43a8759c2dfb23 Author: Dan McGee <dan@archlinux.org> Date: Sun Oct 4 16:56:25 2009 -0500 doc: Add HACKING to html target Signed-off-by: Dan McGee <dan@archlinux.org> commit 42042723a884930caf80ed578fc9fee2e0822bfb Author: Dan McGee <dan@archlinux.org> Date: Sun Oct 4 09:48:56 2009 -0500 doc: ensure SyncFirst behavior with flags is clear When a SyncFirst transaction kicks in, no flags like '--force' are honored. This is for good reason, as honoring something like '--asdeps' could be quite unintentional. Document this fact and a possible workaround. Signed-off-by: Dan McGee <dan@archlinux.org> commit 44a57c890b2ecba85dbd8364594883439634f630 Author: Xavier Chantry <shiningxc@gmail.com> Date: Sat Sep 26 02:42:27 2009 +0200 callback.c : fallback to normal download with bogus size When using totaldownload, we might get into some weird situations where xfered>total because of bogus CSIZE database entries. This code adds a sanity check and fallbacks to normal download progress if needed. Here is an example using totaldownload on a database with wrong CSIZE, for a total download of ~26 MB. Before : gnome-desktop-2.28.... 1144,3K 678,3K/s 00:00:02 [#################] 4% gnome-panel-2.28.0-... 4,2M 887,7K/s 00:00:05 [#################] 16% gnome-applets-2.28.... 13,6M 1083,0K/s 00:00:13 [#################] 52% gnome-backgrounds-2... 22,9M 964,0K/s 00:00:24 [#################] 87% gnome-settings-daem... 23,6M 938,5K/s 00:00:26 [#################] 90% gnome-control-cente... 26,1M 946,1K/s 00:00:28 [#################] 100% gnome-icon-theme-2.... 27,7M 1465,0K/s 1193046:28:15 [#######----------] gnome-icon-theme-2.... 28,0M 1502,2K/s 1193046:28:15 [########---------] gnome-icon-theme-2.... 28,4M 1582,2K/s 1193046:28:15 [##########-------] gnome-icon-theme-2.... 28,7M 1603,4K/s 1193046:28:15 [############-----] gnome-icon-theme-2.... 29,0M 1604,5K/s 1193046:28:15 [##############---] gnome-icon-theme-2.... 29,3M 1621,0K/s 1193046:28:14 [################-] gnome-icon-theme-2.... 29,6M 1434,8K/s 1193046:28:14 [#################] gnome-icon-theme-2.... 29,6M 974,2K/s 00:00:31 [#################] 113% After : gnome-desktop-2.28.... 1144,3K 1038,7K/s 00:00:01 [#################] 4% gnome-panel-2.28.0-... 4,2M 988,4K/s 00:00:04 [#################] 16% gnome-applets-2.28.... 13,6M 1190,4K/s 00:00:12 [#################] 52% gnome-backgrounds-2... 22,9M 1242,9K/s 00:00:19 [#################] 87% gnome-settings-daem... 23,6M 1193,9K/s 00:00:20 [#################] 90% gnome-control-cente... 2,5M 1347,4K/s 00:00:02 [#################] 100% gnome-icon-theme-2.... 3,5M 1205,4K/s 00:00:03 [#################] 100% Note that gnome-control-center resetted to normal progress mode (2,5M is the package size, not the total size) Signed-off-by: Xavier Chantry <shiningxc@gmail.com> Signed-off-by: Dan McGee <dan@archlinux.org> ----------------------------------------------------------------------- Summary of changes: NEWS | 6 + TRANSLATORS | 4 +- configure.ac | 4 +- doc/Makefile.am | 7 +- doc/index.txt | 1 + doc/pacman.conf.5.txt | 7 +- lib/libalpm/po/LINGUAS | 1 + lib/libalpm/po/cs.po | 8 +- lib/libalpm/po/de.po | 8 +- lib/libalpm/po/el.po | 556 ++++++++++++++ lib/libalpm/po/en_GB.po | 8 +- lib/libalpm/po/es.po | 8 +- lib/libalpm/po/fr.po | 8 +- lib/libalpm/po/hu.po | 8 +- lib/libalpm/po/it.po | 8 +- lib/libalpm/po/kk.po | 8 +- lib/libalpm/po/libalpm.pot | 10 +- lib/libalpm/po/nb_NO.po | 8 +- lib/libalpm/po/pl.po | 8 +- lib/libalpm/po/pt_BR.po | 8 +- lib/libalpm/po/ro.po | 8 +- lib/libalpm/po/ru.po | 8 +- lib/libalpm/po/sv_SE.po | 26 +- lib/libalpm/po/tr.po | 8 +- lib/libalpm/po/uk.po | 8 +- lib/libalpm/po/zh_CN.po | 26 +- po/LINGUAS | 1 + po/cs.po | 11 +- po/de.po | 11 +- po/el.po | 1735 ++++++++++++++++++++++++++++++++++++++++++++ po/en_GB.po | 93 +--- po/es.po | 14 +- po/fr.po | 10 +- po/hu.po | 11 +- po/it.po | 15 +- po/kk.po | 10 +- po/nb_NO.po | 11 +- po/pacman.pot | 8 +- po/pl.po | 11 +- po/pt_BR.po | 11 +- po/ro.po | 11 +- po/ru.po | 11 +- po/sv_SE.po | 45 +- po/tr.po | 11 +- po/uk.po | 11 +- po/zh_CN.po | 37 +- src/pacman/callback.c | 18 +- 47 files changed, 2605 insertions(+), 259 deletions(-) create mode 100644 lib/libalpm/po/el.po create mode 100644 po/el.po hooks/post-receive -- The official pacman repository
participants (3)
-
Allan McRae
-
Dan McGee
-
dan@archlinux.org