[pacman-dev] [GIT] The official pacman repository branch, master, updated. v4.0.0-88-g919b604

Dan McGee dan at archlinux.org
Wed Nov 16 15:52:17 EST 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, master has been updated
       via  919b604c29060b3b14162ef331dfccc018606919 (commit)
       via  dee8144ce5ca96ceca643d74fd6152ecf812f8af (commit)
       via  c79c068fe9b80ea9af831c8c883f27fad2e0d128 (commit)
       via  ad09db3c55a4b9e4989704e04860c5dda7c25fb0 (commit)
       via  9363e7dc22f85c549cd90768ce884508901820a8 (commit)
       via  37ff0f5658e356a4fbd9ad212ccab2acb0d9bb46 (commit)
       via  c0ce10397a8ef4811cdde6f727a3fdd3890e8a5d (commit)
       via  fcf0a8b20328c57996ff61247d5ff4b13356f72a (commit)
      from  f1ec3b9b10d1657412d6592180c56887c3a6ae20 (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 919b604c29060b3b14162ef331dfccc018606919
Merge: dee8144 c79c068
Author: Dan McGee <dan at archlinux.org>
Date:   Wed Nov 16 14:51:17 2011 -0600

    Merge branch 'maint'

commit dee8144ce5ca96ceca643d74fd6152ecf812f8af
Author: Dan McGee <dan at archlinux.org>
Date:   Sun Nov 13 23:45:55 2011 -0600

    Add helper method for creating and opening archive object
    
    This moves the common setup code of about 5 different callers into one
    method. Error messages will now be common and shared in all places;
    several paths did not have any messages at all before.
    
    In addition, we now pick an ideal block size for the archive read based
    off the larger value of our default buffer size or the st.st_blksize
    field. For a filesystem such as NFS, this is often much larger than the
    default 8192- values such as 32768 and 131072 are common.
    
    Signed-off-by: Dan McGee <dan at archlinux.org>

-----------------------------------------------------------------------

Summary of changes:
 NEWS                          |   10 ++
 configure.ac                  |    5 +-
 doc/PKGBUILD.5.txt            |    2 +-
 etc/makepkg.conf.in           |    2 +-
 lib/libalpm/add.c             |   22 ++--
 lib/libalpm/be_package.c      |   70 +++++-----
 lib/libalpm/be_sync.c         |   23 +---
 lib/libalpm/deps.c            |    2 +-
 lib/libalpm/po/ca.po          |    2 +-
 lib/libalpm/po/cs.po          |   17 ++--
 lib/libalpm/po/da.po          |    8 +-
 lib/libalpm/po/de.po          |    2 +-
 lib/libalpm/po/el.po          |    2 +-
 lib/libalpm/po/en_GB.po       |    2 +-
 lib/libalpm/po/es.po          |    2 +-
 lib/libalpm/po/fi.po          |    2 +-
 lib/libalpm/po/fr.po          |    2 +-
 lib/libalpm/po/hu.po          |    2 +-
 lib/libalpm/po/it.po          |    2 +-
 lib/libalpm/po/kk.po          |    8 +-
 lib/libalpm/po/libalpm.pot    |    4 +-
 lib/libalpm/po/lt.po          |    4 +-
 lib/libalpm/po/nb.po          |  173 +++++++++++++-------------
 lib/libalpm/po/pl.po          |    2 +-
 lib/libalpm/po/pt.po          |    2 +-
 lib/libalpm/po/pt_BR.po       |    8 +-
 lib/libalpm/po/ro.po          |    2 +-
 lib/libalpm/po/ru.po          |    8 +-
 lib/libalpm/po/sk.po          |    2 +-
 lib/libalpm/po/sr.po          |    2 +-
 lib/libalpm/po/sr at latin.po    |    2 +-
 lib/libalpm/po/sv.po          |   67 +++++-----
 lib/libalpm/po/tr.po          |    8 +-
 lib/libalpm/po/uk.po          |    2 +-
 lib/libalpm/po/zh_CN.po       |    6 +-
 lib/libalpm/po/zh_TW.po       |    8 +-
 lib/libalpm/sync.c            |   27 +++--
 lib/libalpm/util.c            |   95 +++++++++++----
 lib/libalpm/util.h            |    3 +
 scripts/po/ca.po              |   13 ++-
 scripts/po/cs.po              |   18 ++-
 scripts/po/da.po              |   22 ++--
 scripts/po/de.po              |   16 ++-
 scripts/po/el.po              |   21 +++-
 scripts/po/en_GB.po           |   14 ++-
 scripts/po/es.po              |   15 ++-
 scripts/po/fi.po              |  145 +++++++++++++--------
 scripts/po/fr.po              |   13 ++-
 scripts/po/hu.po              |   15 ++-
 scripts/po/it.po              |   13 ++-
 scripts/po/kk.po              |   22 ++--
 scripts/po/lt.po              |   15 ++-
 scripts/po/nb.po              |  104 +++++++++-------
 scripts/po/pacman-scripts.pot |   13 ++-
 scripts/po/pl.po              |   76 +++++++-----
 scripts/po/pt.po              |  281 +++++++++++++++++++++++++++--------------
 scripts/po/pt_BR.po           |   13 ++-
 scripts/po/ro.po              |   16 ++-
 scripts/po/ru.po              |  107 +++++++++-------
 scripts/po/sk.po              |   15 ++-
 scripts/po/sr.po              |   13 ++-
 scripts/po/sr at latin.po        |   13 ++-
 scripts/po/sv.po              |   22 ++--
 scripts/po/tr.po              |  224 ++++++++++++++++++++-------------
 scripts/po/uk.po              |   79 +++++++-----
 scripts/po/zh_CN.po           |   13 ++-
 scripts/po/zh_TW.po           |   13 ++-
 src/pacman/po/ca.po           |   66 ++++++-----
 src/pacman/po/cs.po           |   38 +++---
 src/pacman/po/da.po           |   58 +++++-----
 src/pacman/po/de.po           |   17 ++--
 src/pacman/po/el.po           |   13 +-
 src/pacman/po/en_GB.po        |   12 +-
 src/pacman/po/es.po           |   16 ++--
 src/pacman/po/fi.po           |  123 +++++++++---------
 src/pacman/po/fr.po           |   12 +-
 src/pacman/po/hu.po           |   14 +-
 src/pacman/po/it.po           |   14 +-
 src/pacman/po/kk.po           |   15 +--
 src/pacman/po/lt.po           |  124 +++++++++---------
 src/pacman/po/nb.po           |   14 +-
 src/pacman/po/pacman.pot      |    8 +-
 src/pacman/po/pl.po           |   85 +++++++------
 src/pacman/po/pt.po           |   15 ++-
 src/pacman/po/pt_BR.po        |   12 +-
 src/pacman/po/ro.po           |   14 +-
 src/pacman/po/ru.po           |   15 +--
 src/pacman/po/sk.po           |   14 +-
 src/pacman/po/sr.po           |   14 ++-
 src/pacman/po/sr at latin.po     |   12 +-
 src/pacman/po/sv.po           |  217 ++++++++++++++++----------------
 src/pacman/po/tr.po           |   30 ++---
 src/pacman/po/uk.po           |   14 +-
 src/pacman/po/zh_CN.po        |    8 +-
 src/pacman/po/zh_TW.po        |   26 ++---
 95 files changed, 1723 insertions(+), 1253 deletions(-)


hooks/post-receive
-- 
The official pacman repository


More information about the pacman-dev mailing list