New bug fixing release

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

@ -44,8 +44,8 @@
# DEBUG # DEBUG
if [ -z "$DEBUG" ]; then if [ -z "$DEBUG" ]; then
--- ./Makefile.orig 2014-09-27 03:58:13.754277888 +0100 --- ./Makefile.orig 2014-10-14 02:15:03.000000000 +0100
+++ ./Makefile 2014-09-27 06:14:50.903456130 +0100 +++ ./Makefile 2014-10-17 21:50:58.450930108 +0100
@@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
-include config.mk -include config.mk
@ -83,12 +83,12 @@
dist: $(TARFILE) dist: $(TARFILE)
@@ -53,7 +58,7 @@ uninstall: @@ -54,7 +59,7 @@ uninstall:
rm -f $(BINPREFIX)/$(BIN)
clean: clean:
$(MAKE) -C lib clean
- rm -f $(BIN) $(OBJS) $(COCOA_OBJS) $(STATICLIB) $(TARFILE) - rm -f $(BIN) $(OBJS) $(COCOA_OBJS) $(STATICLIB) $(TARFILE)
+ rm -f $(BIN) $(OBJS) $(COCOA_OBJS) $(SHAREDLIB) $(TARFILE) + rm -f $(BIN) $(OBJS) $(COCOA_OBJS) $(SHAREDLIB) $(TARFILE)
distclean: clean distclean: clean
rm -f config.mk $(MAKE) -C lib distclean

@ -1,14 +1,15 @@
%global libname libimagequant %global libname libimagequant
Name: pngquant Name: pngquant
Version: 2.3.0 Version: 2.3.1
Release: 2%{?dist} Release: 1%{?dist}
Summary: PNG quantization tool for reducing image file size Summary: PNG quantization tool for reducing image file size
%{?el5:Group: Applications/Multimedia} %{?el5:Group: Applications/Multimedia}
License: BSD with advertising License: BSD with advertising
URL: http://%{name}.org 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 Patch0: %{name}-2.3.0_fix-Makefile.patch
@ -119,6 +120,9 @@ install -pm 0644 %{name}.1 \
%changelog %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 * Sat Sep 27 2014 Sérgio Basto <sergio@serjux.com> - 2.3.0-2
- Disable SSE on i386, to workaround building on i386 , - Disable SSE on i386, to workaround building on i386 ,
https://github.com/pornel/pngquant/issues/122 https://github.com/pornel/pngquant/issues/122

Loading…
Cancel
Save