rpms/qhull/EL-5 qhull.spec,1.9,1.10

Orion Poplawski orion at fedoraproject.org
Mon Feb 1 21:12:25 UTC 2010


Author: orion

Update of /cvs/pkgs/rpms/qhull/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29085

Modified Files:
	qhull.spec 
Log Message:
* Mon Feb 1 2010 Orion Poplawski <orion at cora.nwra.com> - 2003.1-8
- Apply upstream's qh_gethash patch



Index: qhull.spec
===================================================================
RCS file: /cvs/pkgs/rpms/qhull/EL-5/qhull.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- qhull.spec	31 Jul 2007 20:35:12 -0000	1.9
+++ qhull.spec	1 Feb 2010 21:12:25 -0000	1.10
@@ -1,12 +1,14 @@
 Summary: General dimension convex hull programs
 Name: qhull
 Version: 2003.1
-Release: 7%{?dist}
-License:  Distributable
+Release: 8%{?dist}
+License: Distributable
 Group: System Environment/Libraries
-Source0: http://www.qhull.org/download/qhull-%{version}.tar.gz
-URL: http://www.qhull.org
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+Source0:   http://www.qhull.org/download/qhull-%{version}.tar.gz
+#Rebased version of upstreams' http://www.qhull.org/download/poly.c-qh_gethash.patch
+Patch0:    qhull-2003.1-qh_gethash.patch
+URL:       http://www.qhull.org
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 Requires(post): /sbin/ldconfig
 Requires(postun): /sbin/ldconfig
@@ -31,7 +33,8 @@ diagrams, furthest-site Voronoi diagrams
 about a point.
 
 %prep
-%setup -n %{name}-%{version}
+%setup -q -n %{name}-%{version}
+%patch0 -p1 -b .qh_gethash
 sed -i -e "s,\"../html/,\"html/,g" src/*.htm
 
 %build
@@ -64,6 +67,9 @@ rm -rf $RPM_BUILD_ROOT
 %_includedir/*
 
 %changelog
+* Mon Feb 1 2010 Orion Poplawski <orion at cora.nwra.com> - 2003.1-8
+- Apply upstream's qh_gethash patch
+
 * Wed Jun 20 2007 Ralf Corsépius <rc040203 at freenet.de> - 2003.1-7
 - Remove *.la.
 



More information about the scm-commits mailing list