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 "IPFire 3.x development tree".
The branch, master has been updated via c218306799f90a22725c0bd76bcee974003c19e3 (commit) from a40c4c4374f479feed02082487dde674d06d7a24 (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 c218306799f90a22725c0bd76bcee974003c19e3 Author: Stefan Schantl stefan.schantl@ipfire.org Date: Sat Apr 4 22:29:29 2015 +0200
pigz: Update to 2.3.3.
Also enable testsuite.
Fixes #10728.
-----------------------------------------------------------------------
Summary of changes: pigz/pigz.nm | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-)
Difference in files: diff --git a/pigz/pigz.nm b/pigz/pigz.nm index 27a30a2..bb8eab3 100644 --- a/pigz/pigz.nm +++ b/pigz/pigz.nm @@ -4,7 +4,7 @@ ###############################################################################
name = pigz -version = 2.2.5 +version = 2.3.3 release = 1
groups = Applications/Compression @@ -28,6 +28,10 @@ build
make_build_targets += CFLAGS="%{CFLAGS}"
+ test + make test + end + install install -p -D pigz %{BUILDROOT}%{bindir}/pigz ln -svf pigz %{BUILDROOT}%{bindir}/unpigz
hooks/post-receive -- IPFire 3.x development tree