[perl-Geo-IP] Update to 1.45

Emmanuel Seyman eseyman at fedoraproject.org
Sun Oct 5 09:00:37 UTC 2014


commit 6698dfe3fd6e33efe6803175188ef7327b6698cb
Author: Emmanuel Seyman <emmanuel at seyman.fr>
Date:   Sun Oct 5 11:00:30 2014 +0200

    Update to 1.45

 .gitignore                                         |    1 +
 ...IP-1.40-Drop-failing-namelookup-unit-test.patch |   35 --------------------
 perl-Geo-IP.spec                                   |   13 ++++---
 sources                                            |    2 +-
 4 files changed, 10 insertions(+), 41 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8018671..88f0516 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ Geo-IP-1.38.tar.gz
 /Geo-IP-1.40.tar.gz
 /Geo-IP-1.42.tar.gz
 /Geo-IP-1.43.tar.gz
+/Geo-IP-1.45.tar.gz
diff --git a/perl-Geo-IP.spec b/perl-Geo-IP.spec
index 24b68d7..48e4c6b 100644
--- a/perl-Geo-IP.spec
+++ b/perl-Geo-IP.spec
@@ -1,17 +1,17 @@
 Name:             perl-Geo-IP
 Summary:          Efficient Perl bindings for the GeoIP location database
-Version:          1.43
-Release:          2%{?dist}
+Version:          1.45
+Release:          1%{?dist}
 URL:              http://search.cpan.org/dist/Geo-IP/
 License:          GPL+ or Artistic
 
-Source0:          http://search.cpan.org/CPAN/authors/id/B/BO/BORISZ/Geo-IP-%{version}.tar.gz
+Source0:          http://search.cpan.org/CPAN/authors/id/M/MA/MAXMIND/Geo-IP-%{version}.tar.gz
 
-Patch0:           Geo-IP-1.40-Drop-failing-namelookup-unit-test.patch
 Patch1:           Geo-IP-1.40-Fix-shebangs-in-example-files.patch
 
 BuildRequires:    GeoIP-devel
 BuildRequires:    perl(ExtUtils::MakeMaker)
+BuildRequires:    perl(Test::More)
 
 Requires:         perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
@@ -28,7 +28,6 @@ similar modules.
 %prep
 %setup -q -n Geo-IP-%{version}
 
-%patch0 -p1
 %patch1 -p1
 
 
@@ -60,6 +59,10 @@ make test
 
 
 %changelog
+* Sun Oct 05 2014 Emmanuel Seyman <emmanuel at seyman.fr> - 1.45-1
+- Update to 1.45
+- Drop Patch0 (no longer applies)
+
 * Wed Sep 03 2014 Jitka Plesnikova <jplesnik at redhat.com> - 1.43-2
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index 9d3bb7a..5d98035 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1a24af3f3b78f7a6c613e06b91593d10  Geo-IP-1.43.tar.gz
+781fbf2a6b6505e86e3e5ebe05254928  Geo-IP-1.45.tar.gz



More information about the perl-devel mailing list