[perl-App-Cmd] update to 0.312

Iain Arnell iarnell at fedoraproject.org
Sun Oct 2 07:33:50 UTC 2011


commit c243bee203461a601d700521792384047596d7d1
Author: Iain Arnell <iarnell at gmail.com>
Date:   Sun Oct 2 09:28:04 2011 +0200

    update to 0.312

 .gitignore        |    1 +
 perl-App-Cmd.spec |   10 ++++++----
 sources           |    2 +-
 3 files changed, 8 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 904aa16..253fc4d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 App-Cmd-0.307.tar.gz
 /App-Cmd-0.309.tar.gz
 /App-Cmd-0.311.tar.gz
+/App-Cmd-0.312.tar.gz
diff --git a/perl-App-Cmd.spec b/perl-App-Cmd.spec
index 7a8c025..dc7a8c6 100644
--- a/perl-App-Cmd.spec
+++ b/perl-App-Cmd.spec
@@ -1,7 +1,7 @@
 Name:           perl-App-Cmd
 Summary:        Write command line apps with less suffering
-Version:        0.311
-Release:        2%{?dist}
+Version:        0.312
+Release:        1%{?dist}
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 Source0:        http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/App-Cmd-%{version}.tar.gz 
@@ -14,7 +14,7 @@ BuildRequires:  perl(Class::Load) >= 0.06
 BuildRequires:  perl(constant)
 BuildRequires:  perl(Data::Dumper)
 BuildRequires:  perl(Data::OptList)
-BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.31
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.30
 BuildRequires:  perl(File::Basename)
 BuildRequires:  perl(Getopt::Long::Descriptive) >= 0.084
 BuildRequires:  perl(IO::TieCombine) >= 1
@@ -61,12 +61,14 @@ find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';'
 make test
 
 %files
-%defattr(-,root,root,-)
 %doc Changes LICENSE README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*.3*
 
 %changelog
+* Sun Oct 02 2011 Iain Arnell <iarnell at gmail.com> 0.312-1
+- update to latest upstream version
+
 * Tue Jul 19 2011 Petr Sabata <contyk at redhat.com> - 0.311-2
 - Perl mass rebuild
 
diff --git a/sources b/sources
index 10ed6b2..dceee9c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e760832cc3dbc703c3117453b37829eb  App-Cmd-0.311.tar.gz
+5e2b552c5fa03588d1585398b73e7b23  App-Cmd-0.312.tar.gz



More information about the perl-devel mailing list