[pacman-dev] [GIT] The official pacman repository branch, master, updated. v3.1.3-71-g91b7f28

Dan McGee dan at archlinux.org
Sun Mar 9 13:11:18 EDT 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  91b7f288fe65b96d4af64f6308b0e33b14ad85e0 (commit)
       via  fc48dc3118318d4b26b63a9453cd23cf2158cba3 (commit)
       via  51e0303e840c94e5943f30e311d053058f657327 (commit)
       via  2f9f48edddadffa2ac39ed7291f92be7be3b0fb5 (commit)
       via  1dfcf1495ba4c0ac36d770ef892483459e5678c4 (commit)
       via  724ed34ac5068bc3a44068ef4f831a431ca00346 (commit)
       via  74c5bd70cf97154f2fa09418bb87a9483a5359ff (commit)
       via  797c190f93d24ff1e352549f320a0612cd04382b (commit)
       via  3ec45486ff1373f9f65af229af315219fc1f0f7e (commit)
       via  266f06866bd56b86ca8525d2e07d48d08fedaa8f (commit)
       via  69eb0c80140380928e0b90889edd53608e127391 (commit)
       via  5a48771126992676b1e214f426698ad32c27869e (commit)
       via  54af52f87d6d9547629bb336c365943ff9bb4876 (commit)
       via  7c3f6feb41ef5ea99b1d0c94771210bf77d90c6d (commit)
       via  6ad4ba272dd50d021ebe5b5c3903d0181acd2e64 (commit)
       via  4a0498bd29804d4208de6d4e8977e2e40fe3ffb8 (commit)
       via  190d17c0e844c58bc1a1fa231b9aaf0c16dd686f (commit)
       via  8725dce2948f9e1eb9c6f9d66cdb5ef985e6de6c (commit)
       via  1bbc00cd9d7ff7b906e574f0ea669873f82ef550 (commit)
       via  8a24ad37549e6d06c1f3c6a469c82c0892fa8225 (commit)
       via  816b0805790238f4b6ab90b0d734bb68e1dc198a (commit)
       via  4c465ef0ad179622c40ce93ad103f057fb4f67a9 (commit)
       via  11bdab171e083a0668f1579c47accd9f632fe279 (commit)
       via  17eca54b321e4eed63cd27bfa3dbf960b0c96901 (commit)
      from  49197b7492d61bf1fc6bef59a708f4f586f32edb (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 91b7f288fe65b96d4af64f6308b0e33b14ad85e0
Merge: fc48dc3118318d4b26b63a9453cd23cf2158cba3 51e0303e840c94e5943f30e311d053058f657327
Author: Dan McGee <dan at archlinux.org>
Date:   Sun Mar 9 12:03:54 2008 -0500

    Merge branch 'maint'
    
    Conflicts:
    
    	configure.ac

commit fc48dc3118318d4b26b63a9453cd23cf2158cba3
Author: Chantry Xavier <shiningxc at gmail.com>
Date:   Wed Feb 27 22:36:53 2008 +0100

    Refactoring of the download code.
    
    This should be the main step in the download refactoring initiated by commit
    81a2a06818d367f8528c74311171417beb9e1592.
    The stub functions introduced by that commit were implemented.
    
    The big download code was mostly composed of two steps, and so it has been
    naturally splitted in two functions :  download_external and download_internal
    
    file:/// urls are now handled manually, instead of forcing the use of the
    internal downloader.
    
    Thanks to Dan for fixing the remaining issues and cleaning up the patch :)
    
    Signed-off-by: Chantry Xavier <shiningxc at gmail.com>

commit 74c5bd70cf97154f2fa09418bb87a9483a5359ff
Author: Dan McGee <dan at archlinux.org>
Date:   Sat Mar 8 14:16:42 2008 -0600

    Remove useless TESTS file
    
    This hasn't been updated in forever, and a simple python program could
    regenerate it anyway. Or even grep.
    
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit 797c190f93d24ff1e352549f320a0612cd04382b
Author: Dan McGee <dan at archlinux.org>
Date:   Sun Dec 2 14:14:14 2007 -0600

    Remove frontend add code that is no longer necessary
    
    Change the pacman_upgrade stub function to do what pacman_add used to do so
    we can eliminate pacman_add. Move the code to the more-descriptive name of
    upgrade.c.
    
    Note that we have made no changes to the backend libalpm, where an ADD type
    transaction could still be supported.
    
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit 3ec45486ff1373f9f65af229af315219fc1f0f7e
Author: Dan McGee <dan at archlinux.org>
Date:   Sun Dec 2 14:04:18 2007 -0600

    Remove the Add option from the command line
    
    There is still a lot of code that could be cleaned up internally.
    
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit 266f06866bd56b86ca8525d2e07d48d08fedaa8f
Author: Dan McGee <dan at archlinux.org>
Date:   Sat Mar 8 14:04:06 2008 -0600

    Move -A pactests that are relevant to -U, clean the rest out
    
    This is in anticipation of removing the -A/--add option from the pacman
    frontend. I've went through each of the pacman pactests that used the -A
    operation and decided whether they were worth keeping, whether there was
    already an upgrade test doing the same thing, or whether it should be moved
    over.
    
    The GIT rename log should make several of the moves obvious, but for those
    that were deleted:
    add001: handled by upgrade004
    add002: worthless
    add004: worthless
    add010: handled by upgrade011
    add050: handled by upgrade010
    
    Signed-off-by: Dan McGee <dan at archlinux.org>

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

