From 6698dfe3fd6e33efe6803175188ef7327b6698cb Mon Sep 17 00:00:00 2001 From: Emmanuel Seyman Date: Oct 05 2014 09:00:30 +0000 Subject: Update to 1.45 --- 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/Geo-IP-1.40-Drop-failing-namelookup-unit-test.patch b/Geo-IP-1.40-Drop-failing-namelookup-unit-test.patch deleted file mode 100644 index 05e318d..0000000 --- a/Geo-IP-1.40-Drop-failing-namelookup-unit-test.patch +++ /dev/null @@ -1,35 +0,0 @@ -From 2e930405d97b2f8518e18bbd933a41cb9bfd4603 Mon Sep 17 00:00:00 2001 -From: Mathieu Bridon -Date: Wed, 24 Oct 2012 17:52:01 +0800 -Subject: [PATCH] Drop failing namelookup unit test - -This unit tests needs a network connection, to resolve the -domain name. - -That can't work on the Fedora builders as they don't have any -network connection available. ---- - t/2_namelookup.t | 3 +-- - 1 files changed, 1 insertions(+), 2 deletions(-) - -diff --git a/t/2_namelookup.t b/t/2_namelookup.t -index 28532a3..328073b 100644 ---- a/t/2_namelookup.t -+++ b/t/2_namelookup.t -@@ -5,7 +5,7 @@ use Test; - - $^W = 1; - --BEGIN { plan tests => 11 } -+BEGIN { plan tests => 10 } - - use Geo::IP; - -@@ -29,4 +29,3 @@ __DATA__ - 194.244.83.2 IT - 203.15.106.23 AU - 196.31.1.1 ZA --yahoo.com US --- -1.7.7.6 - 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 - 1.45-1 +- Update to 1.45 +- Drop Patch0 (no longer applies) + * Wed Sep 03 2014 Jitka Plesnikova - 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