[pacman-dev] [GIT] The official pacman repository branch, master, updated. v4.2.1-169-g94204d1
Allan McRae
allan at archlinux.org
Tue Jul 14 07:20:20 UTC 2015
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 94204d108984c46966c681a05f232d830812d440 (commit)
via ff487212a2701c6a9755acb3ea8e75764eed9488 (commit)
via 2e5e496eb0936cae7ea8d2b38417feae3ba56881 (commit)
via a187fa4562dc2f43f10134092056c2a9a6862d59 (commit)
via 4b0bc2cf9724e3c9592c045349a38b426148e3b2 (commit)
via aa9aa343cbb391ccc2c2c1a3917f37a98e47105e (commit)
via 2bed2090fbf9777f60bdc33eb44daf94c8c2a973 (commit)
via 53d963344964550c0ed02532016867ee84ad1aa8 (commit)
via 0f302df5edf40eabfa28724f8b4e1cc2f3fa176b (commit)
from 3d4529335c598e79b5a483fedc4c9d5c12ef10f1 (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 94204d108984c46966c681a05f232d830812d440
Author: Allan McRae <allan at archlinux.org>
Date: Sun Jul 5 17:33:07 2015 +1000
Do not warn about packages that optionally require a removal when ignoring deps
If a transaction is removing a package while ignoring all dependencies, there
should not be any warning about other packages optionally requiring it.
Signed-off-by: Allan McRae <allan at archlinux.org>
commit ff487212a2701c6a9755acb3ea8e75764eed9488
Author: Allan McRae <allan at archlinux.org>
Date: Sun Jul 5 14:32:35 2015 +1000
Do not warn about downgrades when only downloading package
Signed-off-by: Allan McRae <allan at archlinux.org>
commit 2e5e496eb0936cae7ea8d2b38417feae3ba56881
Author: Andrew Gregory <andrew.gregory.8 at gmail.com>
Date: Wed Jun 10 00:48:01 2015 -0400
Fix overflow warnings
Fix new warnings generated by gcc-5 about potential overflows.
Signed-off-by: Andrew Gregory <andrew.gregory.8 at gmail.com>
Signed-off-by: Allan McRae <allan at archlinux.org>
commit a187fa4562dc2f43f10134092056c2a9a6862d59
Author: Lukas Fleischer <lfleischer at archlinux.org>
Date: Wed May 20 13:10:32 2015 +0200
Match providers when showing optdep install status
Use alpm_find_satisfier() instead of alpm_db_get_pkg() when retrieving
the install status of a package to make sure we spot providers as well.
Fixes FS#36412
Signed-off-by: Lukas Fleischer <lfleischer at archlinux.org>
Signed-off-by: Allan McRae <allan at archlinux.org>
commit 4b0bc2cf9724e3c9592c045349a38b426148e3b2
Author: Johannes Löthberg <johannes at kyriasis.com>
Date: Sat Jun 13 15:45:45 2015 +0200
repo-add: Reject armored signatures
Pacman cannot handle armored signatures, so make repo-add error out if
one is detected.
Signed-off-by: Johannes Löthberg <johannes at kyriasis.com>
Signed-off-by: Allan McRae <allan at archlinux.org>
commit aa9aa343cbb391ccc2c2c1a3917f37a98e47105e
Author: Johannes Löthberg <johannes at kyriasis.com>
Date: Mon May 25 23:46:37 2015 +0200
makepkg: Add flag for printing SRCINFO to stdout
This commit adds a makepkg option to generate and print the SRCINFO file
for a PKGBUILD, required by the new AUR, to stdout.
AUR 4.0 will use Git instead of source tarballs for uploading packages,
so making makepkg capable of printing the SRCINFO would simplify package
management, instead of having to extract it from a source tarball.
It is also useful for scripting other things, so that instead of having
to parse PKGBUILDs, one can make makepkg generate the SRCINFO and then
you can parse that instead, which is much simpler and less error-prone.
Signed-off-by: Allan McRae <allan at archlinux.org>
commit 2bed2090fbf9777f60bdc33eb44daf94c8c2a973
Author: Johannes Löthberg <johannes at kyriasis.com>
Date: Tue May 26 11:46:08 2015 +0200
repo-add: Generate unarmored DB signature
Pacman cannot handle armored signatures, so use gpg's --no-armor flag to
force an unarmored signature.
Signed-off-by: Allan McRae <allan at archlinux.org>
commit 53d963344964550c0ed02532016867ee84ad1aa8
Author: Johannes Löthberg <johannes at kyriasis.com>
Date: Tue Jun 9 15:05:03 2015 +0200
util.c: table_display: Fix incorrect docstring
Commit 7b8f8753 removed the title parameter but forgot to remove it
from the docstring.
Signed-off-by: Johannes Löthberg <johannes at kyriasis.com>
Signed-off-by: Allan McRae <allan at archlinux.org>
commit 0f302df5edf40eabfa28724f8b4e1cc2f3fa176b
Author: Wieland Hoffmann <themineo at gmail.com>
Date: Wed Jun 3 11:04:13 2015 +0200
makepkg-template.1: Clarify which file version-less markers use
The old text could be interpreted such that makepkg-template compares
the version numbers of the templates to find the most recent
one. Rephrase this to make it explicit that "$template_name.template" is
used.
Signed-off-by: Florian Pritz <bluewind at xinu.at>
-----------------------------------------------------------------------
Summary of changes:
doc/makepkg-template.1.txt | 4 ++--
doc/makepkg.8.txt | 3 +++
lib/libalpm/add.c | 2 +-
lib/libalpm/remove.c | 4 +++-
scripts/makepkg.sh.in | 9 ++++++++-
scripts/repo-add.sh.in | 6 +++++-
src/pacman/callback.c | 4 ++--
src/pacman/package.c | 3 ++-
src/pacman/util.c | 11 +++++------
9 files changed, 31 insertions(+), 15 deletions(-)
hooks/post-receive
--
The official pacman repository
More information about the pacman-dev
mailing list