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 e09253d15b879f3375d57efd656e687a984ebc36 (commit) via db756ed9316648c8ba6a82a0f0818515421f8a94 (commit) via 133a39e2bb78f2be1a60094a5a398f04315df64a (commit) from fff6d9dc2e6c61f67d6a50e2dde655f388c173a8 (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 e09253d15b879f3375d57efd656e687a984ebc36 Author: Dan McGee <dan@archlinux.org> Date: Tue Nov 10 11:55:38 2009 -0600 Necessary updates for 3.3.3 release Should cover everything worth mentioning in NEWS, plus the version number bumps as usual. Signed-off-by: Dan McGee <dan@archlinux.org> commit db756ed9316648c8ba6a82a0f0818515421f8a94 Author: Cedric Staniewski <cedric@gmx.ca> Date: Thu Nov 5 23:14:09 2009 +0000 makepkg: quote arrays in order to preserve spaces in array items Fixes FS#16871 and makes the pkgdesc workaround obsolete. Signed-off-by: Cedric Staniewski <cedric@gmx.ca> Signed-off-by: Allan McRae <allan@archlinux.org> Signed-off-by: Dan McGee <dan@archlinux.org> commit 133a39e2bb78f2be1a60094a5a398f04315df64a Author: Dan McGee <dan@archlinux.org> Date: Tue Oct 27 21:11:29 2009 -0500 Fix opendir error condition checks Thanks to Laszlo Papp <djszapi@archlinux.us> for the following catch: opendir(path)) == (DIR *)-1; is maybe the result of misunderstanding the manpage. If an opendir() call isn't successful it returns NULL rather than '(DIR *)-1'. Noticed-by: Laszlo Papp <djszapi@archlinux.us> Signed-off-by: Dan McGee <dan@archlinux.org> ----------------------------------------------------------------------- Summary of changes: NEWS | 9 +++++++++ configure.ac | 4 ++-- doc/index.txt | 1 + lib/libalpm/util.c | 3 ++- scripts/makepkg.sh.in | 9 ++------- src/pacman/util.c | 3 ++- 6 files changed, 18 insertions(+), 11 deletions(-) hooks/post-receive -- The official pacman repository