From fcfce9d374d48338d9fbbc22389934894ad8c6fd Mon Sep 17 00:00:00 2001 From: Sérgio M. Basto Date: Dec 02 2016 02:15:06 +0000 Subject: New upstream vesion, 2.8.1 --- diff --git a/pngquant.spec b/pngquant.spec index 9b813b4..80fe77d 100644 --- a/pngquant.spec +++ b/pngquant.spec @@ -4,7 +4,7 @@ %global libname libimagequant Name: pngquant -Version: 2.7.2 +Version: 2.8.1 Release: 1%{?dist} Summary: PNG quantization tool for reducing image file size @@ -12,6 +12,7 @@ License: GPLv3+ URL: http://%{name}.org Source0: https://github.com/pornel/%{name}/archive/%{version}/%{name}-%{version}.tar.gz +Source1: https://github.com/ImageOptim/libimagequant/archive/%{version}/%{libname}-%{version}.tar.gz BuildRequires: libpng-devel >= 1.2.46-1 BuildRequires: zlib-devel >= 1.2.3-1 @@ -52,8 +53,10 @@ There is also some brief API-documentation. %prep -%setup -q -rm -f lib/configure +%setup -q -a1 +rmdir lib/ +mv %{libname}-%{version} lib +rm lib/configure %build @@ -96,12 +99,15 @@ make test.shared %{_libdir}/%{libname}.so.* %files -n %{libname}-devel -%doc lib/MANUAL.md +%doc lib/README.md %{_includedir}/imagequant %{_libdir}/%{libname}.so %changelog +* Fri Dec 02 2016 Sérgio Basto - 2.8.1-1 +- New upstream vesion, 2.8.1 + * Fri Dec 02 2016 Sérgio Basto - 2.7.2-1 - Update pngquant 2.7.2 diff --git a/sources b/sources index 4975afa..52d3acf 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c3db1a83972dd7f7e90cef8dce99ccb1 pngquant-2.7.2.tar.gz +1845f2ccc011f5455361eb8f4dbd449e pngquant-2.8.1.tar.gz