From 8478934460d52164ab7a37eedb63cb732172091a Mon Sep 17 00:00:00 2001 From: Jindrich Novy Date: Mon, 12 May 2008 11:12:32 +0000 Subject: [PATCH] - update to 10.35.43 - fixes pbmtext and documentation of pamthreshold --- .cvsignore | 2 +- netpbm.spec | 8 ++++++-- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.cvsignore b/.cvsignore index 4042545..4a3030b 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -netpbm-10.35.42.tar.bz2 +netpbm-10.35.43.tar.bz2 diff --git a/netpbm.spec b/netpbm.spec index be2ac34..54d6b57 100644 --- a/netpbm.spec +++ b/netpbm.spec @@ -1,6 +1,6 @@ Summary: A library for handling different graphics file formats Name: netpbm -Version: 10.35.42 +Version: 10.35.43 Release: 1%{?dist} License: Assorted licenses, see %{_docdir}/%{name}-%{version}/copyright_summary Group: System Environment/Libraries @@ -118,7 +118,7 @@ EOF TOP=`pwd` make \ - CC=%{__cc} \ + CC="%{__cc}" \ LDFLAGS="-L$TOP/pbm -L$TOP/pgm -L$TOP/pnm -L$TOP/ppm" \ CFLAGS="$RPM_OPT_FLAGS -fPIC -flax-vector-conversions" \ LADD="-lm" \ @@ -214,6 +214,10 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/netpbm/ %changelog +* Mon May 12 2008 Jindrich Novy 10.35.43-1 +- update to 10.35.43 +- fixes pbmtext and documentation of pamthreshold + * Mon Apr 14 2008 Jindrich Novy 10.35.42-1 - update to 10.35.42 - fixes pnmnorm, resolution of conflicting -wpercent and -wvalue diff --git a/sources b/sources index 001efaf..bc92131 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d2fdbdefd1cfa846462ee2565eb5ae7e netpbm-10.35.42.tar.bz2 +b934a71041f49281cb221e8d8af43a9a netpbm-10.35.43.tar.bz2