[perl-Locale-SubCountry] 1.56 bump

Petr Pisar ppisar at fedoraproject.org
Wed Jul 11 12:51:44 UTC 2012


commit 6d4ca7c103646b351e25922441b06c01afaf7697
Author: Petr Písař <ppisar at redhat.com>
Date:   Wed Jul 11 14:51:06 2012 +0200

    1.56 bump

 .gitignore                                         |    1 +
 ...ubCountry-1.51-Fix-subcountry-data-syntax.patch |   59 --------------------
 perl-Locale-SubCountry.spec                        |   19 ++++---
 sources                                            |    2 +-
 4 files changed, 13 insertions(+), 68 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index aba794b..ef64311 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ Locale-SubCountry-1.41.tar.gz
 /Locale-SubCountry-1.47.tar.gz
 /Locale-SubCountry-1.50.tar.gz
 /Locale-SubCountry-1.51.tar.gz
+/Locale-SubCountry-1.56.tar.gz
diff --git a/perl-Locale-SubCountry.spec b/perl-Locale-SubCountry.spec
index 4d1cf6f..2bff88a 100644
--- a/perl-Locale-SubCountry.spec
+++ b/perl-Locale-SubCountry.spec
@@ -1,25 +1,26 @@
 Name:           perl-Locale-SubCountry
-Version:        1.51
-Release:        2%{?dist}
+Version:        1.56
+Release:        1%{?dist}
 Summary:        ISO 3166-2 two letter subcountry codes
 Group:          Development/Libraries
 License:        GPL+ or Artistic
 URL:            http://search.cpan.org/dist/Locale-SubCountry
 Source0:        http://search.cpan.org/CPAN/authors/id/K/KI/KIMRYAN/Locale-SubCountry-%{version}.tar.gz
-# Fix syntax, CPAN RT #78157
-Patch0:         Locale-SubCountry-1.51-Fix-subcountry-data-syntax.patch
 BuildArch:      noarch 
 BuildRequires:  perl(ExtUtils::MakeMaker)
 # Run-time
 BuildRequires:  perl(Exporter)
-BuildRequires:  perl(locale)
+BuildRequires:  perl(locale) >= 1
 # Tests
-BuildRequires:  perl(Test::More)
-BuildRequires:  perl(Test::Simple)
+BuildRequires:  perl(Test::More) >= 0.94
 # Optional test
 BuildRequires:  perl(Test::Pod) >= 1.14
 BuildRequires:  perl(Test::Pod::Coverage) >= 1.04
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+Requires:       perl(locale) >= 1
+
+# Filter under-sepcified dependencies
+%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}^perl\\(locale\\)$
 
 %description
 This module allows you to convert the full name for a countries administrative
@@ -32,7 +33,6 @@ Canada and counties in the UK and Ireland.
 
 %prep
 %setup -q -n Locale-SubCountry-%{version}
-%patch0 -p1
 find examples -type f -exec chmod -c -x {} +
 for i in Changes lib/Locale/SubCountry.pm; do
     iconv --from=ISO-8859-1 --to=UTF-8 $i > new
@@ -60,6 +60,9 @@ make test
 
 
 %changelog
+* Wed Jul 11 2012 Petr Pisar <ppisar at redhat.com> - 1.56-1
+- 1.56 bump
+
 * Mon Jul 09 2012 Petr Pisar <ppisar at redhat.com> - 1.51-2
 - Perl 5.16 rebuild
 
diff --git a/sources b/sources
index 4d4d04c..d50f6ab 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0fb7c9769ab9c85e7b75b52b5ac5a8b3  Locale-SubCountry-1.51.tar.gz
+41e790b4e6a68ac5614687b705fccb5a  Locale-SubCountry-1.56.tar.gz


More information about the scm-commits mailing list