update to 10.47.19

This commit is contained in:
Jindrich Novy 2010-08-30 11:28:17 +02:00
parent 2e6c57e673
commit 4990e212d3
4 changed files with 12 additions and 10 deletions

3
.gitignore vendored
View File

@ -1,2 +1 @@
netpbm-10.47.17.tar.xz
netpbm-10.47.18.tar.xz
netpbm-10.47.19.tar.xz

View File

@ -1,12 +1,12 @@
diff -up netpbm-10.47.09/converter/other/Makefile.lz netpbm-10.47.09/converter/other/Makefile
--- netpbm-10.47.09/converter/other/Makefile.lz 2010-02-18 09:09:34.000000000 +0100
+++ netpbm-10.47.09/converter/other/Makefile 2010-02-18 09:11:04.000000000 +0100
diff -up netpbm-10.47.19/converter/other/Makefile.lz netpbm-10.47.19/converter/other/Makefile
--- netpbm-10.47.19/converter/other/Makefile.lz 2010-08-30 08:34:55.000000000 +0200
+++ netpbm-10.47.19/converter/other/Makefile 2010-08-30 08:36:06.854139407 +0200
@@ -151,7 +151,7 @@ tifftopnm pamtotiff pnmtotiffcmyk: %: %.
ifeq ($(shell libpng-config --version),)
ifeq ($(shell libpng$(PNGVER)-config --version),)
PNGLIB_LIBOPTS = $(shell $(LIBOPT) $(LIBOPTR) $(PNGLIB) $(ZLIB))
else
- PNGLIB_LIBOPTS = $(shell libpng-config --ldflags)
+ PNGLIB_LIBOPTS = $(shell libpng-config --ldflags) -lz
- PNGLIB_LIBOPTS = $(shell libpng$(PNGVER)-config --ldflags)
+ PNGLIB_LIBOPTS = $(shell libpng$(PNGVER)-config --ldflags) -lz
endif
pngtopnm pngtopam: %: %.o $(NETPBMLIB) $(LIBOPT)

View File

@ -1,6 +1,6 @@
Summary: A library for handling different graphics file formats
Name: netpbm
Version: 10.47.18
Version: 10.47.19
Release: 1%{?dist}
# See copyright_summary for details
License: BSD and GPLv2 and IJG and MIT and Public Domain
@ -251,6 +251,9 @@ rm -rf $RPM_BUILD_ROOT
%doc userguide/*
%changelog
* Mon Aug 30 2010 Jindrich Novy <jnovy@redhat.com> 10.47.19-1
- update to 10.47.19
* Sat Aug 14 2010 Jindrich Novy <jnovy@redhat.com> 10.47.18-1
- update to 10.47.18

View File

@ -1 +1 @@
441c5167f978d31f105515b0f8eb6781 netpbm-10.47.18.tar.xz
ccd7b2a3a2f902f38100afe9ae6e0a67 netpbm-10.47.19.tar.xz