From 4990e212d3f07fa01215c94d1a5c5643176058df Mon Sep 17 00:00:00 2001 From: Jindrich Novy Date: Mon, 30 Aug 2010 11:28:17 +0200 Subject: [PATCH] update to 10.47.19 --- .gitignore | 3 +-- netpbm-lz.patch | 12 ++++++------ netpbm.spec | 5 ++++- sources | 2 +- 4 files changed, 12 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index 66dddbc..1bc7243 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1 @@ -netpbm-10.47.17.tar.xz -netpbm-10.47.18.tar.xz +netpbm-10.47.19.tar.xz diff --git a/netpbm-lz.patch b/netpbm-lz.patch index 514995d..e39c7a9 100644 --- a/netpbm-lz.patch +++ b/netpbm-lz.patch @@ -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) diff --git a/netpbm.spec b/netpbm.spec index 69f184c..2e3afba 100644 --- a/netpbm.spec +++ b/netpbm.spec @@ -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 10.47.19-1 +- update to 10.47.19 + * Sat Aug 14 2010 Jindrich Novy 10.47.18-1 - update to 10.47.18 diff --git a/sources b/sources index 1e3fdcf..c423176 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -441c5167f978d31f105515b0f8eb6781 netpbm-10.47.18.tar.xz +ccd7b2a3a2f902f38100afe9ae6e0a67 netpbm-10.47.19.tar.xz