[perl-Locale-SubCountry] 1.59 bump

Petr Pisar ppisar at fedoraproject.org
Thu Jan 24 16:24:14 UTC 2013


commit 5ac4e7e0636cdf82b306b35bde238c30e628784b
Author: Petr Písař <ppisar at redhat.com>
Date:   Thu Jan 24 17:23:55 2013 +0100

    1.59 bump

 .gitignore                  |    1 +
 perl-Locale-SubCountry.spec |   10 +++++++---
 sources                     |    2 +-
 3 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3296ba8..005d4a8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ Locale-SubCountry-1.41.tar.gz
 /Locale-SubCountry-1.51.tar.gz
 /Locale-SubCountry-1.56.tar.gz
 /Locale-SubCountry-1.57.tar.gz
+/Locale-SubCountry-1.59.tar.gz
diff --git a/perl-Locale-SubCountry.spec b/perl-Locale-SubCountry.spec
index 52f1d3c..ec3e678 100644
--- a/perl-Locale-SubCountry.spec
+++ b/perl-Locale-SubCountry.spec
@@ -1,5 +1,5 @@
 Name:           perl-Locale-SubCountry
-Version:        1.57
+Version:        1.59
 Release:        1%{?dist}
 Summary:        ISO 3166-2 two letter subcountry codes
 Group:          Development/Libraries
@@ -7,6 +7,7 @@ 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
 BuildArch:      noarch 
+BuildRequires:  perl
 BuildRequires:  perl(ExtUtils::MakeMaker)
 # Run-time
 BuildRequires:  perl(Exporter)
@@ -14,7 +15,7 @@ BuildRequires:  perl(locale) >= 1
 # Tests
 BuildRequires:  perl(Test::More) >= 0.94
 # Optional test
-BuildRequires:  perl(Test::Pod) >= 1.44
+BuildRequires:  perl(Test::Pod) >= 1.04
 BuildRequires:  perl(Test::Pod::Coverage) >= 1.04
 Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 Requires:       perl(locale) >= 1
@@ -25,7 +26,7 @@ Requires:       perl(locale) >= 1
 %description
 This module allows you to convert the full name for a countries administrative
 region to the code commonly used for postal addressing. The reverse look-up
-can also be done. Sub country codes are defined in "ISO 3166-2:1998, Codes for
+can also be done. Sub country codes are defined in "ISO 3166-2:2007, Codes for
 the representation of names of countries and their subdivisions".
 
 Sub countries are termed as states in the US and Australia, provinces in
@@ -58,6 +59,9 @@ make test
 
 
 %changelog
+* Thu Jan 24 2013 Petr Pisar <ppisar at redhat.com> - 1.59-1
+- 1.59 bump
+
 * Tue Jan 15 2013 Petr Pisar <ppisar at redhat.com> - 1.57-1
 - 1.57 bump
 
diff --git a/sources b/sources
index f274943..4f23227 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ccf4e5efd83597b56b6a71f8518d3acf  Locale-SubCountry-1.57.tar.gz
+3a9ed7ce2aa56e5bd1fc4d9ba3e84b42  Locale-SubCountry-1.59.tar.gz



More information about the perl-devel mailing list