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  5baec6d5e9af07b933179eef751926ef6cf5c883 (commit)
       via  97fb8ada30179278757f451517b092a036e749c8 (commit)
       via  0927206fc4be98f3afee2622156db8f99e96a316 (commit)
      from  ba869597fb64f1101012df4b0d834ed5eced0b7c (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 5baec6d5e9af07b933179eef751926ef6cf5c883
Author: Allan McRae <[email protected]>
Date:   Sat Feb 14 11:17:18 2015 +1000

    Update translations from Transifex
    
    Signed-off-by: Allan McRae <[email protected]>

commit 97fb8ada30179278757f451517b092a036e749c8
Author: Allan McRae <[email protected]>
Date:   Fri Feb 13 17:37:32 2015 +1000

    Update NEWS for 4.2.1 release
    
        0002-valgrind.supp-remove-library-version-from-suppressio.patch

commit 0927206fc4be98f3afee2622156db8f99e96a316
Author: Renato Silva <[email protected]>
Date:   Thu Jan 15 19:47:07 2015 -0200

    Fix Bazaar cloning in makepkg.
    
    There was some manual check to know if the local repository was really a 
clone
    of the one specified in PKGBUILD. This check has been removed because it is
    buggy and not necessary.
    
    It is buggy because this check needs to be semantic, not a simple string
    comparison. For example, I was blocked from building a PKGBUILD because 
Bazaar
    was returning two different strings for the same location (for HTTP one was
    url-encoded while the other was not, and for local paths one was absolute 
while
    the other was relative). While this may be a bug in Bazaar, the check is
    unreliable since the comparison is not semantic (http://foo.com/%2Bplus and
    http://foo.com/+plus obviously refer to the same location for example).
    
    Specially, it is useless because the intention is updating the existing 
local
    clone. However, if the local clone is not a real clone of the repository
    specified in PKGBUILD (which was what this buggy check tried to tell), next 
step
    which is a pull operation will fail anyway. This is because bzr pull does 
not
    perform merges, it just makes one branch into a mirror of another.
    
    There was a reason provided when this manual check was added for Git, but no
    reason provided for copying such check when Bazaar support was added, see
    commits below. In fact, Mercurial lacks such manual check.
    
    * c926c39b0481ec3db931fff1f86db0c49d78976b
    * 3b02f80dcb3159a7ab0c673d5eae971ad7504e7f
    
    Fixes FS#43448.
    
    Signed-off-by: Allan McRae <[email protected]>

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

Summary of changes:
 NEWS                                |  28 ++
 lib/libalpm/po/LINGUAS              |   1 +
 lib/libalpm/po/ar.po                |  30 +-
 lib/libalpm/po/ast.po               |  16 +-
 lib/libalpm/po/ca.po                |  30 +-
 lib/libalpm/po/cs.po                |  34 +-
 lib/libalpm/po/da.po                |  30 +-
 lib/libalpm/po/de.po                |  49 +--
 lib/libalpm/po/el.po                |  32 +-
 lib/libalpm/po/en_GB.po             |  30 +-
 lib/libalpm/po/es.po                |  46 +--
 lib/libalpm/po/{es.po => es_419.po} |  61 ++-
 lib/libalpm/po/fi.po                |  30 +-
 lib/libalpm/po/fr.po                |  30 +-
 lib/libalpm/po/gl.po                |  30 +-
 lib/libalpm/po/hr.po                |  30 +-
 lib/libalpm/po/hu.po                |  32 +-
 lib/libalpm/po/id.po                |  30 +-
 lib/libalpm/po/it.po                |  31 +-
 lib/libalpm/po/ja.po                |  30 +-
 lib/libalpm/po/kk.po                |  30 +-
 lib/libalpm/po/ko.po                | 273 ++++++-------
 lib/libalpm/po/ko_KR.po             |  30 +-
 lib/libalpm/po/libalpm.pot          |  30 +-
 lib/libalpm/po/lt.po                |  30 +-
 lib/libalpm/po/nb.po                |  30 +-
 lib/libalpm/po/nl.po                |  46 ++-
 lib/libalpm/po/pl.po                |  31 +-
 lib/libalpm/po/pt.po                |  32 +-
 lib/libalpm/po/pt_BR.po             |  30 +-
 lib/libalpm/po/ro.po                |  53 +--
 lib/libalpm/po/ru.po                |  32 +-
 lib/libalpm/po/sk.po                |  30 +-
 lib/libalpm/po/sl.po                |  30 +-
 lib/libalpm/po/sr.po                |  30 +-
 lib/libalpm/po/[email protected]          |  30 +-
 lib/libalpm/po/sv.po                |  59 +--
 lib/libalpm/po/tr.po                |  30 +-
 lib/libalpm/po/uk.po                |  30 +-
 lib/libalpm/po/zh_CN.po             |  44 +-
 lib/libalpm/po/zh_TW.po             |  30 +-
 scripts/makepkg.sh.in               |  17 -
 scripts/po/LINGUAS                  |   1 +
 scripts/po/ar.po                    | 507 ++++++++++++-----------
 scripts/po/ast.po                   |  86 ++--
 scripts/po/bg.po                    |  78 ++--
 scripts/po/ca.po                    | 514 ++++++++++++-----------
 scripts/po/cs.po                    | 515 ++++++++++++-----------
 scripts/po/da.po                    | 515 ++++++++++++-----------
 scripts/po/de.po                    | 515 ++++++++++++-----------
 scripts/po/el.po                    | 515 ++++++++++++-----------
 scripts/po/en_GB.po                 | 511 ++++++++++++-----------
 scripts/po/es.po                    | 542 ++++++++++++-------------
 scripts/po/{es.po => es_419.po}     | 556 +++++++++++++------------
 scripts/po/eu.po                    |  78 ++--
 scripts/po/fi.po                    | 510 ++++++++++++-----------
 scripts/po/fr.po                    | 511 ++++++++++++-----------
 scripts/po/gl.po                    | 517 ++++++++++++-----------
 scripts/po/hr.po                    | 507 ++++++++++++-----------
 scripts/po/hu.po                    | 511 ++++++++++++-----------
 scripts/po/id.po                    | 511 ++++++++++++-----------
 scripts/po/it.po                    | 511 ++++++++++++-----------
 scripts/po/ja.po                    | 511 ++++++++++++-----------
 scripts/po/kk.po                    | 504 +++++++++++------------
 scripts/po/ko.po                    | 789 ++++++++++++++++++------------------
 scripts/po/ko_KR.po                 | 510 ++++++++++++-----------
 scripts/po/lt.po                    | 510 ++++++++++++-----------
 scripts/po/nb.po                    | 511 ++++++++++++-----------
 scripts/po/nl.po                    | 689 ++++++++++++++++---------------
 scripts/po/pacman-scripts.pot       | 504 +++++++++++------------
 scripts/po/pl.po                    | 512 ++++++++++++-----------
 scripts/po/pt.po                    | 518 ++++++++++++-----------
 scripts/po/pt_BR.po                 | 511 ++++++++++++-----------
 scripts/po/ro.po                    | 510 ++++++++++++-----------
 scripts/po/ru.po                    | 510 ++++++++++++-----------
 scripts/po/sk.po                    | 511 ++++++++++++-----------
 scripts/po/sl.po                    | 515 ++++++++++++-----------
 scripts/po/sr.po                    | 504 +++++++++++------------
 scripts/po/[email protected]              | 504 +++++++++++------------
 scripts/po/sv.po                    | 645 +++++++++++++++--------------
 scripts/po/tr.po                    | 511 ++++++++++++-----------
 scripts/po/uk.po                    | 515 ++++++++++++-----------
 scripts/po/uz.po                    |  78 ++--
 scripts/po/zh_CN.po                 | 525 ++++++++++++------------
 scripts/po/zh_TW.po                 | 529 ++++++++++++------------
 src/pacman/po/LINGUAS               |   1 +
 src/pacman/po/ast.po                |  24 +-
 src/pacman/po/bg.po                 |  24 +-
 src/pacman/po/cs.po                 |   2 +-
 src/pacman/po/de.po                 |   4 +-
 src/pacman/po/el.po                 |   8 +-
 src/pacman/po/es.po                 | 100 +++--
 src/pacman/po/{es.po => es_419.po}  |  89 ++--
 src/pacman/po/eu.po                 |  24 +-
 src/pacman/po/fi.po                 |  12 +-
 src/pacman/po/hu.po                 |   2 +-
 src/pacman/po/ko.po                 | 407 +++++++++----------
 src/pacman/po/nb.po                 |  12 +-
 src/pacman/po/nl.po                 |  60 +--
 src/pacman/po/pl.po                 |   1 +
 src/pacman/po/pt.po                 |   2 +-
 src/pacman/po/ro.po                 |  42 +-
 src/pacman/po/ru.po                 |   7 +-
 src/pacman/po/sk.po                 |   4 +-
 src/pacman/po/sl.po                 |   4 +-
 src/pacman/po/sv.po                 |  64 ++-
 src/pacman/po/tr.po                 |   4 +-
 src/pacman/po/uk.po                 |   2 +-
 src/pacman/po/ur.po                 |  24 +-
 src/pacman/po/uz.po                 |  24 +-
 src/pacman/po/zh_CN.po              |  15 +-
 111 files changed, 11444 insertions(+), 11562 deletions(-)
 copy lib/libalpm/po/{es.po => es_419.po} (94%)
 copy scripts/po/{es.po => es_419.po} (87%)
 copy src/pacman/po/{es.po => es_419.po} (96%)


hooks/post-receive
-- 
The official pacman repository

Reply via email to