commit bbe05a148aa1f2547ab163699b1c68b3e11af127 Author: Petr Písař <ppisar@xxxxxxxxxx> Date: Wed Oct 8 14:17:33 2014 +0200 0.09 bump .gitignore | 1 + perl-List-AllUtils.spec | 21 +++++++++++++++------ sources | 2 +- 3 files changed, 17 insertions(+), 7 deletions(-) --- diff --git a/.gitignore b/.gitignore index 0cd000c..003eb3e 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /List-AllUtils-0.05.tar.gz /List-AllUtils-0.07.tar.gz /List-AllUtils-0.08.tar.gz +/List-AllUtils-0.09.tar.gz diff --git a/perl-List-AllUtils.spec b/perl-List-AllUtils.spec index 19fc1f2..fe542b1 100644 --- a/perl-List-AllUtils.spec +++ b/perl-List-AllUtils.spec @@ -1,6 +1,6 @@ Name: perl-List-AllUtils -Version: 0.08 -Release: 2%{?dist} +Version: 0.09 +Release: 1%{?dist} Summary: Combines List::Util and List::MoreUtils License: GPL+ or Artistic Group: Development/Libraries @@ -8,7 +8,7 @@ URL: http://search.cpan.org/dist/List-AllUtils/ Source0: http://www.cpan.org/authors/id/D/DR/DROLSKY/List-AllUtils-%{version}.tar.gz BuildArch: noarch BuildRequires: perl -BuildRequires: perl(ExtUtils::MakeMaker) >= 6.30 +BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(strict) BuildRequires: perl(warnings) # Run-time: @@ -17,9 +17,15 @@ BuildRequires: perl(Exporter) BuildRequires: perl(List::MoreUtils) >= 0.28 BuildRequires: perl(List::Util) >= 1.31 # Tests: -BuildRequires: perl(File::Find) -BuildRequires: perl(File::Temp) +BuildRequires: perl(File::Spec) +BuildRequires: perl(IO::Handle) +BuildRequires: perl(IPC::Open3) BuildRequires: perl(Test::More) >= 0.88 +# Test::NoTabs not used +# Test::Pod::LinkCheck not used +# Test::Portability::Files not used +# Test::Spelling 0.12 not used +# Test::Synopsis not used BuildRequires: perl(Test::Warnings) Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) @@ -45,11 +51,14 @@ find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; make test %files -%doc Changes LICENSE README +%doc Changes LICENSE README.md %{perl_vendorlib}/* %{_mandir}/man3/* %changelog +* Wed Oct 08 2014 Petr Pisar <ppisar@xxxxxxxxxx> - 0.09-1 +- 0.09 bump + * Sat Jun 07 2014 Fedora Release Engineering <rel-eng@xxxxxxxxxxxxxxxxxxxxxxx> - 0.08-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild diff --git a/sources b/sources index 8ee24fb..3112c9e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0becef45aaf3556685ab798a132c014e List-AllUtils-0.08.tar.gz +3e2dfeeef80c4e1952443c6b7d48583c List-AllUtils-0.09.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