[pacman-dev] [GIT] The official pacman repository branch, master, updated. v5.0.1-10-g1a94c00
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 1a94c00e363081594bd6940d98117289b03692d6 (commit) via f363cf78575cc4c54dee5801274e55d07e0971b1 (commit) via af5d69d59d2deb44bf21bb3f3d9587ec656bbc62 (commit) via 3da06c3519ad8df60ce8c067cdaeddb69a320a53 (commit) via 59112e186b5c64350db79f39574c6927a10346b6 (commit) via 76a7d2293c0e7a732254a1cfea6a62df07b8795e (commit) via 8ff03868a37b1f9c447784ae2fd639a49e426399 (commit) via 1a29744d0da8aa945b96b234574e0d5c80f13b62 (commit) via d4f499f5638a68a3b7e17c5171aabdf535b79bd4 (commit) via df5dc0c9debcf40bd9fd00a1d64a2e1ee483a3dd (commit) from f38de43eb68f1d9c577b4378310640c1eaa93338 (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 1a94c00e363081594bd6940d98117289b03692d6 Author: Allan McRae <allan@archlinux.org> Date: Tue Feb 23 14:42:35 2016 +1000 Add release instructions This serves as a release checklist for anyone making a pacman release. Signed-off-by: Allan McRae <allan@archlinux.org> commit f363cf78575cc4c54dee5801274e55d07e0971b1 Author: Allan McRae <allan@archlinux.org> Date: Sun Feb 21 19:06:37 2016 +1000 repo-add: do not alter the database if only verifying signature Fixes FS#48085. Signed-off-by: Allan McRae <allan@archlinux.org> commit af5d69d59d2deb44bf21bb3f3d9587ec656bbc62 Author: Allan McRae <allan@archlinux.org> Date: Sun Feb 21 18:31:35 2016 +1000 Failed database downloads cause transaction to stop Previously, we errored only if all databases failed to download. If any database downloads fail, we are unable to determine whether an update is still considered safe. So now if any database download fails, the transaction is aborted (after attempting all database downloads). Fixes FS#47599. Signed-off-by: Allan McRae <allan@archlinux.org> commit 3da06c3519ad8df60ce8c067cdaeddb69a320a53 Author: Allan McRae <allan@archlinux.org> Date: Sun Feb 21 16:43:36 2016 +1000 Use versions specified in optdepends Checking install status and if a package is optionally required on removal now considers the version of the optdepend. Fixes FS#44957. Signed-off-by: Allan McRae <allan@archlinux.org> commit 59112e186b5c64350db79f39574c6927a10346b6 Author: Allan McRae <allan@archlinux.org> Date: Sun Feb 21 16:24:41 2016 +1000 Consider provides when warning about optdepnd removal Signed-off-by: Allan McRae <allan@archlinux.org> commit 76a7d2293c0e7a732254a1cfea6a62df07b8795e Author: Allan McRae <allan@archlinux.org> Date: Sun Feb 21 16:20:22 2016 +1000 Consider provides when labelling optdepends status as pending install Signed-off-by: Allan McRae <allan@archlinux.org> commit 8ff03868a37b1f9c447784ae2fd639a49e426399 Author: Xyne <xyne@archlinux.ca> Date: Sat Feb 20 16:02:31 2016 +1000 makepkg: Turn PACMAN_OPTS into an array Avoid potential word expansion with future inclusions Signed-off-by: Allan McRae <allan@archlinux.org> commit 1a29744d0da8aa945b96b234574e0d5c80f13b62 Author: Allan McRae <allan@archlinux.org> Date: Tue Feb 2 11:38:42 2016 +1000 makepkg: Remove upx and optipng support These options were added before libmakepkg allowed passes like this to be dropped in. I prefer only real core packaging tasks to be included in makepkg and additional things like this to be dropped in by a user or distribution that wants to support them. Signed-off-by: Allan McRae <allan@archlinux.org> commit d4f499f5638a68a3b7e17c5171aabdf535b79bd4 Author: Allan McRae <allan@archlinux.org> Date: Fri Feb 26 15:01:11 2016 +1000 libmakepkg: fix is_array function This happened to work for the majority of cases because the only calling function used a variable named "i" that was related to the variable being passed to the function. Fixes FS#48340. Signed-off-by: Allan McRae <allan@archlinux.org> commit df5dc0c9debcf40bd9fd00a1d64a2e1ee483a3dd Author: Allan McRae <allan@archlinux.org> Date: Tue Feb 23 14:18:03 2016 +1000 Update NEWS for pacman-5.0.1 Signed-off-by: Allan McRae <allan@archlinux.org> ----------------------------------------------------------------------- Summary of changes: NEWS | 17 +++++++++++++ RELEASE | 23 ++++++++++++++++++ contrib/PKGBUILD.vim | 2 +- doc/PKGBUILD.5.txt | 6 ----- doc/makepkg.conf.5.txt | 10 +------- etc/makepkg.conf.in | 6 ++--- lib/libalpm/remove.c | 3 ++- scripts/Makefile.am | 2 -- scripts/libmakepkg/tidy/optipng.sh.in | 44 --------------------------------- scripts/libmakepkg/tidy/upx.sh.in | 46 ----------------------------------- scripts/libmakepkg/util/util.sh | 2 +- scripts/makepkg.sh.in | 26 ++++---------------- scripts/po/POTFILES.in | 2 -- scripts/repo-add.sh.in | 11 +++++++++ src/pacman/util.c | 17 ++++--------- 15 files changed, 68 insertions(+), 149 deletions(-) create mode 100644 RELEASE delete mode 100644 scripts/libmakepkg/tidy/optipng.sh.in delete mode 100644 scripts/libmakepkg/tidy/upx.sh.in hooks/post-receive -- The official pacman repository
participants (1)
-
allan@archlinux.org