[pacman-dev] [GIT] The official pacman repository branch, master, updated. v4.1.2-502-gef0577e

Allan McRae allan at archlinux.org
Wed Nov 19 04:18:08 UTC 2014


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  ef0577e3d5560c2d7f2869586219040beffdbb6b (commit)
       via  3446453c72b7fea6e07d0e1f5a547a870bf60484 (commit)
       via  193b2b33f86e549f15feb5fe82a83de88b5c7e98 (commit)
       via  db402d6029c77d6fa7d8295b529edf9ff0f605ce (commit)
       via  eda65967ec6831515fdcc59adec1529da81cb521 (commit)
       via  96e9cf35f11f271e46af8d3c0f00c9664052fc74 (commit)
       via  5d11605958dd9d07f902287468104a996b3bddcc (commit)
       via  5d618438c4831af92e82251051a128e8591fef59 (commit)
       via  a7298c36fdc58ae4d9007a69adea988fbb9cd0db (commit)
       via  d9aa7025ea8c9441bfd50b339a7accc7b61637ab (commit)
       via  8c00dd7341e6df4ebe8c6ac9d9347acdcbb003b7 (commit)
       via  4c1f41a7c18355542d9d7f5c58ac5a026a71bb4d (commit)
      from  0d249949345e69fc1728df236569d1153582244c (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 ef0577e3d5560c2d7f2869586219040beffdbb6b
Author: Dave Reisner <dreisner at archlinux.org>
Date:   Tue Nov 18 09:02:05 2014 -0500

    version: fix memory leak in early return
    
    Signed-off-by: Allan McRae <allan at archlinux.org>

commit 3446453c72b7fea6e07d0e1f5a547a870bf60484
Author: Allan McRae <allan at archlinux.org>
Date:   Tue Nov 18 15:26:42 2014 +1000

    Fix translation error and remove empty po files
    
    Signed-off-by: Allan McRae <allan at archlinux.org>

commit 193b2b33f86e549f15feb5fe82a83de88b5c7e98
Author: Allan McRae <allan at archlinux.org>
Date:   Tue Nov 18 15:14:51 2014 +1000

    Update po files to send to Transifex
    
    Signed-off-by: Allan McRae <allan at archlinux.org>

commit db402d6029c77d6fa7d8295b529edf9ff0f605ce
Author: Allan McRae <allan at archlinux.org>
Date:   Tue Nov 18 15:06:30 2014 +1000

    Pull translation updates from Transifex
    
    Signed-off-by: Allan McRae <allan at archlinux.org>

commit eda65967ec6831515fdcc59adec1529da81cb521
Author: Allan McRae <allan at archlinux.org>
Date:   Tue Nov 18 12:50:56 2014 +1000

    Do not warn about missing files in NoExtract
    
    When checking a packages files, ignore any missing files in NoExtract
    
    Signed-off-by: Allan McRae <allan at archlinux.org>

commit 96e9cf35f11f271e46af8d3c0f00c9664052fc74
Author: Allan McRae <allan at archlinux.org>
Date:   Tue Nov 18 12:31:30 2014 +1000

    Add alpm_option_match_noextract
    
    This is useful for frontends testing whether a file is in NoExtract
    
    Signed-off-by: Allan McRae <allan at archlinux.org>

commit 5d11605958dd9d07f902287468104a996b3bddcc
Author: Allan McRae <allan at archlinux.org>
Date:   Tue Nov 18 00:47:19 2014 +1000

    extract_single_file: fix memory leak in error condition
    
    The memory assigned to checkfile was leaked in the error condition.
    
    Signed-off-by: Allan McRae <allan at archlinux.org>

commit 5d618438c4831af92e82251051a128e8591fef59
Author: Allan McRae <allan at archlinux.org>
Date:   Tue Nov 18 00:34:46 2014 +1000

    _alpm_backup_dup: fix memory leak in error case
    
    Signed-off-by: Allan McRae <allan at archlinux.org>

commit a7298c36fdc58ae4d9007a69adea988fbb9cd0db
Author: Allan McRae <allan at archlinux.org>
Date:   Tue Nov 18 00:09:11 2014 +1000

    makepkg: symlink files in noextract into $srcdir
    
    File in noextract should still be symlinked into $srcdir so that they
    can be accessed without using $SRCDEST.  Using noextract on VCS files
    makes no sense as these are not being extracted, so now this does
    nothing.
    
    Signed-off-by: Allan McRae <allan at archlinux.org>

commit d9aa7025ea8c9441bfd50b339a7accc7b61637ab
Author: Allan McRae <allan at archlinux.org>
Date:   Mon Nov 17 23:39:31 2014 +1000

    Remove logging of NoExtract events
    
    With globbing in NoExtract, these log events can quickly pile up hiding
    important information from the log.
    
    Signed-off-by: Allan McRae <allan at archlinux.org>

commit 8c00dd7341e6df4ebe8c6ac9d9347acdcbb003b7
Author: Allan McRae <allan at archlinux.org>
Date:   Mon Nov 17 17:13:48 2014 +1000

    Fix crash when using external downloader
    
    Commit 9d96bed9 attempts to use the same effective URL for the db and its
    signature download.  However, this information is not available when we use
    an external downloader, resulting in a crash.
    
    Fall back to the old method when the effective URL is unavailable.
    
    Signed-off-by: Allan McRae <allan at archlinux.org>

commit 4c1f41a7c18355542d9d7f5c58ac5a026a71bb4d
Author: Lukáš Jirkovský <l.jirkovsky at gmail.com>
Date:   Mon Dec 9 20:31:21 2013 +0000

    makepkg: svn: update existing sources in srcdir without removing them first.
    
    This matches the behaviour with non-VCS sources. It also allows incremental
    builds when subversion is used to obtain sources.
    
    Signed-off-by: Lukáš Jirkovský <l.jirkovsky at gmail.com>
    Signed-off-by: Allan McRae <allan at archlinux.org>

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

Summary of changes:
 lib/libalpm/add.c                  |    4 +-
 lib/libalpm/alpm.h                 |    1 +
 lib/libalpm/backup.c               |    9 +-
 lib/libalpm/be_sync.c              |   21 +-
 lib/libalpm/handle.c               |    5 +
 lib/libalpm/po/LINGUAS             |    2 -
 lib/libalpm/po/ar.po               |  527 +++++++++----
 lib/libalpm/po/{eo.po => ast.po}   |   55 +-
 lib/libalpm/po/bg.po               |  616 +++++++++++++++
 lib/libalpm/po/ca.po               |  270 ++++++-
 lib/libalpm/po/cs.po               |  261 ++++++-
 lib/libalpm/po/da.po               |  264 ++++++-
 lib/libalpm/po/de.po               |  279 ++++++-
 lib/libalpm/po/el.po               |  265 ++++++-
 lib/libalpm/po/en_GB.po            |  264 ++++++-
 lib/libalpm/po/es.po               |  376 +++++++--
 lib/libalpm/po/{en_GB.po => eu.po} |  313 ++++----
 lib/libalpm/po/fi.po               |  274 ++++++-
 lib/libalpm/po/fr.po               |  267 ++++++-
 lib/libalpm/po/gl.po               |  273 ++++++-
 lib/libalpm/po/hr.po               |  283 ++++++-
 lib/libalpm/po/hu.po               |  270 ++++++-
 lib/libalpm/po/id.po               |  270 ++++++-
 lib/libalpm/po/it.po               |  259 ++++++-
 lib/libalpm/po/ja.po               |  259 ++++++-
 lib/libalpm/po/kk.po               |  261 ++++++-
 lib/libalpm/po/ko.po               |  279 ++++++-
 lib/libalpm/po/libalpm.pot         |  235 +++++-
 lib/libalpm/po/lt.po               |  259 ++++++-
 lib/libalpm/po/nb.po               |  261 ++++++-
 lib/libalpm/po/nl.po               |  259 ++++++-
 lib/libalpm/po/pl.po               |  263 ++++++-
 lib/libalpm/po/pt.po               |  260 ++++++-
 lib/libalpm/po/pt_BR.po            |  259 ++++++-
 lib/libalpm/po/ro.po               |  284 ++++++-
 lib/libalpm/po/ru.po               |  259 ++++++-
 lib/libalpm/po/sk.po               |  259 ++++++-
 lib/libalpm/po/sl.po               |  508 +++++++++----
 lib/libalpm/po/sr.po               |  274 ++++++-
 lib/libalpm/po/sr at latin.po         |  274 ++++++-
 lib/libalpm/po/sv.po               |  288 ++++++-
 lib/libalpm/po/tr.po               |  259 ++++++-
 lib/libalpm/po/uk.po               |  259 ++++++-
 lib/libalpm/po/{eo.po => ur.po}    |  118 +--
 lib/libalpm/po/{fa.po => uz.po}    |   36 +-
 lib/libalpm/po/{fa.po => vi.po}    |   68 +-
 lib/libalpm/po/zh_CN.po            |  261 ++++++-
 lib/libalpm/po/zh_TW.po            |  264 ++++++-
 lib/libalpm/version.c              |    3 +-
 scripts/makepkg.sh.in              |   17 +-
 scripts/po/LINGUAS                 |    4 -
 scripts/po/ar.po                   |  944 ++++++++++++++++++-----
 scripts/po/{eo.po => ast.po}       |  138 ++--
 scripts/po/{nl.po => bg.po}        |  211 +++---
 scripts/po/ca.po                   |  838 ++++++++++++++++++---
 scripts/po/cs.po                   |  826 +++++++++++++++++---
 scripts/po/da.po                   |  838 ++++++++++++++++++---
 scripts/po/de.po                   |  956 +++++++++++++++++++----
 scripts/po/el.po                   |  832 +++++++++++++++++---
 scripts/po/en_GB.po                |  826 +++++++++++++++++---
 scripts/po/es.po                   | 1466 +++++++++++++++++++++++++++---------
 scripts/po/eu.po                   | 1214 +++++++++++++++++++++++++++++
 scripts/po/fa.po                   | 1205 -----------------------------
 scripts/po/fi.po                   |  874 ++++++++++++++++++---
 scripts/po/fr.po                   |  852 ++++++++++++++++++---
 scripts/po/gl.po                   | 1318 +++++++++++++++++++++++++-------
 scripts/po/hr.po                   |  810 +++++++++++++++++---
 scripts/po/hu.po                   |  835 +++++++++++++++++---
 scripts/po/id.po                   |  837 +++++++++++++++++---
 scripts/po/it.po                   |  823 ++++++++++++++++++--
 scripts/po/ja.po                   |  822 +++++++++++++++++---
 scripts/po/kk.po                   |  765 +++++++++++++++++--
 scripts/po/ko.po                   | 1453 ++++++++++++++++++++++++++---------
 scripts/po/lt.po                   |  824 +++++++++++++++++---
 scripts/po/nb.po                   |  832 +++++++++++++++++---
 scripts/po/pacman-scripts.pot      |  703 +++++++++++++++--
 scripts/po/pl.po                   | 1067 +++++++++++++++++++++-----
 scripts/po/pt.po                   |  834 +++++++++++++++++---
 scripts/po/pt_BR.po                |  832 +++++++++++++++++---
 scripts/po/ro.po                   |  863 ++++++++++++++++++---
 scripts/po/ru.po                   |  830 +++++++++++++++++---
 scripts/po/sk.po                   |  823 +++++++++++++++++---
 scripts/po/sl.po                   |  958 +++++++++++++++++++----
 scripts/po/sr.po                   |  830 +++++++++++++++++---
 scripts/po/sr at latin.po             |  830 +++++++++++++++++---
 scripts/po/sv.po                   | 1196 +++++++++++++++++++++++------
 scripts/po/tr.po                   |  824 +++++++++++++++++---
 scripts/po/uk.po                   |  826 +++++++++++++++++---
 scripts/po/{zh_TW.po => uz.po}     |  116 +--
 scripts/po/zh_CN.po                |  817 ++++++++++++++++++--
 src/pacman/check.c                 |   30 +-
 src/pacman/po/ar.po                |  777 ++++++++++++++-----
 src/pacman/po/{gl.po => ast.po}    |  641 +++++++---------
 src/pacman/po/bg.po                | 1274 +++++++++++++++++++++++++++++++
 src/pacman/po/ca.po                |  554 ++++++++++++--
 src/pacman/po/cs.po                |  547 ++++++++++++--
 src/pacman/po/da.po                |  544 +++++++++++--
 src/pacman/po/de.po                |  591 ++++++++++++---
 src/pacman/po/el.po                |  539 +++++++++++--
 src/pacman/po/en_GB.po             |  539 +++++++++++--
 src/pacman/po/eo.po                |  507 +++++++++++--
 src/pacman/po/es.po                |  878 +++++++++++++++------
 src/pacman/po/{da.po => eu.po}     |  704 ++++++++---------
 src/pacman/po/fa.po                |  475 ++++++++++--
 src/pacman/po/fi.po                |  554 ++++++++++++--
 src/pacman/po/fr.po                |  556 ++++++++++++--
 src/pacman/po/gl.po                |  711 +++++++++++++----
 src/pacman/po/hr.po                |  592 ++++++++++++---
 src/pacman/po/hu.po                |  544 +++++++++++--
 src/pacman/po/id.po                |  541 +++++++++++--
 src/pacman/po/it.po                |  576 +++++++++++---
 src/pacman/po/ja.po                |  539 +++++++++++--
 src/pacman/po/kk.po                |  520 +++++++++++--
 src/pacman/po/ko.po                | 1079 ++++++++++++++++++--------
 src/pacman/po/lt.po                |  541 +++++++++++--
 src/pacman/po/nb.po                |  590 ++++++++++++---
 src/pacman/po/nl.po                | 1078 ++++++++++++++++++--------
 src/pacman/po/pacman.pot           |  455 +++++++++--
 src/pacman/po/pl.po                |  861 +++++++++++++++------
 src/pacman/po/pt.po                |  544 +++++++++++--
 src/pacman/po/pt_BR.po             |  543 +++++++++++--
 src/pacman/po/ro.po                |  600 ++++++++++++---
 src/pacman/po/ru.po                |  540 +++++++++++--
 src/pacman/po/sk.po                |  539 +++++++++++--
 src/pacman/po/sl.po                |  770 ++++++++++++++-----
 src/pacman/po/sr.po                |  551 ++++++++++++--
 src/pacman/po/sr at latin.po          |  551 ++++++++++++--
 src/pacman/po/sv.po                |  632 +++++++++++++---
 src/pacman/po/tr.po                |  540 +++++++++++--
 src/pacman/po/uk.po                |  539 +++++++++++--
 src/pacman/po/{ko.po => ur.po}     |   63 +-
 src/pacman/po/{ko.po => uz.po}     |  180 +++--
 src/pacman/po/zh_CN.po             |  547 ++++++++++++--
 src/pacman/po/zh_TW.po             |  536 +++++++++++--
 134 files changed, 58870 insertions(+), 12288 deletions(-)
 copy lib/libalpm/po/{eo.po => ast.po} (90%)
 create mode 100644 lib/libalpm/po/bg.po
 copy lib/libalpm/po/{en_GB.po => eu.po} (53%)
 rename lib/libalpm/po/{eo.po => ur.po} (72%)
 copy lib/libalpm/po/{fa.po => uz.po} (92%)
 rename lib/libalpm/po/{fa.po => vi.po} (82%)
 rename scripts/po/{eo.po => ast.po} (87%)
 rename scripts/po/{nl.po => bg.po} (80%)
 create mode 100644 scripts/po/eu.po
 delete mode 100644 scripts/po/fa.po
 rename scripts/po/{zh_TW.po => uz.po} (90%)
 copy src/pacman/po/{gl.po => ast.po} (57%)
 create mode 100644 src/pacman/po/bg.po
 copy src/pacman/po/{da.po => eu.po} (52%)
 copy src/pacman/po/{ko.po => ur.po} (95%)
 copy src/pacman/po/{ko.po => uz.po} (87%)


hooks/post-receive
-- 
The official pacman repository


More information about the pacman-dev mailing list