From 130de6005a26e519a3c726ed97ca85e7e862b39b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9rgio=20Basto?= Date: Sat, 18 Oct 2014 03:09:13 +0100 Subject: [PATCH] New bug fixing release --- pngquant-2.3.0_fix-Makefile.patch | 10 +++++----- pngquant.spec | 10 +++++++--- 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/pngquant-2.3.0_fix-Makefile.patch b/pngquant-2.3.0_fix-Makefile.patch index ad7b60f..5b34d85 100644 --- a/pngquant-2.3.0_fix-Makefile.patch +++ b/pngquant-2.3.0_fix-Makefile.patch @@ -44,8 +44,8 @@ # DEBUG if [ -z "$DEBUG" ]; then ---- ./Makefile.orig 2014-09-27 03:58:13.754277888 +0100 -+++ ./Makefile 2014-09-27 06:14:50.903456130 +0100 +--- ./Makefile.orig 2014-10-14 02:15:03.000000000 +0100 ++++ ./Makefile 2014-10-17 21:50:58.450930108 +0100 @@ -1,7 +1,7 @@ -include config.mk @@ -83,12 +83,12 @@ dist: $(TARFILE) -@@ -53,7 +58,7 @@ uninstall: - rm -f $(BINPREFIX)/$(BIN) +@@ -54,7 +59,7 @@ uninstall: clean: + $(MAKE) -C lib clean - rm -f $(BIN) $(OBJS) $(COCOA_OBJS) $(STATICLIB) $(TARFILE) + rm -f $(BIN) $(OBJS) $(COCOA_OBJS) $(SHAREDLIB) $(TARFILE) distclean: clean - rm -f config.mk + $(MAKE) -C lib distclean diff --git a/pngquant.spec b/pngquant.spec index 27594bc..75bb675 100644 --- a/pngquant.spec +++ b/pngquant.spec @@ -1,14 +1,15 @@ %global libname libimagequant Name: pngquant -Version: 2.3.0 -Release: 2%{?dist} +Version: 2.3.1 +Release: 1%{?dist} Summary: PNG quantization tool for reducing image file size %{?el5:Group: Applications/Multimedia} License: BSD with advertising + URL: http://%{name}.org -Source0: %{url}/%{name}-%{version}-src.tar.bz2 +Source0: http://github.srcurl.net/pornel/%{name}/%{version}/%{name}-%{version}.tar.gz Patch0: %{name}-2.3.0_fix-Makefile.patch @@ -119,6 +120,9 @@ install -pm 0644 %{name}.1 \ %changelog +* Fri Oct 17 2014 Sérgio Basto - 2.3.1-1 +- New bug fixing release + * Sat Sep 27 2014 Sérgio Basto - 2.3.0-2 - Disable SSE on i386, to workaround building on i386 , https://github.com/pornel/pngquant/issues/122