[pacman-dev] [GIT] The official pacman repository branch, master, updated. v3.1.1-99-ga3e6a6b

Dan McGee dan at archlinux.org
Wed Feb 20 20:28:55 EST 2008


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  a3e6a6b822344b42cad4f1793f708d5ec1bd69b6 (commit)
       via  4bd52f3fe4d21fc4d54aba7b7c5d3134d69f9341 (commit)
       via  420c8846b984b5ca8ddd27ff7b799ec77fbbc2a4 (commit)
       via  7879e4bef7c158814a547d232f0bde8960ee1341 (commit)
       via  6f3949e3da4325f61ac53d7c8b86a18ff6acb64e (commit)
       via  2b3a85dc4a1d8855449ae979713fda0b8cbc7580 (commit)
       via  fc9d12bef039f558d9731c7dcb2f441ad5832def (commit)
       via  5676dbae4de0504a62758046c4974c2522789202 (commit)
       via  81db1847c92ca54f84a355e012354828898c827f (commit)
       via  848edb2f3859a258cc16ca96bf1e4d284e255b8d (commit)
       via  b091ccc400d3cabc1a632bd025f9fecc3c2bc8c4 (commit)
       via  4ac9b2eb068aff3ff4f785e28712bb0fa9e045be (commit)
       via  355930654693b416725e170ad0cb14d0251626e4 (commit)
       via  2374c81e55abc0f7252fad7eb53d2b75bb33f750 (commit)
       via  42f5579fd77e9b696024c4bc0eb5398c039c7256 (commit)
       via  3078494767be3c6b572f733384e745198388be7e (commit)
       via  273950473ea4fed67c0af0a4905bd3d3cbac15b3 (commit)
       via  92ab7c33fb4d72eba070636f620f595dc4650ee9 (commit)
      from  6b07b5d34512ef361ebf04395f07965cb80d0ec3 (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 a3e6a6b822344b42cad4f1793f708d5ec1bd69b6
Author: Chantry Xavier <shiningxc at gmail.com>
Date:   Mon Jan 28 19:49:27 2008 +0100

    Move -Sy operation into its own transaction
    
    This allows us to remove the sync_only flag, and also do the following
    steps in the future :
    1) refresh the database (if asked)
    2) do other stuff (eg checking if a newer pacman version is available)
    3) start the actual transaction
    
    Currently when we detect a newer pacman version, we have to release the
    current transaction and start a new one.
    
    Signed-off-by: Chantry Xavier <shiningxc at gmail.com>

commit 4bd52f3fe4d21fc4d54aba7b7c5d3134d69f9341
Merge: 92ab7c33fb4d72eba070636f620f595dc4650ee9 420c8846b984b5ca8ddd27ff7b799ec77fbbc2a4
Author: Dan McGee <dan at archlinux.org>
Date:   Wed Feb 20 18:57:46 2008 -0600

    Merge branch 'maint'
    
    Remove gettext() function addition from gensync and updatesync in master as
    gettext is no longer used in them anyway.

commit 92ab7c33fb4d72eba070636f620f595dc4650ee9
Author: Dan McGee <dan at archlinux.org>
Date:   Fri Feb 15 20:57:30 2008 -0600

    Move pmgraph_t struct and functions to their own header file
    
    This will allow us to utilize this helpful type and functions in places
    besides dependency calculations. In addition, remove the public declaration
    of pmgraph_t in alpm.h- there is zero need to expose this internal type.
    
    Signed-off-by: Dan McGee <dan at archlinux.org>

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

Summary of changes:
 etc/makepkg.conf.in           |    2 +-
 lib/libalpm/Makefile.am       |    1 +
 lib/libalpm/alpm.h            |    1 -
 lib/libalpm/alpm_list.h       |    2 +
 lib/libalpm/deps.c            |   30 +--
 lib/libalpm/deps.h            |   10 -
 lib/libalpm/graph.h           |   55 +++
 lib/libalpm/po/pl.po          |  333 +++++++-------
 lib/libalpm/po/ru.po          |  346 +++++++--------
 lib/libalpm/sync.c            |    6 +-
 po/es.po                      |   21 +-
 po/pl.po                      |   20 +-
 po/ru.po                      |  990 +++++++++++++++++++++--------------------
 scripts/makepkg.sh.in         |   13 +-
 scripts/pacman-optimize.sh.in |    9 +
 scripts/repo-add.sh.in        |    7 +
 scripts/repo-remove.sh.in     |    7 +
 src/pacman/add.c              |    2 +-
 src/pacman/callback.c         |   32 +-
 src/pacman/remove.c           |    2 +-
 src/pacman/sync.c             |  124 ++++--
 21 files changed, 1045 insertions(+), 968 deletions(-)
 create mode 100644 lib/libalpm/graph.h


hooks/post-receive
--
The official pacman repository




More information about the pacman-dev mailing list