|
|
|
@ -4,8 +4,8 @@
|
|
|
|
|
%global libname libimagequant
|
|
|
|
|
|
|
|
|
|
Name: pngquant
|
|
|
|
|
Version: 2.5.2
|
|
|
|
|
Release: 7%{?dist}
|
|
|
|
|
Version: 2.6.0
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: PNG quantization tool for reducing image file size
|
|
|
|
|
|
|
|
|
|
License: BSD with advertising
|
|
|
|
@ -13,10 +13,6 @@ License: BSD with advertising
|
|
|
|
|
URL: http://%{name}.org
|
|
|
|
|
Source0: https://github.com/pornel/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
|
|
|
|
|
|
|
|
|
#wget https://github.com/pornel/pngquant/compare/2.5.2...master.diff
|
|
|
|
|
#my upstreamed patches ...
|
|
|
|
|
Patch2: 2.5.2...master.diff
|
|
|
|
|
|
|
|
|
|
BuildRequires: libpng-devel >= 1.2.46-1
|
|
|
|
|
BuildRequires: zlib-devel >= 1.2.3-1
|
|
|
|
|
BuildRequires: lcms2-devel
|
|
|
|
@ -57,7 +53,6 @@ There is also some brief API-documentation.
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%setup -q
|
|
|
|
|
%patch2 -p1 -b .master
|
|
|
|
|
rm -f lib/configure
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -111,6 +106,9 @@ make test.shared
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sun Feb 21 2016 Fedora Release Monitoring <release-monitoring@fedoraproject.org> - 2.6.0-1
|
|
|
|
|
- Update to 2.6.0 (#1310413)
|
|
|
|
|
|
|
|
|
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.5.2-7
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|