[pacman-dev] [GIT] The official pacman repository branch, maint, updated. v3.3.0-16-g7ddb645
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 7ddb645bd7cf7e1c56a508321df511864da411a4 (commit) via a05757f984f526233e90a774beb571dba8270ff0 (commit) via 20ba3cfe4e92beab9ae368bf73c1609f2555ee9a (commit) via 82522dd8c1f4cd9f19d0cae83368689971f48ebd (commit) from bdd8e92ff601aab44941e7572f6c48d7e32a3f24 (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 7ddb645bd7cf7e1c56a508321df511864da411a4 Author: Xavier Chantry <shiningxc@gmail.com> Date: Wed Aug 5 16:12:46 2009 +0200 makepkg: always keep sources symlinks Make bunzip2/xz/gunzip decompressing to stdout, because gzip does not offer something like a -k option. The selection of the decompression command for gzip/bzip2/xz compressed files now also depends on the file suffix, since we need to strip the extensions to get the output filename. Thanks to Cedric Staniewski <cedric@gmx.ca> for reporting this issue and contributing patches. Signed-off-by: Xavier Chantry <shiningxc@gmail.com> Signed-off-by: Dan McGee <dan@archlinux.org> commit a05757f984f526233e90a774beb571dba8270ff0 Author: Henning Garus <henning.garus@googlemail.com> Date: Mon Aug 24 22:10:47 2009 +0200 Configure: Check if libfetch version is >= 2.21 Commit 6f97842 started using libfetch's conditional GET. This requires libfetch to be version 2.21 or greater. Change configure.ac to check for the existence of the last_modified field in the url struct, which was introduced with libfetch 2.21. Signed-off-by: Henning Garus <henning.garus@gmail.com> [Xav : moved AC_CHECK_MEMBER outside of AC_CHECK_LIB] Signed-off-by: Xavier Chantry <shiningxc@gmail.com> Signed-off-by: Dan McGee <dan@archlinux.org> commit 20ba3cfe4e92beab9ae368bf73c1609f2555ee9a Author: Sergey Tereschenko <serg.partizan@gmail.com> Date: Wed Aug 19 22:48:17 2009 +0200 update russian translation Signed-off-by: Xavier Chantry <shiningxc@gmail.com> Signed-off-by: Dan McGee <dan@archlinux.org> commit 82522dd8c1f4cd9f19d0cae83368689971f48ebd Author: Xavier Chantry <shiningxc@gmail.com> Date: Mon Aug 10 15:50:53 2009 +0200 makepkg: new --skipinteg option Implements FS#15830 This option allows to build a PKGBUILD with no checksums Signed-off-by: Xavier Chantry <shiningxc@gmail.com> Signed-off-by: Dan McGee <dan@archlinux.org> ----------------------------------------------------------------------- Summary of changes: configure.ac | 5 ++ doc/makepkg.8.txt | 4 ++ po/ru.po | 111 +++++++++++++++++++++++++------------------------ scripts/makepkg.sh.in | 42 ++++++++++++++---- 4 files changed, 97 insertions(+), 65 deletions(-) hooks/post-receive -- The official pacman repository
participants (1)
-
dan@archlinux.org