rpms/netpbm/devel netpbm-10.35-configfix.patch, NONE, 1.1 .cvsignore, 1.57, 1.58 netpbm-10.35-svgtopam.patch, 1.2, 1.3 netpbm.spec, 1.144, 1.145 sources, 1.61, 1.62

Jindrich Novy jnovy at fedoraproject.org
Fri Sep 4 12:27:17 UTC 2009


Author: jnovy

Update of /cvs/pkgs/rpms/netpbm/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31163

Modified Files:
	.cvsignore netpbm-10.35-svgtopam.patch netpbm.spec sources 
Added Files:
	netpbm-10.35-configfix.patch 
Log Message:
* Fri Sep  4 2009 Jindrich Novy <jnovy at redhat.com> 10.35.67-1
- update to 10.35.67
- fix configuration


netpbm-10.35-configfix.patch:
 configure.pl |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE netpbm-10.35-configfix.patch ---
diff -up netpbm-10.35.67/buildtools/configure.pl.configfix netpbm-10.35.67/buildtools/configure.pl
--- netpbm-10.35.67/buildtools/configure.pl.configfix	2009-09-04 13:56:59.000000000 +0200
+++ netpbm-10.35.67/buildtools/configure.pl	2009-09-04 14:16:48.000000000 +0200
@@ -1893,7 +1893,7 @@ if ($platform eq "GNU") {
         # We don't know what to do here.  We used to (before 10.20) just
         # just assume the compiler was gcc.  We know that the gcc stuff
         # above does NOT work for HP native compiler.
-        push(@config_mk, "LDSHLIB =\n");
+        push(@Makefile_config, "LDSHLIB =\n");
     }
 } elsif ($platform eq "AIX") {
     push(@Makefile_config, 'LDFLAGS = -L /usr/pubsw/lib', "\n");


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/netpbm/devel/.cvsignore,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -p -r1.57 -r1.58
--- .cvsignore	29 Jul 2009 11:37:51 -0000	1.57
+++ .cvsignore	4 Sep 2009 12:27:16 -0000	1.58
@@ -1 +1 @@
-netpbm-10.35.66.tar.bz2
+netpbm-10.35.67.tar.bz2

netpbm-10.35-svgtopam.patch:
 Makefile |    4 ----
 1 file changed, 4 deletions(-)

Index: netpbm-10.35-svgtopam.patch
===================================================================
RCS file: /cvs/pkgs/rpms/netpbm/devel/netpbm-10.35-svgtopam.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- netpbm-10.35-svgtopam.patch	29 Jul 2009 12:38:18 -0000	1.2
+++ netpbm-10.35-svgtopam.patch	4 Sep 2009 12:27:17 -0000	1.3
@@ -1,6 +1,6 @@
-diff -up netpbm-10.35.58/converter/other/Makefile.svgtopam netpbm-10.35.58/converter/other/Makefile
---- netpbm-10.35.58/converter/other/Makefile.svgtopam	2009-01-19 09:23:58.000000000 +0100
-+++ netpbm-10.35.58/converter/other/Makefile	2009-03-23 13:17:22.000000000 +0100
+diff -up netpbm-10.35.67/converter/other/Makefile.svgtopam netpbm-10.35.67/converter/other/Makefile
+--- netpbm-10.35.67/converter/other/Makefile.svgtopam	2009-09-04 13:57:06.000000000 +0200
++++ netpbm-10.35.67/converter/other/Makefile	2009-09-04 14:09:00.000000000 +0200
 @@ -107,10 +107,6 @@ ifneq ($(ZLIB),NONE)
    BINARIES += pnmtops
  endif


Index: netpbm.spec
===================================================================
RCS file: /cvs/pkgs/rpms/netpbm/devel/netpbm.spec,v
retrieving revision 1.144
retrieving revision 1.145
diff -u -p -r1.144 -r1.145
--- netpbm.spec	29 Jul 2009 12:38:18 -0000	1.144
+++ netpbm.spec	4 Sep 2009 12:27:17 -0000	1.145
@@ -1,6 +1,6 @@
 Summary: A library for handling different graphics file formats
 Name: netpbm
-Version: 10.35.66
+Version: 10.35.67
 Release: 1%{?dist}
 # See copyright_summary for details
 License: BSD and GPLv2 and IJG and MIT and Public Domain
@@ -31,6 +31,7 @@ Patch22: netpbm-10.35-pnmmontagefix.patc
 Patch23: netpbm-10.35-pnmtofiasco-stdin.patch
 Patch24: netpbm-10.35-64bitfix.patch
 Patch29: netpbm-10.35-svgtopam.patch
+Patch30: netpbm-10.35-configfix.patch
 Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: libjpeg-devel, libpng-devel, libtiff-devel, flex
 BuildRequires: libX11-devel, python, jasper-devel
@@ -92,6 +93,7 @@ netpbm-progs.  You'll also need to insta
 %patch23 -p1 -b .pnmtofiasco-stdin
 %patch24 -p1 -b .64bitfix
 %patch29 -p1 -b .svgtopam
+%patch30 -p1 -b .configfix
 
 %build
 ./configure <<EOF
@@ -217,6 +219,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/netpbm/
 
 %changelog
+* Fri Sep  4 2009 Jindrich Novy <jnovy at redhat.com> 10.35.67-1
+- update to 10.35.67
+- fix configuration
+
 * Wed Jul 29 2009 Jindrich Novy <jnovy at redhat.com> 10.35.66-1
 - update to 10.35.66
 - sync svgatopam patch


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/netpbm/devel/sources,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -p -r1.61 -r1.62
--- sources	29 Jul 2009 11:37:51 -0000	1.61
+++ sources	4 Sep 2009 12:27:17 -0000	1.62
@@ -1 +1 @@
-bb8d716535f9359fb95bcafa81b7304b  netpbm-10.35.66.tar.bz2
+6d9b4ec5ffbbb42cd63c94b010694194  netpbm-10.35.67.tar.bz2




More information about the fedora-extras-commits mailing list