[pacman-dev] [GIT] The official pacman repository branch, master, updated. v3.1.0-8-g0a65de1

Dan McGee dan at archlinux.org
Fri Jan 11 00:16:14 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  0a65de10b1cd8bd450e47e735cb909eec13822d0 (commit)
       via  887ad59eb68fbbda4ad50a7f073448fd7fe28f99 (commit)
       via  71ca587f2a47a9ed8f9497d4685989e00f968202 (commit)
       via  aec7c13648179e6d77d1fea9233e35fb9f9d1e05 (commit)
       via  abd14fdac0c6ab834b0bbeb423e7a8f5a3978b87 (commit)
       via  b1a231427b1335af2ef7c23796525f5e17441f14 (commit)
       via  47761d5aec3f27fcbb4acc7d0f4f1881cd0c0e6a (commit)
       via  33f6fda8b669443d6f6ca81fc433afffd53ecfda (commit)
      from  079f5a8346d71b36f703c68e5c1f27fac58815ba (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 0a65de10b1cd8bd450e47e735cb909eec13822d0
Author: Dan McGee <dan at archlinux.org>
Date:   Thu Jan 10 23:07:52 2008 -0600

    Output a single newline on receipt of a SIGINT
    
    Fixes FS#9147, where issuing a ctrl-C at a prompt puts the users prompt on
    the same line as our question. This can also occur during download bars.
    Although we might end up putting one too many newlines to the screen now, it
    is better than not putting one at all.
    
    Also update the copyright in pacman.c.
    
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit 887ad59eb68fbbda4ad50a7f073448fd7fe28f99
Author: Dan McGee <dan at archlinux.org>
Date:   Thu Jan 10 00:12:51 2008 -0600

    doc: add note to pacman.conf manpage explaining $repo
    
    Fixes FS#9142.
    
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit 71ca587f2a47a9ed8f9497d4685989e00f968202
Author: Dan McGee <dan at archlinux.org>
Date:   Thu Jan 10 22:40:54 2008 -0600

    doc: add info about optdepends
    
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit aec7c13648179e6d77d1fea9233e35fb9f9d1e05
Author: Chantry Xavier <shiningxc at gmail.com>
Date:   Thu Jan 10 15:59:43 2008 +0100

    Rename -t --orphans to -t --unrequired (FS#9144).
    
    It turns out the orphan name was misleading. Real orphans are packages
    installed as dependency no longer required by any others (-Qtd).
    The -t option only shows package not required by any others, so --unrequired
    describes it better.
    
    Signed-off-by: Chantry Xavier <shiningxc at gmail.com>
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit abd14fdac0c6ab834b0bbeb423e7a8f5a3978b87
Author: Dan McGee <dan at archlinux.org>
Date:   Thu Jan 10 22:57:42 2008 -0600

    Bump version to devel
    
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit b1a231427b1335af2ef7c23796525f5e17441f14
Author: Dan McGee <dan at archlinux.org>
Date:   Wed Jan 9 18:32:27 2008 -0600

    makepkg: Ensure we include all manpage directories in compression line
    
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit 47761d5aec3f27fcbb4acc7d0f4f1881cd0c0e6a
Author: Chantry Xavier <shiningxc at gmail.com>
Date:   Sat Jan 5 19:45:07 2008 +0100

    Move the fallback on providers from backend to frontend.
    
    This reverts commit e28973169d2e5eda8b64ebdda11ece0dc761d978.
    This code might fit better in the frontend than in the backend finally.
    Ref: http://www.archlinux.org/pipermail/pacman-dev/2007-November/010150.html
    
    I also changed it for fixing FS#8763 :
    if there is exactly one provider, pacman will pull it and print a warning.
    if there are several providers, pacman will list them and fail. It's up to
    the user to pick one. Add sync501 pactest to reflect that.

commit 33f6fda8b669443d6f6ca81fc433afffd53ecfda
Author: Karolina Lindqvist <karolina.lindqvist at kramnet.se>
Date:   Wed Jan 9 18:08:43 2008 -0600

    makepkg: add package name to output when installing package
    
    Signed-off-by: Dan McGee <dan at archlinux.org>

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

Summary of changes:
 configure.ac             |    4 ++--
 contrib/bash_completion  |    4 ++--
 contrib/zsh_completion   |    6 ------
 doc/PKGBUILD.5.txt       |    9 +++++++++
 doc/pacman.8.txt         |    2 +-
 doc/pacman.conf.5.txt    |   31 ++++++++++++++++++++++++++-----
 lib/libalpm/sync.c       |   28 ++--------------------------
 pactest/tests/sync501.py |   15 +++++++++++++++
 scripts/makepkg.sh.in    |    5 ++---
 src/pacman/conf.h        |    2 +-
 src/pacman/pacman.c      |   17 +++++++++--------
 src/pacman/query.c       |    6 +++---
 src/pacman/sync.c        |   34 +++++++++++++++++++++++++++++++---
 13 files changed, 103 insertions(+), 60 deletions(-)
 create mode 100644 pactest/tests/sync501.py


hooks/post-receive
--
The official pacman repository




More information about the pacman-dev mailing list