[perl-IP-Country] add buildrequires perl-Test

Leigh Scott leigh123linux at rpmfusion.org
Wed Jul 20 13:16:51 CEST 2016


commit 5e5d91d01c1a59b3612e14750cba09bee8a6396c
Author: leigh123linux <leigh123linux at googlemail.com>
Date:   Wed Jul 20 12:16:45 2016 +0100

    add buildrequires perl-Test

 perl-IP-Country.spec | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
---
diff --git a/perl-IP-Country.spec b/perl-IP-Country.spec
index ffa40fc..f7e2022 100644
--- a/perl-IP-Country.spec
+++ b/perl-IP-Country.spec
@@ -1,6 +1,6 @@
 Name:           perl-IP-Country
 Version:        2.26
-Release:        7%{?dist}
+Release:        8%{?dist}
 Summary:        Fast lookup of country codes from IP addresses
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -9,6 +9,7 @@ Source0:        http://www.cpan.org/modules/by-module/IP/IP-Country-%{version}.t
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(Test)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
@@ -72,6 +73,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Wed Jul 20 2016 Leigh Scott <leigh123linux at googlemail.com> - 2.26-8
+- add buildrequires perl-Test
+
 * Sun Aug 31 2014 Sérgio Basto <sergio at serjux.com> - 2.26-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
 


More information about the rpmfusion-commits mailing list