[pacman-dev] [GIT] The official pacman repository branch, master, updated. v4.1.1-53-gb7f8f5d

Allan McRae allan at archlinux.org
Wed Jun 5 23:47:50 EDT 2013


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  b7f8f5d26a373e72fa49a6376307ee79935a035d (commit)
       via  58782b1c55043c8f4fe56ce7c18a6384f00143fd (commit)
       via  37e85c0031147901b646574cf48b753a018e00c6 (commit)
       via  ab3d8478c23dd3f256da89c2a2a27f8a7f3d3893 (commit)
       via  9574bfd6c873d70e29a5003461b2d691f134c8ab (commit)
       via  450be928da1a71bebc3524f3f0bdb4160845b37e (commit)
       via  d080a469a002a6fd3d99e58211494292172fd77a (commit)
       via  dd62fde53ec00f1b08d312951b919e15050efe86 (commit)
       via  fe794ccb25d3ab1f7c07331b437b61c30c08a018 (commit)
       via  f1d74d928a7ce106dad9303c036222823f347af2 (commit)
      from  cbbd3781c249c8318934fe0810a09546c2760f53 (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 b7f8f5d26a373e72fa49a6376307ee79935a035d
Author: Allan McRae <allan at archlinux.org>
Date:   Tue Jun 4 14:51:54 2013 +1000

    paccache: make --help output look nice on 80 width terminal
    
    Signed-off-by: Allan McRae <allan at archlinux.org>

commit 58782b1c55043c8f4fe56ce7c18a6384f00143fd
Author: Phillip Smith <fukawi2 at gmail.com>
Date:   Mon Jun 3 15:05:10 2013 +1000

    repo-add; add option to remove existing package files from disk
    
    When maintaining a custom repo, often it is undesirable to retain older
    versions of packages. This patch adds the --remove option to remove the
    current package file and it's signature from disk before adding the new
    one to the database. Documentation is also updated. This is an optional
    flag and default behaviour (leaving ondisk files alone) is not changed.
    
    Signed-off-by: Phillip Smith <fukawi2 at gmail.com>
    Signed-off-by: Allan McRae <allan at archlinux.org>

commit 37e85c0031147901b646574cf48b753a018e00c6
Author: Allan McRae <allan at archlinux.org>
Date:   Mon Jun 3 14:15:31 2013 +1000

    Document alpm_list files are to be stand alone
    
    Signed-off-by: Allan McRae <allan at archlinux.org>

commit ab3d8478c23dd3f256da89c2a2a27f8a7f3d3893
Author: Andrew Gregory <andrew.gregory.8 at gmail.com>
Date:   Sun Jun 2 23:45:05 2013 -0400

    die if '-' is given with empty stdin
    
    Several operations default to all packages/repos/etc if no targets are
    provided.  If a user provides '-' they almost certainly expect there to
    be targets on stdin and will be surprised if pacman falls back to the
    default because there are none.
    
    Signed-off-by: Andrew Gregory <andrew.gregory.8 at gmail.com>
    Signed-off-by: Allan McRae <allan at archlinux.org>

commit 9574bfd6c873d70e29a5003461b2d691f134c8ab
Merge: cbbd378 450be92
Author: Allan McRae <allan at archlinux.org>
Date:   Thu Jun 6 13:47:26 2013 +1000

    Merge branch 'maint'

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

Summary of changes:
 contrib/paccache.sh.in        |  31 ++++---
 doc/PKGBUILD.5.txt            |   2 +-
 doc/makepkg.8.txt             |   2 +-
 doc/repo-add.8.txt            |   4 +
 lib/libalpm/alpm_list.c       |   4 +
 lib/libalpm/alpm_list.h       |   4 +
 lib/libalpm/be_sync.c         |  30 +++++++
 lib/libalpm/po/ar.po          |  10 ++-
 lib/libalpm/po/ca.po          |  10 ++-
 lib/libalpm/po/cs.po          |  10 ++-
 lib/libalpm/po/da.po          |  10 ++-
 lib/libalpm/po/de.po          |  14 ++-
 lib/libalpm/po/el.po          |  10 ++-
 lib/libalpm/po/en_GB.po       |  10 ++-
 lib/libalpm/po/eo.po          |  10 ++-
 lib/libalpm/po/es.po          |  14 ++-
 lib/libalpm/po/fa.po          |  10 ++-
 lib/libalpm/po/fi.po          |  10 ++-
 lib/libalpm/po/fr.po          |  10 ++-
 lib/libalpm/po/gl.po          |  62 +++++++------
 lib/libalpm/po/hr.po          |  10 ++-
 lib/libalpm/po/hu.po          |  10 ++-
 lib/libalpm/po/id.po          |  10 ++-
 lib/libalpm/po/it.po          |  12 ++-
 lib/libalpm/po/ja.po          |  10 ++-
 lib/libalpm/po/kk.po          |  10 ++-
 lib/libalpm/po/ko.po          |  27 ++++--
 lib/libalpm/po/libalpm.pot    |  12 ++-
 lib/libalpm/po/lt.po          |  12 ++-
 lib/libalpm/po/nb.po          |  10 ++-
 lib/libalpm/po/nl.po          |  10 ++-
 lib/libalpm/po/pl.po          |  10 ++-
 lib/libalpm/po/pt.po          |  10 ++-
 lib/libalpm/po/pt_BR.po       |  12 ++-
 lib/libalpm/po/ro.po          |  16 +++-
 lib/libalpm/po/ru.po          |  12 ++-
 lib/libalpm/po/sk.po          |  10 ++-
 lib/libalpm/po/sl.po          |  10 ++-
 lib/libalpm/po/sr.po          |  10 ++-
 lib/libalpm/po/sr at latin.po    |  10 ++-
 lib/libalpm/po/sv.po          |  10 ++-
 lib/libalpm/po/tr.po          |  10 ++-
 lib/libalpm/po/uk.po          |  10 ++-
 lib/libalpm/po/zh_CN.po       |  10 ++-
 lib/libalpm/po/zh_TW.po       |  10 ++-
 scripts/makepkg.sh.in         |   4 +
 scripts/pacman-key.sh.in      |  15 +---
 scripts/po/ar.po              |  53 ++++++------
 scripts/po/ca.po              |  12 ++-
 scripts/po/cs.po              |  12 ++-
 scripts/po/da.po              |  12 ++-
 scripts/po/de.po              |  12 ++-
 scripts/po/el.po              |  12 ++-
 scripts/po/en_GB.po           |  12 ++-
 scripts/po/eo.po              |  11 ++-
 scripts/po/es.po              |  12 ++-
 scripts/po/fa.po              |  11 ++-
 scripts/po/fi.po              |  12 ++-
 scripts/po/fr.po              |  12 ++-
 scripts/po/gl.po              |  11 ++-
 scripts/po/hr.po              |  12 ++-
 scripts/po/hu.po              |  12 ++-
 scripts/po/id.po              |  12 ++-
 scripts/po/it.po              |  12 ++-
 scripts/po/ja.po              |  12 ++-
 scripts/po/kk.po              |  12 ++-
 scripts/po/ko.po              |  11 ++-
 scripts/po/lt.po              |  12 ++-
 scripts/po/nb.po              |  12 ++-
 scripts/po/nl.po              |  11 ++-
 scripts/po/pacman-scripts.pot |  13 +--
 scripts/po/pl.po              |  12 ++-
 scripts/po/pt.po              |  12 ++-
 scripts/po/pt_BR.po           |  12 ++-
 scripts/po/ro.po              |  58 +++++++------
 scripts/po/ru.po              |  26 +++---
 scripts/po/sk.po              |  12 ++-
 scripts/po/sl.po              |  11 ++-
 scripts/po/sr.po              |  12 ++-
 scripts/po/sr at latin.po        |  12 ++-
 scripts/po/sv.po              |  12 ++-
 scripts/po/tr.po              |  12 ++-
 scripts/po/uk.po              |  12 ++-
 scripts/po/zh_CN.po           |  12 ++-
 scripts/po/zh_TW.po           |  11 ++-
 scripts/repo-add.sh.in        |  12 +++
 src/pacman/pacman.c           |   8 ++
 src/pacman/po/ar.po           |   2 +-
 src/pacman/po/ca.po           |   2 +-
 src/pacman/po/cs.po           |   2 +-
 src/pacman/po/da.po           |   2 +-
 src/pacman/po/de.po           |  12 ++-
 src/pacman/po/el.po           |   2 +-
 src/pacman/po/en_GB.po        |   2 +-
 src/pacman/po/eo.po           |   2 +-
 src/pacman/po/es.po           |   9 +-
 src/pacman/po/fa.po           |   2 +-
 src/pacman/po/fi.po           |   2 +-
 src/pacman/po/fr.po           |   2 +-
 src/pacman/po/gl.po           |  63 +++++++-------
 src/pacman/po/hr.po           |   2 +-
 src/pacman/po/hu.po           |   2 +-
 src/pacman/po/id.po           |   2 +-
 src/pacman/po/it.po           |   2 +-
 src/pacman/po/ja.po           |   2 +-
 src/pacman/po/kk.po           |   2 +-
 src/pacman/po/ko.po           |   2 +-
 src/pacman/po/lt.po           | 196 +++++++++++++++++++++---------------------
 src/pacman/po/nb.po           |  30 ++++---
 src/pacman/po/nl.po           |   2 +-
 src/pacman/po/pacman.pot      |   4 +-
 src/pacman/po/pl.po           |   2 +-
 src/pacman/po/pt.po           |  16 ++--
 src/pacman/po/pt_BR.po        |   2 +-
 src/pacman/po/ro.po           |  73 ++++++++--------
 src/pacman/po/ru.po           |   6 +-
 src/pacman/po/sk.po           |  10 +--
 src/pacman/po/sl.po           |   2 +-
 src/pacman/po/sr.po           |   8 +-
 src/pacman/po/sr at latin.po     |   8 +-
 src/pacman/po/sv.po           |   2 +-
 src/pacman/po/tr.po           |   2 +-
 src/pacman/po/uk.po           |   2 +-
 src/pacman/po/zh_CN.po        |   2 +-
 src/pacman/po/zh_TW.po        |   2 +-
 125 files changed, 1088 insertions(+), 539 deletions(-)


hooks/post-receive
-- 
The official pacman repository


More information about the pacman-dev mailing list