update to 10.47.19
This commit is contained in:
parent
2e6c57e673
commit
4990e212d3
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,2 +1 @@
|
||||
netpbm-10.47.17.tar.xz
|
||||
netpbm-10.47.18.tar.xz
|
||||
netpbm-10.47.19.tar.xz
|
||||
|
@ -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)
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user