[optipng] Update to 0.7.2.

Ville Skyttä scop at fedoraproject.org
Sat Aug 25 20:54:20 UTC 2012


commit 873d9b16d3d58ccc6c4997ae2e93de4b2cb89882
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Sat Aug 25 23:54:11 2012 +0300

    Update to 0.7.2.
    
    - Build unit test code with $RPM_(OPT|LD)_FLAGS.

 optipng.spec |   10 +++++++---
 sources      |    2 +-
 2 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/optipng.spec b/optipng.spec
index 4eb11dd..147e67e 100644
--- a/optipng.spec
+++ b/optipng.spec
@@ -1,6 +1,6 @@
 Name:           optipng
-Version:        0.7.1
-Release:        2%{?dist}
+Version:        0.7.2
+Release:        1%{?dist}
 Summary:        PNG optimizer and converter
 
 Group:          Applications/Multimedia
@@ -40,7 +40,7 @@ chmod -c 755 $RPM_BUILD_ROOT%{_bindir}/optipng
 
 
 %check
-make test
+make test CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="$RPM_LD_FLAGS"
 
 
 %clean
@@ -55,6 +55,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sat Aug 25 2012 Ville Skyttä <ville.skytta at iki.fi> - 0.7.2-1
+- Update to 0.7.2.
+- Build unit test code with $RPM_(OPT|LD)_FLAGS.
+
 * Fri Jul 20 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.7.1-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index 3b383ae..0699e35 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b6181d566998ad489397b985ebfc4a03  optipng-0.7.1.tar.gz
+3bf5ff3e1dff99adb3c0b3dd9fd99f8a  optipng-0.7.2.tar.gz


More information about the scm-commits mailing list