rpms/GeoIP/F-10 .cvsignore, 1.11, 1.12 GeoIP.spec, 1.14, 1.15 fetch-geoipdata-city.pl, 1.1, 1.2 fetch-geoipdata.pl, 1.1, 1.2 sources, 1.11, 1.12

Michael Fleming mfleming at fedoraproject.org
Sat Nov 29 00:02:02 UTC 2008


Author: mfleming

Update of /cvs/extras/rpms/GeoIP/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20298

Modified Files:
	.cvsignore GeoIP.spec fetch-geoipdata-city.pl 
	fetch-geoipdata.pl sources 
Log Message:
* Sat Nov 29 2008 Michael Fleming <mfleming+rpm at enlartenment.com> 1.4.5-1
- Update to 1.4.5
- Fix database URL locations in Perl helper scripts



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/GeoIP/F-10/.cvsignore,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- .cvsignore	28 Jan 2008 10:11:54 -0000	1.11
+++ .cvsignore	29 Nov 2008 00:01:32 -0000	1.12
@@ -1 +1 @@
-GeoIP-1.4.4.tar.gz
+GeoIP-1.4.5.tar.gz


Index: GeoIP.spec
===================================================================
RCS file: /cvs/extras/rpms/GeoIP/F-10/GeoIP.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- GeoIP.spec	19 Feb 2008 13:24:17 -0000	1.14
+++ GeoIP.spec	29 Nov 2008 00:01:32 -0000	1.15
@@ -1,12 +1,12 @@
 Name: GeoIP           
-Version: 1.4.4
-Release: 2%{?dist}
+Version: 1.4.5
+Release: 1%{?dist}
 Summary: C library for country/city/organization to IP address or hostname mapping     
 Group: Development/Libraries         
 License: LGPLv2+
 URL: http://www.maxmind.com/app/c            
 Source0: http://www.maxmind.com/download/geoip/api/c/GeoIP-%{version}.tar.gz 
-Source1: http://www.maxmind.com/download/geoip/database/LICENSE.txt
+Source1: LICENSE.txt
 Source2: fetch-geoipdata-city.pl
 Source3: fetch-geoipdata.pl
 Source4: README.Fedora
@@ -79,6 +79,10 @@
 %{_libdir}/libGeoIPUpdate.so
 
 %changelog
+* Sat Nov 29 2008 Michael Fleming <mfleming+rpm at enlartenment.com> 1.4.5-1
+- Update to 1.4.5
+- Fix database URL locations in Perl helper scripts
+
 * Tue Feb 19 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 1.4.4-2
 - Autorebuild for GCC 4.3
 


Index: fetch-geoipdata-city.pl
===================================================================
RCS file: /cvs/extras/rpms/GeoIP/F-10/fetch-geoipdata-city.pl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- fetch-geoipdata-city.pl	28 Jan 2008 10:09:31 -0000	1.1
+++ fetch-geoipdata-city.pl	29 Nov 2008 00:01:32 -0000	1.2
@@ -10,7 +10,7 @@
 my $ipdb     = "GeoLiteCity.dat";
 my $datadir  = "/usr/share/GeoIP/";
 my $fullpath = $datadir . $ipdb;
-my $url = "http://www.maxmind.com/download/geoip/database/GeoLiteCity.dat.gz";
+my $url = "http://geolite.maxmind.com/download/geoip/database/GeoLiteCity.dat.gz";
 my $date = strftime "%Y%m%d", localtime;
 
 # Do we have an existing IP database?


Index: fetch-geoipdata.pl
===================================================================
RCS file: /cvs/extras/rpms/GeoIP/F-10/fetch-geoipdata.pl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- fetch-geoipdata.pl	28 Jan 2008 10:09:31 -0000	1.1
+++ fetch-geoipdata.pl	29 Nov 2008 00:01:32 -0000	1.2
@@ -10,7 +10,7 @@
 my $ipdb     = 'GeoIP.dat';
 my $datadir  = '/usr/share/GeoIP/';
 my $fullpath = $datadir . $ipdb;
-my $url      = 'http://www.maxmind.com/download/geoip/database/GeoIP.dat.gz';
+my $url      = 'http://geolite.maxmind.com/download/geoip/database/GeoLiteCountry/GeoIP.dat.gz';
 my $date     = strftime '%Y%m%d', localtime;
 
 # Do we have an existing IP database?


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/GeoIP/F-10/sources,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- sources	28 Jan 2008 10:11:54 -0000	1.11
+++ sources	29 Nov 2008 00:01:32 -0000	1.12
@@ -1 +1 @@
-27c1320e41e67b9ddcf4118e4eaccd1d  GeoIP-1.4.4.tar.gz
+d95c34cf8ebd48e357b1812db5d75cf1  GeoIP-1.4.5.tar.gz




More information about the fedora-extras-commits mailing list