commit 70e991bbf6fc357a6759ce713f640c2100c21fc4 Author: Petr Písař <ppisar@xxxxxxxxxx> Date: Thu Aug 28 12:54:19 2014 +0200 0.015 bump .gitignore | 2 ++ perl-utf8-all.spec | 12 ++++++++++-- sources | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) --- diff --git a/.gitignore b/.gitignore index daaacee..e81d937 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,5 @@ /utf8-all-0.011.tar.gz /utf8-all-0.012.tar.gz /utf8-all-0.013.tar.gz +/utf8-all-0.014.tar.gz +/utf8-all-0.015.tar.gz diff --git a/perl-utf8-all.spec b/perl-utf8-all.spec index f8eae4d..8789360 100644 --- a/perl-utf8-all.spec +++ b/perl-utf8-all.spec @@ -1,6 +1,6 @@ Name: perl-utf8-all -Version: 0.013 -Release: 2%{?dist} +Version: 0.015 +Release: 1%{?dist} Summary: Turn on Unicode everywhere License: GPL+ or Artistic Group: Development/Libraries @@ -13,8 +13,10 @@ BuildRequires: perl(warnings) BuildRequires: perl(Module::Build) >= 0.28 # Run-time: BuildRequires: perl(charnames) +BuildRequires: perl(Cwd) BuildRequires: perl(Encode) BuildRequires: perl(feature) +BuildRequires: perl(File::Find) BuildRequires: perl(Import::Into) BuildRequires: perl(open) BuildRequires: perl(parent) @@ -22,6 +24,7 @@ BuildRequires: perl(Symbol) BuildRequires: perl(utf8) # Tests: BuildRequires: perl(autodie) +BuildRequires: perl(constant) BuildRequires: perl(File::Spec) BuildRequires: perl(IO::Handle) BuildRequires: perl(IPC::Open3) @@ -32,6 +35,8 @@ BuildRequires: perl(Test::More) >= 0.96 BuildRequires: perl(Test::Warn) BuildRequires: perl(version) >= 0.77 Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) +Requires: perl(Cwd) +Requires: perl(File::Find) %description Pragma utf8 allows you to write your Perl encoded in UTF-8. That means UTF-8 @@ -62,6 +67,9 @@ perl Build.PL installdirs=vendor %{_mandir}/man3/* %changelog +* Fri Aug 29 2014 Petr Pisar <ppisar@xxxxxxxxxx> - 0.015-1 +- 0.015 bump + * Fri Aug 29 2014 Jitka Plesnikova <jplesnik@xxxxxxxxxx> - 0.013-2 - Perl 5.20 rebuild diff --git a/sources b/sources index 5b13d01..a772a39 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9f5116860159694bd6536660e3d31cf4 utf8-all-0.013.tar.gz +656b68076393901f4a6b1901cc17b96b utf8-all-0.015.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