diff --git a/pngquant.spec b/pngquant.spec index 6742ca1..174beee 100644 --- a/pngquant.spec +++ b/pngquant.spec @@ -4,14 +4,14 @@ %global libname libimagequant Name: pngquant -Version: 2.7.0 +Version: 2.7.1 Release: 1%{?dist} Summary: PNG quantization tool for reducing image file size License: GPLv3+ URL: http://%{name}.org -Source0: https://github.com/pornel/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz +Source0: https://github.com/pornel/%{name}/archive/%{version}/%{name}-%{version}.tar.gz BuildRequires: libpng-devel >= 1.2.46-1 BuildRequires: zlib-devel >= 1.2.3-1 @@ -86,16 +86,12 @@ make test.shared %files -# EPEL6 support https://fedoraproject.org/wiki/EPEL:Packaging#The_.25license_tag -%{!?_licensedir:%global license %doc} %doc README.md CHANGELOG %license COPYRIGHT %{_bindir}/%{name} %{_mandir}/man1/%{name}.1* %files -n %{libname} -# EPEL6 support https://fedoraproject.org/wiki/EPEL:Packaging#The_.25license_tag -%{!?_licensedir:%global license %doc} %license lib/COPYRIGHT %{_libdir}/%{libname}.so.* @@ -106,6 +102,9 @@ make test.shared %changelog +* Fri Jul 15 2016 Sérgio Basto - 2.7.1-1 +- Update pngquant 2.7.1 + * Tue May 10 2016 Sérgio Basto - 2.7.0-1 - Update to 2.7.0 - License change to GPLv3+ . diff --git a/sources b/sources index 13f97dd..27f8921 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ba56cea7ce54e1ae331cefe49fff0613 pngquant-2.7.0.tar.gz +1c503db01f346af7b6279076311a1877 pngquant-2.7.1.tar.gz