commit 3ab5faca97269c7e76875fbc804c161ba42f6c0b Author: Petr Písař <ppisar@xxxxxxxxxx> Date: Mon Jul 29 13:25:40 2013 +0200 1.62 bump .gitignore | 1 + perl-Locale-SubCountry.spec | 19 ++++++++++++++----- sources | 2 +- 3 files changed, 16 insertions(+), 6 deletions(-) --- diff --git a/.gitignore b/.gitignore index ca1244e..e8f35a8 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ Locale-SubCountry-1.41.tar.gz /Locale-SubCountry-1.59.tar.gz /Locale-SubCountry-1.60.tar.gz /Locale-SubCountry-1.61.tar.gz +/Locale-SubCountry-1.62.tar.gz diff --git a/perl-Locale-SubCountry.spec b/perl-Locale-SubCountry.spec index fd94b21..288485a 100644 --- a/perl-Locale-SubCountry.spec +++ b/perl-Locale-SubCountry.spec @@ -1,5 +1,5 @@ Name: perl-Locale-SubCountry -Version: 1.61 +Version: 1.62 Release: 1%{?dist} Summary: ISO 3166-2 two letter subcountry codes Group: Development/Libraries @@ -12,6 +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 # Tests BuildRequires: perl(Test::More) >= 0.94 # Optional test @@ -19,9 +22,12 @@ 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\\)$ +%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}^perl\\((locale|strict|utf8|warnings)\\)$ %description This module allows you to convert the full name for a countries administrative @@ -35,9 +41,9 @@ Canada and counties in the UK and Ireland. %prep %setup -q -n Locale-SubCountry-%{version} 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 - mv new $i +for i in Changes; do + iconv --from=ISO-8859-1 --to=UTF-8 "$i" > new + mv new "$i" done %build @@ -59,6 +65,9 @@ make test %changelog +* Mon Jul 29 2013 Petr Pisar <ppisar@xxxxxxxxxx> - 1.62-1 +- 1.62 bump + * Fri Feb 15 2013 Petr Pisar <ppisar@xxxxxxxxxx> - 1.61-1 - 1.61 bump diff --git a/sources b/sources index ba13661..aacfdb5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f684b1bd3f14718e357458be387b1c1a Locale-SubCountry-1.61.tar.gz +e580dd9a3e3573210fa3a87ab88b7f48 Locale-SubCountry-1.62.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel