Update to 0.7.2.

- Build unit test code with $RPM_(OPT|LD)_FLAGS.
epel9
Ville Skyttä 13 years ago
parent c82e35ad0f
commit 873d9b16d3

@ -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@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@lists.fedoraproject.org> - 0.7.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild

@ -1 +1 @@
b6181d566998ad489397b985ebfc4a03 optipng-0.7.1.tar.gz
3bf5ff3e1dff99adb3c0b3dd9fd99f8a optipng-0.7.2.tar.gz

Loading…
Cancel
Save