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 07e97a5f2c1e1039f35a7893d2be6abf07af690a (commit) via 895a88886525dd3e6d2d0db996cedb7e73455fbb (commit) via b0590400111c04e1c6a42052d3f03986b4ad31aa (commit) from e62566a7635449e3e35d757c4b3bb768479689ab (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 07e97a5f2c1e1039f35a7893d2be6abf07af690a Author: Eric Bélanger <snowmaniscool@gmail.com> Date: Mon Jun 13 21:44:32 2011 -0400 Added check option to BUILDENV array in makepkg.conf man page Signed-off-by: Eric Bélanger <snowmaniscool@gmail.com> Signed-off-by: Dan McGee <dan@archlinux.org> commit 895a88886525dd3e6d2d0db996cedb7e73455fbb Author: Dan McGee <dan@archlinux.org> Date: Mon Jun 13 17:04:35 2011 -0500 Fix list_display on non-ttys and other output fixes commit c1f742d7750a14 broke what was one of the tenants of out output- if piping pacman output somewhere else, we shouldn't ever try to line-wrap and indent print our output. This makes it easier for tools to use output from pacman -Ss, -Qs, -Qi, etc. list_display() unfortunately was given a default value of 80 rather than 0, so fix this. Next, make some additional changes that ensure we don't insert an unnecessary blank line if for some crazy reason the indent level (such as on -Qi output) is greater than the number of columns. Accomplish this by printing the first item unconditionally as we do in list_display_linebreak(). Finally, teach indentprint to not wrap if the number of columns is less than the indent level, this prevents some forms of ridiculous output such as the following: Install Date : Wed 08 Jun 2011 04:39:19 AM CDT Signed-off-by: Dan McGee <dan@archlinux.org> commit b0590400111c04e1c6a42052d3f03986b4ad31aa Author: Dan McGee <dan@archlinux.org> Date: Tue Jun 7 15:05:37 2011 -0500 Add late-breaking 3.5.3 NEWS Signed-off-by: Dan McGee <dan@archlinux.org> ----------------------------------------------------------------------- Summary of changes: NEWS | 3 ++- doc/makepkg.conf.5.txt | 2 +- src/pacman/util.c | 19 ++++++++++++------- 3 files changed, 15 insertions(+), 9 deletions(-) hooks/post-receive -- The official pacman repository