Summary of changes:
 NEWS                                       |   11 +-
 TRANSLATORS                                |    4 +-
 configure.ac                               |    4 +-
 contrib/PKGBUILD.vim                       |   30 +-
 contrib/README                             |    3 +-
 contrib/vimproject                         |   96 ---
 contrib/vimprojects                        |   25 +
 doc/pacman.8.txt                           |    7 -
 lib/libalpm/deps.c                         |    1 -
 lib/libalpm/dload.c                        |  586 +++++++++--------
 lib/libalpm/po/Makevars                    |    2 +-
 lib/libalpm/po/cs.po                       |  225 +++-----
 lib/libalpm/po/de.po                       |  236 +++-----
 lib/libalpm/po/en_GB.po                    |  237 +++-----
 lib/libalpm/po/es.po                       |  228 +++-----
 lib/libalpm/po/fr.po                       |  221 +++----
 lib/libalpm/po/hu.po                       |  501 ++++++--------
 lib/libalpm/po/it.po                       |  221 +++----
 lib/libalpm/po/libalpm.pot                 |  221 +++----
 lib/libalpm/po/pl.po                       |  221 +++----
 lib/libalpm/po/pt_BR.po                    |  221 +++----
 lib/libalpm/po/ru.po                       |  221 +++----
 lib/libalpm/po/zh_CN.po                    |  221 +++----
 lib/libalpm/remove.c                       |    1 -
 pactest/Makefile.am                        |    3 +-
 pactest/tests/TESTS                        |   63 --
 pactest/tests/add001.py                    |   13 -
 pactest/tests/add002.py                    |   18 -
 pactest/tests/add004.py                    |   18 -
 pactest/tests/add010.py                    |   15 -
 pactest/tests/add050.py                    |   17 -
 pactest/tests/depconflict110.py            |    2 +-
 pactest/tests/depconflict111.py            |    2 +-
 pactest/tests/fileconflict001.py           |    2 +-
 pactest/tests/fileconflict002.py           |    2 +-
 pactest/tests/ldconfig001.py               |    2 +-
 pactest/tests/smoke001.py                  |    2 +-
 pactest/tests/{add003.py => upgrade005.py} |    2 +-
 pactest/tests/{add011.py => upgrade012.py} |    2 +-
 pactest/tests/{add012.py => upgrade013.py} |    2 +-
 pactest/tests/{add013.py => upgrade014.py} |    2 +-
 pactest/tests/{add020.py => upgrade015.py} |    2 +-
 pactest/tests/{add021.py => upgrade016.py} |    2 +-
 pactest/tests/{add060.py => upgrade070.py} |    2 +-
 pactest/tests/{add040.py => upgrade071.py} |    2 +-
 pactest/tests/{add041.py => upgrade072.py} |    2 +-
 pactest/tests/{add042.py => upgrade073.py} |    2 +-
 pactest/tests/{add046.py => upgrade074.py} |    2 +-
 pactest/tests/{add047.py => upgrade075.py} |    2 +-
 po/Makevars                                |    2 +-
 po/POTFILES.in                             |    2 +-
 po/cs.po                                   |  541 ++-------------
 po/de.po                                   |  539 ++-------------
 po/en_GB.po                                |  533 ++-------------
 po/es.po                                   |  533 ++-------------
 po/fr.po                                   |  546 +++-------------
 po/hu.po                                   |  984 ++++++++--------------------
 po/it.po                                   |  548 +++-------------
 po/pacman.pot                              |  529 ++-------------
 po/pl.po                                   |  533 ++-------------
 po/pt_BR.po                                |  533 ++-------------
 po/ru.po                                   |  669 ++++---------------
 po/zh_CN.po                                |  533 ++-------------
 src/pacman/Makefile.am                     |    2 +-
 src/pacman/conf.h                          |    2 -
 src/pacman/pacman.c                        |   77 ++-
 src/pacman/pacman.h                        |    9 +-
 src/pacman/{add.c => upgrade.c}            |   34 +-
 src/util/testpkg.c                         |   48 +-
 69 files changed, 2633 insertions(+), 8491 deletions(-)
 delete mode 100644 contrib/vimproject
 create mode 100644 contrib/vimprojects
 delete mode 100644 pactest/tests/TESTS
 delete mode 100644 pactest/tests/add001.py
 delete mode 100644 pactest/tests/add002.py
 delete mode 100644 pactest/tests/add004.py
 delete mode 100644 pactest/tests/add010.py
 delete mode 100644 pactest/tests/add050.py
 rename pactest/tests/{add003.py => upgrade005.py} (88%)
 rename pactest/tests/{add011.py => upgrade012.py} (90%)
 rename pactest/tests/{add012.py => upgrade013.py} (86%)
 rename pactest/tests/{add013.py => upgrade014.py} (89%)
 rename pactest/tests/{add020.py => upgrade015.py} (91%)
 rename pactest/tests/{add021.py => upgrade016.py} (92%)
 rename pactest/tests/{add060.py => upgrade070.py} (91%)
 rename pactest/tests/{add040.py => upgrade071.py} (89%)
 rename pactest/tests/{add041.py => upgrade072.py} (90%)
 rename pactest/tests/{add042.py => upgrade073.py} (91%)
 rename pactest/tests/{add046.py => upgrade074.py} (88%)
 rename pactest/tests/{add047.py => upgrade075.py} (88%)
 rename src/pacman/{add.c => upgrade.c} (87%)


hooks/post-receive
--
The official pacman repository




More information about the pacman-dev mailing list