[pacman-dev] [GIT] The official pacman repository branch, master, updated. v3.0.6-700-g9addd88

Dan McGee dan at archlinux.org
Fri Dec 21 17:41:03 EST 2007


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  9addd88a7d12c8c8445ec226e2837afe01e660b7 (commit)
       via  7fdb2ee48a3b252427405ee304af46b211fd2b84 (commit)
       via  b43301428e50d006c9b94d1ced74f1f0775a04dc (commit)
       via  9a6582a8fd2195ad5294d07ced62df56961200e8 (commit)
       via  020629a371e6440f56e938a171d08fbec6b1971d (commit)
       via  3128535d1b8689578fe94ea3ef33f31eb7155ebe (commit)
       via  b4a84e4f1d0dcb0e2292efece2e1c76b53c76a3b (commit)
       via  741fa316038eb0307e4aaffcac05eaa36303ead9 (commit)
       via  c0845db8f7cc3f0fbf9bfadbdbb30b0acc96c242 (commit)
       via  8e53cea8f84332b394f503a8e6194c268e8283b1 (commit)
       via  25072219b5c3d3824325b2b4439424a7ca89ba16 (commit)
      from  6058a225b6753bd68d5d115ec444fc12effe4264 (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 9addd88a7d12c8c8445ec226e2837afe01e660b7
Author: Dan McGee <dan at archlinux.org>
Date:   Fri Dec 21 15:47:30 2007 -0600

    Do not move man pages to a non-FHS location
    
    Fixes Arch Linux bug FS#8839.
    
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit 7fdb2ee48a3b252427405ee304af46b211fd2b84
Author: Nathan Jones <nathanj at insightbb.com>
Date:   Sat Dec 15 11:01:52 2007 -0500

    Check ignored packages in _alpm_sync_addtarget().
    
    This will allow someone to install a group but ignore individual
    packages inside the group.
    
    Signed-off-by: Nathan Jones <nathanj at insightbb.com>
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit b43301428e50d006c9b94d1ced74f1f0775a04dc
Author: Nathan Jones <nathanj at insightbb.com>
Date:   Fri Dec 7 16:56:16 2007 -0500

    Fix memory leak in shortest_delta_path.
    
    It is possible for the if statement to never succeed, causing path to
    never be freed. It is also possible for the if statement to succeed more
    than once per loop, which could have caused a segfault.
    
    Signed-off-by: Nathan Jones <nathanj at insightbb.com>
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit 9a6582a8fd2195ad5294d07ced62df56961200e8
Author: Vojtěch Gondžala <vogo at seznam.cz>
Date:   Fri Dec 21 11:01:29 2007 -0600

    Add new Czech translation
    
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit 020629a371e6440f56e938a171d08fbec6b1971d
Author: Chantry Xavier <shiningxc at gmail.com>
Date:   Thu Dec 20 23:35:48 2007 +0100

    Finish french translation.
    
    It's probably far from perfect, but at least I tried to translate
    everything.
    I noticed a missing newline at libalpm/trans.c , line 573 :
    _alpm_log(PM_LOG_ERROR, _("call to popen failed (%s)"),
    
    I don't think it's possible to fix it now (string freeze?), so I didn't.
    
    Signed-off-by: Chantry Xavier <shiningxc at gmail.com>

commit 3128535d1b8689578fe94ea3ef33f31eb7155ebe
Author: Giovanni Scafora <linuxmania at gmail.com>
Date:   Thu Dec 20 22:29:19 2007 +0100

    Italian translation fixes
    
    Signed-off-by: Giovanni Scafora <linuxmania at gmail.com>
    
    	modified:   po/it.po
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit b4a84e4f1d0dcb0e2292efece2e1c76b53c76a3b
Author: Chantry Xavier <shiningxc at gmail.com>
Date:   Fri Dec 14 08:55:14 2007 +0100

    testdb : fix wrong usage of checkdeps.
    
    During last rebase where the checkdeps prototype changed, I messed up the
    arguments order (remove list, then upgrade list). That made testdb totally
    useless.
    Also remove the newline that was manually added by the log callback.
    
    Signed-off-by: Chantry Xavier <shiningxc at gmail.com>
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit 741fa316038eb0307e4aaffcac05eaa36303ead9
Author: Dan McGee <dan at archlinux.org>
Date:   Tue Nov 20 11:38:24 2007 -0600

    Remove abs from the pacman repository
    
    abs has always been an Arch Linux specific tool, and although it is used
    primarily by pacman and makepkg, it should not be included with a distro-
    agnostic tarball. In addition, maintenance of the script would be better
    outside of pacman and would allow for more frequent updates.
    
    This also facilitates our move away from a cvsup/csup dependent tool for
    syncing PKGBUILDs.
    
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit c0845db8f7cc3f0fbf9bfadbdbb30b0acc96c242
Author: Nagy Gabor <ngaba at bibl.u-szeged.hu>
Date:   Thu Dec 20 12:48:12 2007 +0100

    Updated Hungarian translation
    
    1 untranslated message translated and 1 message fixed
    
    Signed-off-by: Nagy Gabor <ngaba at bibl.u-szeged.hu>
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit 8e53cea8f84332b394f503a8e6194c268e8283b1
Author: Dan McGee <dan at archlinux.org>
Date:   Wed Dec 19 23:41:17 2007 -0600

    Update PKGBUILD manpage to give info on scriptlet arguments
    
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit 25072219b5c3d3824325b2b4439424a7ca89ba16
Author: Dan McGee <dan at archlinux.org>
Date:   Wed Dec 19 23:40:25 2007 -0600

    Fixes to allow make distcheck to work again
    
    Signed-off-by: Dan McGee <dan at archlinux.org>

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

Summary of changes:
 configure.ac                             |   19 +-
 contrib/Makefile.am                      |    2 +-
 contrib/README                           |    4 +-
 doc/PKGBUILD.5.txt                       |   18 +-
 etc/Makefile.am                          |    4 -
 etc/abs/Makefile.am                      |   20 -
 etc/abs/abs.conf                         |   13 -
 etc/abs/supfile.community                |   15 -
 etc/abs/supfile.core                     |   15 -
 etc/abs/supfile.extra                    |   15 -
 etc/abs/supfile.testing                  |   16 -
 etc/abs/supfile.unstable                 |   15 -
 lib/libalpm/delta.c                      |    6 +-
 lib/libalpm/po/LINGUAS                   |    1 +
 lib/libalpm/po/{libalpm.pot => cs_CZ.po} |  307 ++++----
 lib/libalpm/po/fr.po                     |  710 ++++++++---------
 lib/libalpm/po/hu.po                     |   23 +-
 lib/libalpm/sync.c                       |    8 +
 po/LINGUAS                               |    1 +
 po/POTFILES.in                           |    1 -
 po/{pacman.pot => cs_CZ.po}              |  953 ++++++++++++-----------
 po/fr.po                                 | 1234 ++++++++++++------------------
 po/hu.po                                 |    2 +-
 po/it.po                                 |   25 +-
 scripts/.gitignore                       |    1 -
 scripts/Makefile.am                      |    6 -
 scripts/abs.sh.in                        |  171 ----
 scripts/makepkg.sh.in                    |    8 -
 src/pacman/sync.c                        |    2 +-
 src/util/testdb.c                        |    3 +-
 30 files changed, 1548 insertions(+), 2070 deletions(-)
 delete mode 100644 etc/abs/Makefile.am
 delete mode 100644 etc/abs/abs.conf
 delete mode 100644 etc/abs/supfile.community
 delete mode 100644 etc/abs/supfile.core
 delete mode 100644 etc/abs/supfile.extra
 delete mode 100644 etc/abs/supfile.testing
 delete mode 100644 etc/abs/supfile.unstable
 copy lib/libalpm/po/{libalpm.pot => cs_CZ.po} (62%)
 copy po/{pacman.pot => cs_CZ.po} (59%)
 delete mode 100644 scripts/abs.sh.in


hooks/post-receive
--
The official pacman repository




More information about the pacman-dev mailing list