rpms/python-GeoIP/devel .cvsignore, 1.2, 1.3 python-GeoIP.spec, 1.4, 1.5 sources, 1.2, 1.3

Michael G. Fleming (mfleming) fedora-extras-commits at redhat.com
Thu Sep 6 00:36:23 UTC 2007


Author: mfleming

Update of /cvs/extras/rpms/python-GeoIP/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17957

Modified Files:
	.cvsignore python-GeoIP.spec sources 
Log Message:
* Wed Sep 5 2007 Michael Fleming <mfleming+rpm at enlartenment.com> 1.2.1-7
- Add patch to expose country codes courtesy of Ignacio Vazquez-Adams
  (bz #243696)



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/python-GeoIP/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	21 Feb 2006 22:33:22 -0000	1.2
+++ .cvsignore	6 Sep 2007 00:35:51 -0000	1.3
@@ -1 +1,2 @@
 GeoIP-Python-1.2.1.tar.gz
+GeoIP-Python-1.2.1-ccodes.patch


Index: python-GeoIP.spec
===================================================================
RCS file: /cvs/extras/rpms/python-GeoIP/devel/python-GeoIP.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- python-GeoIP.spec	9 Dec 2006 05:09:32 -0000	1.4
+++ python-GeoIP.spec	6 Sep 2007 00:35:51 -0000	1.5
@@ -2,13 +2,14 @@
 
 Name:           python-GeoIP
 Version:        1.2.1
-Release:        6%{?dist}
+Release:        7%{?dist}
 Summary:        Python bindings for the GeoIP geographical lookup libraries
 
 Group:          Development/Languages
 License:        GPL
 URL:            http://www.maxmind.com/download/geoip/api/python/
 Source0:        http://www.maxmind.com/download/geoip/api/python/GeoIP-Python-%{version}.tar.gz
+Patch0:		GeoIP-Python-1.2.1-ccodes.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  python-devel GeoIP-devel
@@ -20,7 +21,7 @@
 
 %prep
 %setup -q -n GeoIP-Python-%{version}
-
+%patch0 -p1 -b .ccodes
 
 %build
 CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build
@@ -43,6 +44,10 @@
 
 
 %changelog
+* Wed Sep 5 2007 Michael Fleming <mfleming+rpm at enlartenment.com> 1.2.1-7
+- Add patch to expose country codes courtesy of Ignacio Vazquez-Adams
+  (bz #243696)
+
 * Sat Dec 9 2006 Michael Fleming <mfleming+rpm at enlartenment.com> 1.2.1-6
 - Rebuild for python 2.5
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/python-GeoIP/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	21 Feb 2006 22:33:22 -0000	1.2
+++ sources	6 Sep 2007 00:35:51 -0000	1.3
@@ -1 +1,2 @@
 5683420ea34490029ee0285ff048fda0  GeoIP-Python-1.2.1.tar.gz
+07b7d26c645581af0b797dc145e79dca  GeoIP-Python-1.2.1-ccodes.patch




More information about the fedora-extras-commits mailing list