[pacman-dev] [GIT] The official pacman repository branch, master, updated. v3.5.2-104-g50de701

Dan McGee dan at archlinux.org
Wed Apr 20 18:37:28 EDT 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  50de7019c0bbd917b0a1717566ddad41c7c6db9e (commit)
       via  c3f3d0b81ab3f36910b16a7aab5e787960ff20d7 (commit)
       via  ecf15be0a760b6209bd3794a4d36b17282f97f70 (commit)
       via  84cfc135893546de8b4812d23f5db496331686ab (commit)
       via  3c8a448a2ff6b433059b1beb3a35cfd67c148d0c (commit)
       via  dcb6fb224dd3ac91c08369e9fbff12349b96e545 (commit)
       via  18c73b00027128d535b89b5ccc8894f00669620c (commit)
       via  1995561f560f7dc4d978ccd00afc87d0a648cfe4 (commit)
      from  efd8ae483fe587feccd32c90fbee474aa19a5557 (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 50de7019c0bbd917b0a1717566ddad41c7c6db9e
Merge: c3f3d0b 18c73b0
Author: Dan McGee <dan at archlinux.org>
Date:   Wed Apr 20 17:35:33 2011 -0500

    Merge branch 'maint'

commit c3f3d0b81ab3f36910b16a7aab5e787960ff20d7
Author: Jakob Gruber <jakob.gruber at gmail.com>
Date:   Sun Feb 20 14:42:05 2011 +0100

    Refactor display_targets for readability
    
    Row handling is moved to its own function in preparation for verbose
    package lists.
    
    Signed-off-by: Jakob Gruber <jakob.gruber at gmail.com>
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit ecf15be0a760b6209bd3794a4d36b17282f97f70
Author: Dan McGee <dan at archlinux.org>
Date:   Wed Apr 20 17:32:16 2011 -0500

    Remove outdated comments
    
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit 84cfc135893546de8b4812d23f5db496331686ab
Author: Jakob Gruber <jakob.gruber at gmail.com>
Date:   Thu Mar 24 23:34:17 2011 +0100

    Use IEC unit prefixes
    
    Display {KiB, MiB, ...} instead of {KB, MB, ...} since that's what's
    actually being displayed.
    
    Signed-off-by: Jakob Gruber <jakob.gruber at gmail.com>
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit 3c8a448a2ff6b433059b1beb3a35cfd67c148d0c
Author: Jakob Gruber <jakob.gruber at gmail.com>
Date:   Sun Feb 20 19:38:32 2011 +0100

    Add a utility function to humanize sizes
    
    Converts the given size in bytes in two possible ways:
    1) target_unit is specified (!= 0): size is converted to target unit.
    2) target_unit is not specified (== '\0'): size is converted to the first
       unit which will bring size to below 2048.
    
    If specified, label will point to the long label ('MB') if long_labels is
    set or the short label ('M') if it is not.
    
    Dan: use '\0' rather than 0 for the special value as a matter of coding
    style for char variables.
    
    Signed-off-by: Jakob Gruber <jakob.gruber at gmail.com>
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit dcb6fb224dd3ac91c08369e9fbff12349b96e545
Author: Jakob Gruber <jakob.gruber at gmail.com>
Date:   Fri Mar 25 00:15:44 2011 +0100

    Remove ShowSize option
    
    Dan: The commit message originally referenced "VerbosePkgLists", but I'm
    going to change the name of the option. In addition, this patch serves
    a purpose being standalone- we should really do things like this with
    -S --print and hopefully -Q --print in the future.
    
    Signed-off-by: Jakob Gruber <jakob.gruber at gmail.com>
    Signed-off-by: Dan McGee <dan at archlinux.org>

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

Summary of changes:
 NEWS                       |   12 ++-
 README                     |    4 +-
 TODO.dan                   |    6 -
 configure.ac               |    4 +-
 doc/index.txt              |    1 +
 doc/pacman.conf.5.txt      |    3 -
 etc/pacman.conf.in         |    1 -
 lib/libalpm/po/ca.po       |   42 ++++---
 lib/libalpm/po/cs.po       |    2 +-
 lib/libalpm/po/da.po       |    2 +-
 lib/libalpm/po/de.po       |    2 +-
 lib/libalpm/po/el.po       |   10 +-
 lib/libalpm/po/en_GB.po    |    2 +-
 lib/libalpm/po/es.po       |    2 +-
 lib/libalpm/po/fi.po       |  248 +++++++++++++++++++------------------
 lib/libalpm/po/fr.po       |    6 +-
 lib/libalpm/po/hu.po       |    2 +-
 lib/libalpm/po/it.po       |    2 +-
 lib/libalpm/po/kk.po       |    2 +-
 lib/libalpm/po/libalpm.pot |    4 +-
 lib/libalpm/po/nb.po       |   49 ++++----
 lib/libalpm/po/pl.po       |   41 +++---
 lib/libalpm/po/pt.po       |   38 +++---
 lib/libalpm/po/pt_BR.po    |    9 +-
 lib/libalpm/po/ro.po       |    2 +-
 lib/libalpm/po/ru.po       |   10 +-
 lib/libalpm/po/sk.po       |   41 +++---
 lib/libalpm/po/sr.po       |    2 +-
 lib/libalpm/po/sr at latin.po |    2 +-
 lib/libalpm/po/sv.po       |    2 +-
 lib/libalpm/po/tr.po       |    2 +-
 lib/libalpm/po/uk.po       |    2 +-
 lib/libalpm/po/zh_CN.po    |    2 +-
 po/ca.po                   |  208 ++++++++++++++++++-------------
 po/cs.po                   |   47 ++++----
 po/da.po                   |   40 +++---
 po/de.po                   |   58 +++++----
 po/el.po                   |   64 +++++-----
 po/en_GB.po                |   47 ++++---
 po/es.po                   |  219 ++++++++++++++++----------------
 po/fi.po                   |  277 ++++++++++++++++++++---------------------
 po/fr.po                   |   49 ++++----
 po/hu.po                   |   42 ++++---
 po/it.po                   |   50 ++++----
 po/kk.po                   |   41 +++----
 po/nb.po                   |  297 +++++++++++++++++++++++++-------------------
 po/pacman.pot              |   12 +-
 po/pl.po                   |  250 +++++++++++++++++++++----------------
 po/pt.po                   |  211 ++++++++++++++++++-------------
 po/pt_BR.po                |   55 +++++----
 po/ro.po                   |   55 ++++----
 po/ru.po                   |   48 ++++----
 po/sk.po                   |  214 ++++++++++++++++++--------------
 po/sr.po                   |   53 ++++----
 po/sr at latin.po             |   53 ++++----
 po/sv.po                   |   41 +++---
 po/tr.po                   |   49 ++++----
 po/uk.po                   |   39 +++---
 po/zh_CN.po                |   43 ++++---
 src/pacman/callback.c      |   45 ++-----
 src/pacman/conf.h          |    1 -
 src/pacman/package.c       |   18 ++--
 src/pacman/pacman.c        |    3 -
 src/pacman/query.c         |    8 --
 src/pacman/sync.c          |    8 --
 src/pacman/util.c          |   84 ++++++++----
 src/pacman/util.h          |    1 +
 67 files changed, 1753 insertions(+), 1536 deletions(-)


hooks/post-receive
-- 
The official pacman repository


More information about the pacman-dev mailing list