New bug fixing release

epel9
Sérgio Basto 10 years ago
parent 83e69d99b7
commit 130de6005a

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

@ -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 <sergio@serjux.com> - 2.3.1-1
- New bug fixing release
* Sat Sep 27 2014 Sérgio Basto <sergio@serjux.com> - 2.3.0-2
- Disable SSE on i386, to workaround building on i386 ,
https://github.com/pornel/pngquant/issues/122

Loading…
Cancel
Save