[GeoIP/f16] Update for 1.4.8

Michael Fleming mfleming at fedoraproject.org
Tue Sep 6 03:28:30 UTC 2011


commit 1d6e621f8ae905304470a6e58b961d2d38e3780b
Author: Michael Fleming <mfleming at thatfleminggent.com>
Date:   Tue Sep 6 13:27:58 2011 +1000

    Update for 1.4.8

 .gitignore |    1 +
 GeoIP.spec |    9 +++------
 sources    |    2 +-
 3 files changed, 5 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 485a189..d85cd3f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 GeoIP-1.4.6.tar.gz
+/GeoIP-1.4.8.tar.gz
diff --git a/GeoIP.spec b/GeoIP.spec
index 84e9290..37941de 100644
--- a/GeoIP.spec
+++ b/GeoIP.spec
@@ -1,17 +1,15 @@
-%define tarballversion 1.4.6
 Name: GeoIP           
-Version: 1.4.7
-Release: 0.2.20090931cvs%{?dist}
+Version: 1.4.8
+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-%{tarballversion}.tar.gz 
+Source0: http://www.maxmind.com/download/geoip/api/c/GeoIP-%{version}.tar.gz 
 Source1: LICENSE.txt
 Source2: fetch-geoipdata-city.pl
 Source3: fetch-geoipdata.pl
 Source4: README.Fedora
-Patch0: geoip-1.4.6-ipv6.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Obsoletes: geoip < %{version}-%{release}
 Provides: geoip = %{version}-%{release}
@@ -36,7 +34,6 @@ Development headers and static libraries for building GeoIP-based applications
 
 %prep
 %setup -q -n %{name}-%{tarballversion}
-%patch0 -p1
 install -D -m644 %{SOURCE1} LICENSE.txt
 install -D -m644 %{SOURCE2} fetch-geoipdata-city.pl
 install -D -m644 %{SOURCE3} fetch-geoipdata.pl
diff --git a/sources b/sources
index 7432cbe..97304e4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-cb14b1beeb40631a12676b11ca0c309a  GeoIP-1.4.6.tar.gz
+05b7300435336231b556df5ab36f326d  GeoIP-1.4.8.tar.gz


More information about the scm-commits mailing list