commit 3e3812f886c91566dc3fda201123ed5c4c2ddfca Author: Petr Písař <ppisar@xxxxxxxxxx> Date: Mon Jan 5 10:42:27 2015 +0100 1.19 bump .gitignore | 1 + perl-ExtUtils-Command.spec | 18 +++++++++++------- sources | 2 +- 3 files changed, 13 insertions(+), 8 deletions(-) --- diff --git a/.gitignore b/.gitignore index 9f663ab..a9c2e78 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /ExtUtils-Command-1.18.tar.gz +/ExtUtils-Command-1.19.tar.gz diff --git a/perl-ExtUtils-Command.spec b/perl-ExtUtils-Command.spec index dcc4a71..55b1f97 100644 --- a/perl-ExtUtils-Command.spec +++ b/perl-ExtUtils-Command.spec @@ -1,32 +1,33 @@ Name: perl-ExtUtils-Command -Version: 1.18 -Release: 340%{?dist} +Version: 1.19 +Release: 1%{?dist} Summary: Perl routines to replace common UNIX commands in Makefiles License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/ExtUtils-Command/ -Source0: http://www.cpan.org/authors/id/F/FL/FLORA/ExtUtils-Command-%{version}.tar.gz +Source0: http://www.cpan.org/authors/id/B/BI/BINGOS/ExtUtils-Command-%{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: BuildRequires: perl(Carp) BuildRequires: perl(Exporter) -BuildRequires: perl(File::Basename) -BuildRequires: perl(File::Compare) BuildRequires: perl(File::Copy) BuildRequires: perl(File::Find) BuildRequires: perl(File::Path) +# File::Spec not used on Linux BuildRequires: perl(vars) # VMS::Feature not used on Linux # Tests: BuildRequires: perl(File::Spec) BuildRequires: perl(Test::More) -# Test::Pod 1.41 not used Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) +Requires: perl(Carp) +Requires: perl(File::Copy) Requires: perl(File::Find) +Requires: perl(File::Path) %description This Perl module is used to replace common UNIX commands. In all cases the @@ -54,6 +55,9 @@ make test %{_mandir}/man3/* %changelog +* Mon Jan 05 2015 Petr Pisar <ppisar@xxxxxxxxxx> - 1.19-1 +- 1.19 bump + * Tue Nov 18 2014 Petr Pisar <ppisar@xxxxxxxxxx> - 1.18-340 - Increase release number to supersede perl's sub-package diff --git a/sources b/sources index 45e8daf..089b5ec 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -212926e233620d09307566a14a1ce7e0 ExtUtils-Command-1.18.tar.gz +35f424bea7b66d951f51331aaeec356b ExtUtils-Command-1.19.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