[perl-Locale-SubCountry] 1.63 bump

Petr Pisar ppisar at fedoraproject.org
Mon Apr 14 10:55:43 UTC 2014


commit 23bd8f5936d161eee4885196c8da8e7b9080fe0d
Author: Petr Písař <ppisar at redhat.com>
Date:   Mon Apr 14 12:54:54 2014 +0200

    1.63 bump

 .gitignore                  |    1 +
 perl-Locale-SubCountry.spec |   18 +++++++++---------
 sources                     |    2 +-
 3 files changed, 11 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e8f35a8..964c653 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@ Locale-SubCountry-1.41.tar.gz
 /Locale-SubCountry-1.60.tar.gz
 /Locale-SubCountry-1.61.tar.gz
 /Locale-SubCountry-1.62.tar.gz
+/Locale-SubCountry-1.63.tar.gz
diff --git a/perl-Locale-SubCountry.spec b/perl-Locale-SubCountry.spec
index 485f7d5..a07c12d 100644
--- a/perl-Locale-SubCountry.spec
+++ b/perl-Locale-SubCountry.spec
@@ -1,6 +1,6 @@
 Name:           perl-Locale-SubCountry
-Version:        1.62
-Release:        2%{?dist}
+Version:        1.63
+Release:        1%{?dist}
 Summary:        ISO 3166-2 two letter subcountry codes
 Group:          Development/Libraries
 License:        GPL+ or Artistic
@@ -12,9 +12,9 @@ BuildRequires:  perl(ExtUtils::MakeMaker)
 # Run-time
 BuildRequires:  perl(Exporter)
 BuildRequires:  perl(locale) >= 1
-BuildRequires:  perl(strict) >= 1.04
-BuildRequires:  perl(utf8) >= 1.09
-BuildRequires:  perl(warnings) >= 1.12
+BuildRequires:  perl(strict)
+BuildRequires:  perl(utf8)
+BuildRequires:  perl(warnings)
 # Tests
 BuildRequires:  perl(Test::More) >= 0.94
 # Optional test
@@ -22,12 +22,9 @@ 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
-Requires:       perl(strict) >= 1.04
-Requires:       perl(utf8) >= 1.09
-Requires:       perl(warnings) >= 1.12
 
 # Filter under-sepcified dependencies
-%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}^perl\\((locale|strict|utf8|warnings)\\)$
+%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}^perl\\(locale\\)$
 
 %description
 This module allows you to convert the full name for a countries administrative
@@ -65,6 +62,9 @@ make test
 
 
 %changelog
+* Mon Apr 14 2014 Petr Pisar <ppisar at redhat.com> - 1.63-1
+- 1.63 bump
+
 * Sat Aug 03 2013 Petr Pisar <ppisar at redhat.com> - 1.62-2
 - Perl 5.18 rebuild
 
diff --git a/sources b/sources
index aacfdb5..ef54986 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e580dd9a3e3573210fa3a87ab88b7f48  Locale-SubCountry-1.62.tar.gz
+07261b9b1597c76f29a627890d0e57a7  Locale-SubCountry-1.63.tar.gz


More information about the scm-commits mailing list