From 873d9b16d3d58ccc6c4997ae2e93de4b2cb89882 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Sat, 25 Aug 2012 23:54:11 +0300 Subject: [PATCH] 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ä - 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 - 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