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 0bd6fb3bc28b395d5af099221e2c0401d3be42e2 (commit) via 5f17ac8150906ce7aa05b28fdbd1a94cbe021ccc (commit) via 4b8ada818e21aae43b4f54f146ffa215fdb9213e (commit) from 0d1263af260d9bb7c4aeb29d1637da5fdc1a949e (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 0bd6fb3bc28b395d5af099221e2c0401d3be42e2 Author: Dan McGee <dan@archlinux.org> Date: Sun Mar 30 16:47:27 2008 -0500 Update -Ss and -Qs pactests to include groups This update causes query003 to fail before commit 4b8ada818e21aae43b4f54f146ffa215fdb9213e. Hopefully the issue doesn't crop up again but we might as well test for it. Signed-off-by: Dan McGee <dan@archlinux.org> commit 5f17ac8150906ce7aa05b28fdbd1a94cbe021ccc Author: Dan McGee <dan@archlinux.org> Date: Sun Mar 30 16:41:13 2008 -0500 Enable display of multiple groups in -Ss and -Qs output Not too complicated of a fix, but just adds some code to loop over the entire group list and space it out. Signed-off-by: Dan McGee <dan@archlinux.org> commit 4b8ada818e21aae43b4f54f146ffa215fdb9213e Author: Dan McGee <dan@archlinux.org> Date: Sun Mar 30 16:14:44 2008 -0500 Fix segfault on -Qs usage This segfault creeped in as a result of commit bf867003. We were incorrectly assuming the group member of our package was a pmgrp_t list when in fact it is just a string list, which caused a segfault on any -Qs operation. Also slightly cleanup the -Ss code (which was originally correct unlike the -Qs code). Signed-off-by: Dan McGee <dan@archlinux.org> ----------------------------------------------------------------------- Summary of changes: pactest/tests/query003.py | 1 + pactest/tests/sync1101.py | 1 + src/pacman/query.c | 14 +++++++++++--- src/pacman/sync.c | 16 +++++++++++----- 4 files changed, 24 insertions(+), 8 deletions(-) hooks/post-receive -- The official pacman repository