rpms/gts/devel gts-0.7.6-netpbm.patch,NONE,1.1 gts.spec,1.10,1.11

Dan Horák sharkcz at fedoraproject.org
Tue Jun 1 07:53:26 UTC 2010


Author: sharkcz

Update of /cvs/pkgs/rpms/gts/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv18412

Modified Files:
	gts.spec 
Added Files:
	gts-0.7.6-netpbm.patch 
Log Message:
* Tue Jun  1 2010 Dan Horák <dan[at]danny.cz> - 0.7.6-14
- fix include path for pgm.h (#538971)


gts-0.7.6-netpbm.patch:
 happrox.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE gts-0.7.6-netpbm.patch ---
diff -up gts-0.7.6/examples/happrox.c.netpbm gts-0.7.6/examples/happrox.c
--- gts-0.7.6/examples/happrox.c.netpbm	2010-06-01 09:11:17.000000000 +0200
+++ gts-0.7.6/examples/happrox.c	2010-06-01 09:11:24.000000000 +0200
@@ -21,7 +21,7 @@
 #include <stdlib.h>
 #include <locale.h>
 #include <string.h>
-#include <pgm.h>
+#include <netpbm/pgm.h>
 #include "config.h"
 #ifdef HAVE_GETOPT_H
 #  include <getopt.h>


Index: gts.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gts/devel/gts.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- gts.spec	25 Jul 2009 01:49:51 -0000	1.10
+++ gts.spec	1 Jun 2010 07:53:25 -0000	1.11
@@ -1,6 +1,6 @@
 Name:           gts
 Version:        0.7.6
-Release:        13%{?dist}
+Release:        14%{?dist}
 Summary:        GNU Triangulated Surface Library
 Group:          Applications/Engineering
 License:        LGPLv2+
@@ -10,6 +10,8 @@ BuildRoot:      %{_tmppath}/%{name}-%{ve
 Patch0:         gts-0.7.6-hacks.diff
 
 Patch10:	gts-0.7.6-autotools.diff.bz2
+# https://bugzilla.redhat.com/show_bug.cgi?id=538971
+Patch11:	gts-0.7.6-netpbm.patch
 
 BuildRequires:  glib2-devel
 BuildRequires:  netpbm-devel
@@ -35,6 +37,7 @@ This package contains the gts header fil
 %patch0 -p1
 
 %patch10 -p1
+%patch11 -p1 -b .netpbm
 
 # Fix broken permissions
 chmod +x test/*/*.sh
@@ -87,6 +90,9 @@ make check ||:
 %{_datadir}/aclocal/*
 
 %changelog
+* Tue Jun  1 2010 Dan Horák <dan[at]danny.cz> - 0.7.6-14
+- fix include path for pgm.h (#538971)
+
 * Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.7.6-13
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 



More information about the scm-commits mailing list