[perl-MooseX-Getopt] updating to latest GA CPAN version (0.33)

Iain Arnell iarnell at fedoraproject.org
Sat Oct 9 04:41:15 UTC 2010


commit 5f60d8b174d75767ba127aa845b880f444373f9e
Author: Iain Arnell <iarnell at gmail.com>
Date:   Sat Oct 9 06:41:03 2010 +0200

    updating to latest GA CPAN version (0.33)
    
    - update by Fedora::App::MaintainerTools 0.006
    - altered br on perl(ExtUtils::MakeMaker) (6.42 => 6.31)
    - altered br on perl(Test::More) (0.62 => 0.88)
    - added a new br on perl(Test::Requires) (version 0.05)
    - added a new br on perl(Test::Warn) (version 0.21)

 .gitignore              |    1 +
 perl-MooseX-Getopt.spec |   21 +++++++++++++++------
 sources                 |    2 +-
 3 files changed, 17 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4c63830..5817dc0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 MooseX-Getopt-0.27.tar.gz
+/MooseX-Getopt-0.33.tar.gz
diff --git a/perl-MooseX-Getopt.spec b/perl-MooseX-Getopt.spec
index b71f067..e8f9f7a 100644
--- a/perl-MooseX-Getopt.spec
+++ b/perl-MooseX-Getopt.spec
@@ -1,29 +1,30 @@
 Name:           perl-MooseX-Getopt
 Summary:        Moose role for processing command line options
-Version:        0.27
-Release:        2%{?dist}
+Version:        0.33
+Release:        1%{?dist}
 License:        GPL+ or Artistic
 Group:          Development/Libraries
-Source0:        http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/MooseX-Getopt-%{version}.tar.gz 
+Source0:        http://search.cpan.org/CPAN/authors/id/B/BO/BOBTFISH/MooseX-Getopt-%{version}.tar.gz 
 URL:            http://search.cpan.org/dist/MooseX-Getopt/
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 BuildArch:      noarch
 
-BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.42
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.31
 BuildRequires:  perl(Getopt::Long) >= 2.37
 BuildRequires:  perl(Getopt::Long::Descriptive) >= 0.081
 BuildRequires:  perl(Moose) >= 0.56
 BuildRequires:  perl(Test::Exception) >= 0.21
 BuildRequires:  perl(Test::Moose)
-BuildRequires:  perl(Test::More) >= 0.62
+BuildRequires:  perl(Test::More) >= 0.88
 BuildRequires:  perl(Test::Pod)
+BuildRequires:  perl(Test::Requires) >= 0.05
+BuildRequires:  perl(Test::Warn) >= 0.21
 
 Requires:       perl(Getopt::Long) >= 2.37
 Requires:       perl(Getopt::Long::Descriptive) >= 0.081
 Requires:       perl(Moose) >= 0.56
 
-
 %{?perl_default_filter}
 %{?perl_default_subpackage_tests}
 
@@ -61,6 +62,14 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*
 
 %changelog
+* Sat Oct 09 2010 Iain Arnell <iarnell at gmail.com> 0.33-1
+- update by Fedora::App::MaintainerTools 0.006
+- updating to latest GA CPAN version (0.33)
+- altered br on perl(ExtUtils::MakeMaker) (6.42 => 6.31)
+- altered br on perl(Test::More) (0.62 => 0.88)
+- added a new br on perl(Test::Requires) (version 0.05)
+- added a new br on perl(Test::Warn) (version 0.21)
+
 * Mon May 03 2010 Marcela Maslanova <mmaslano at redhat.com> - 0.27-2
 - Mass rebuild with perl-5.12.0
 
diff --git a/sources b/sources
index 63ed376..240bc34 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-11ed68d03fae4424add1ad964ccdc7c7  MooseX-Getopt-0.27.tar.gz
+0e0a8f46c0325f4f7eb2607f564e8b80  MooseX-Getopt-0.33.tar.gz


More information about the scm-commits mailing list