Update to 2.4.1

- Dropped "epel compile fix" patch
epel9
Sérgio Basto 10 years ago
parent e75658c154
commit 1e80b15c33

@ -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

@ -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 <sergio@serjux.com> - 2.4.1-1
- Update to 2.4.1
- Dropped "epel compile fix" patch
* Sun Apr 19 2015 Sérgio Basto <sergio@serjux.com> - 2.4.0.1-4
- epel compile fix or compile fix for png15

@ -1 +1 @@
d0e6c767f49594b87c20a55e09f87669 pngquant-2.4.0.1.tar.gz
fc0eca83f815a63d20fc05e27fec6013 pngquant-2.4.1.tar.gz

Loading…
Cancel
Save