rpms/python-basemap/devel python-basemap.spec, 1.21, 1.22 python-basemap-0.99-setup.patch, 1.1, 1.2

Alex Lancaster alexlan at fedoraproject.org
Sun Oct 19 10:07:36 UTC 2008


Author: alexlan

Update of /cvs/pkgs/rpms/python-basemap/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1114

Modified Files:
	python-basemap.spec python-basemap-0.99-setup.patch 
Log Message:
* Sun Oct 19 2008 Alex Lancaster <alexlan[AT]fedoraproject org> - 0.99-4
- Update -setup.py patch for geos 3.0.1



Index: python-basemap.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-basemap/devel/python-basemap.spec,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- python-basemap.spec	19 Oct 2008 09:42:24 -0000	1.21
+++ python-basemap.spec	19 Oct 2008 10:07:05 -0000	1.22
@@ -2,7 +2,7 @@
 
 Name:           python-basemap
 Version:        0.99
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Plots data on map projections (with continental and political boundaries) 
 Group:          Development/Libraries
 License:        LGPLv2+
@@ -61,6 +61,9 @@
 %{python_sitearch}/_geoslib.so
 
 %changelog
+* Sun Oct 19 2008 Alex Lancaster <alexlan[AT]fedoraproject org> - 0.99-4
+- Update -setup.py patch for geos 3.0.1
+
 * Sun Oct 19 2008 Alex Lancaster <alexlan[AT]fedoraproject org> - 0.99-3
 - Rebuild for new geos, fixes broken deps
 

python-basemap-0.99-setup.patch:

Index: python-basemap-0.99-setup.patch
===================================================================
RCS file: /cvs/pkgs/rpms/python-basemap/devel/python-basemap-0.99-setup.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- python-basemap-0.99-setup.patch	7 Jul 2008 19:42:56 -0000	1.1
+++ python-basemap-0.99-setup.patch	19 Oct 2008 10:07:05 -0000	1.2
@@ -10,7 +10,7 @@
          geos_version = checkversion(direc)
          print 'checking for GEOS lib in %s ....' % direc
 -        if geos_version != '"2.2.3"':
-+        if geos_version != '"3.0.0"':
++        if geos_version != '"3.0.1"':
 +            print "geos_version mismatch",geos_version
              continue
          else:




More information about the fedora-extras-commits mailing list