diff --git a/pngquant-2.4.0_fix-epels.patch b/pngquant-2.4.0_fix-epels.patch deleted file mode 100644 index cbff020..0000000 --- a/pngquant-2.4.0_fix-epels.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- pngquant-2.4.0.1.orig/rwpng.c 2015-04-11 23:24:38.000000000 +0100 -+++ pngquant-2.4.0.1/rwpng.c 2015-04-19 16:07:01.044937378 +0100 -@@ -55,7 +55,7 @@ - #define omp_get_max_threads() 1 - #endif - --#if PNG_LIBPNG_VER < 10600 -+#if PNG_LIBPNG_VER < 10500 - typedef png_const_charp png_const_bytep; - #endif - diff --git a/pngquant.spec b/pngquant.spec index 0f7dc2b..9b94457 100644 --- a/pngquant.spec +++ b/pngquant.spec @@ -1,8 +1,8 @@ %global libname libimagequant Name: pngquant -Version: 2.4.0.1 -Release: 4%{?dist} +Version: 2.4.1 +Release: 1%{?dist} Summary: PNG quantization tool for reducing image file size %{?el5:Group: Applications/Multimedia} @@ -13,7 +13,6 @@ Source0: http://github.srcurl.net/pornel/%{name}/%{version}/%{name}-%{version #Source0: https://github.com/pornel/%{name}/archive/%{name}-%{version}.tar.gz Patch0: %{name}-2.4.0_fix-Makefile.patch -Patch1: %{name}-2.4.0_fix-epels.patch %{?el5:BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)} @@ -60,7 +59,6 @@ There is also some brief API-documentation. %global optflags %(echo %{optflags} -fno-math-errno -funroll-loops -fomit-frame-pointer -fPIC ) %setup -q %patch0 -p1 -%patch1 -p1 rm lib/configure @@ -124,6 +122,10 @@ install -Dpm0644 pngquant.1 %{buildroot}/%{_mandir}/man1/pngquant.1 %changelog +* Mon Apr 20 2015 Sérgio Basto - 2.4.1-1 +- Update to 2.4.1 +- Dropped "epel compile fix" patch + * Sun Apr 19 2015 Sérgio Basto - 2.4.0.1-4 - epel compile fix or compile fix for png15 diff --git a/sources b/sources index b466c37..5a4a705 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d0e6c767f49594b87c20a55e09f87669 pngquant-2.4.0.1.tar.gz +fc0eca83f815a63d20fc05e27fec6013 pngquant-2.4.1.tar.gz