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, maint has been updated via e8d757b6ba9ca545266c43279cfef1a48971c013 (commit) via fb9db2df5d1188b87f5763e4681f7f6d1b7ff988 (commit) via 83d5512bf1f8b1321e239cb8efdcb3547213d011 (commit) via 9e5e86aa146f6a63880df5ae17340156f7315eb0 (commit) from 89b9e9d1dced68587b704cb9e9a2aab55fb60b06 (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 e8d757b6ba9ca545266c43279cfef1a48971c013 Author: Dario Giovannetti <dariogiova@gmail.com> Date: Sat Jan 3 00:11:04 2015 +0800 paccache: exit in case of pacman error when -u flag is used Fixes https://bugs.archlinux.org/task/43286 Signed-off-by: Dario Giovannetti <dariogiova@gmail.com> Signed-off-by: Allan McRae <allan@archlinux.org> commit fb9db2df5d1188b87f5763e4681f7f6d1b7ff988 Author: Dave Reisner <dreisner@archlinux.org> Date: Fri Jan 9 14:57:37 2015 -0500 makepkg: restore attr merging for write_pkginfo acc639adf20d removed this, but shouldn't have. Signed-off-by: Allan McRae <allan@archlinux.org> commit 83d5512bf1f8b1321e239cb8efdcb3547213d011 Author: Dave Reisner <dreisner@archlinux.org> Date: Fri Jan 9 14:55:36 2015 -0500 makepkg: avoid nested quoting in string replacement I suspect this is just wrong -- you never need to quote the replacement side of a PE. In bash 4.3, this is essentially a no-op, but because of a bug in bash 4.2, we get embedded quotes as a result of this replacement. The relevant changelog item in bash is: Fixed a bug that caused single quotes that resulted from $'...' quoting in the replacement portion of a double-quoted ${word/pat/rep} expansion to be treated as quote characters. But this doesn't apply to us. Let's just drop the excessive quoting... Signed-off-by: Allan McRae <allan@archlinux.org> commit 9e5e86aa146f6a63880df5ae17340156f7315eb0 Author: Allan McRae <allan@archlinux.org> Date: Sat Jan 10 19:36:35 2015 +1000 makepkg: fix removing static libraries when shared use absolute symlinks When a shared library uses an absolute symlink for its its .so file, the check if the shared version of a static library exists fails. Test for the presence of a broken symlink too. Signed-off-by: Allan McRae <allan@archlinux.org> ----------------------------------------------------------------------- Summary of changes: contrib/paccache.sh.in | 2 ++ scripts/makepkg.sh.in | 8 +++++--- 2 files changed, 7 insertions(+), 3 deletions(-) hooks/post-receive -- The official pacman repository