[perl-Catalyst-Runtime] updating to latest GA CPAN version (5.80029)

Iain Arnell iarnell at fedoraproject.org
Sat Oct 9 05:44:56 UTC 2010


commit ffb7eca912b8f98dfa58a12122f7d444ac25bc82
Author: Iain Arnell <iarnell at gmail.com>
Date:   Sat Oct 9 07:44:46 2010 +0200

    updating to latest GA CPAN version (5.80029)
    
    - update by Fedora::App::MaintainerTools 0.006
    - added a new br on perl(HTML::HeadParser) (version 0)
    - altered br on perl(MooseX::Getopt) (0.25 => 0.30)
    - added a new req on perl(HTML::HeadParser) (version 0)
    - altered req on perl(MooseX::Getopt) (0.25 => 0.30)
    - disable auto_install

 .gitignore                 |    1 +
 perl-Catalyst-Runtime.spec |   20 ++++++++++++++++----
 sources                    |    2 +-
 3 files changed, 18 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 580b4b3..a3bd588 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 Catalyst-Runtime-5.80021.tar.gz
 /Catalyst-Runtime-5.80025.tar.gz
+/Catalyst-Runtime-5.80029.tar.gz
diff --git a/perl-Catalyst-Runtime.spec b/perl-Catalyst-Runtime.spec
index 1fcffe4..fc74d4d 100644
--- a/perl-Catalyst-Runtime.spec
+++ b/perl-Catalyst-Runtime.spec
@@ -1,6 +1,6 @@
 Name:           perl-Catalyst-Runtime
 Summary:        Catalyst Framework Runtime
-Version:        5.80025
+Version:        5.80029
 Release:        1%{?dist}
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -22,6 +22,7 @@ BuildRequires:  perl(Data::Dump)
 BuildRequires:  perl(Data::OptList)
 BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.42
 BuildRequires:  perl(HTML::Entities)
+BuildRequires:  perl(HTML::HeadParser)
 BuildRequires:  perl(HTTP::Body) >= 1.06
 BuildRequires:  perl(HTTP::Headers) >= 1.64
 BuildRequires:  perl(HTTP::Request) >= 5.814
@@ -32,7 +33,7 @@ BuildRequires:  perl(LWP::UserAgent)
 BuildRequires:  perl(Module::Pluggable) >= 3.9
 BuildRequires:  perl(Moose) >= 1.03
 BuildRequires:  perl(MooseX::Emulate::Class::Accessor::Fast) >= 0.00903
-BuildRequires:  perl(MooseX::Getopt) >= 0.25
+BuildRequires:  perl(MooseX::Getopt) >= 0.30
 BuildRequires:  perl(MooseX::MethodAttributes::Inheritable) >= 0.19
 BuildRequires:  perl(MooseX::Role::WithOverloading) >= 0.05
 BuildRequires:  perl(MooseX::Types)
@@ -75,6 +76,7 @@ Requires:       perl(Class::MOP) >= 0.95
 Requires:       perl(Data::Dump)
 Requires:       perl(Data::OptList)
 Requires:       perl(HTML::Entities)
+Requires:       perl(HTML::HeadParser)
 Requires:       perl(HTTP::Body) >= 1.06
 Requires:       perl(HTTP::Headers) >= 1.64
 Requires:       perl(HTTP::Request) >= 5.814
@@ -85,7 +87,7 @@ Requires:       perl(LWP::UserAgent)
 Requires:       perl(Module::Pluggable) >= 3.9
 Requires:       perl(Moose) >= 1.03
 Requires:       perl(MooseX::Emulate::Class::Accessor::Fast) >= 0.00903
-Requires:       perl(MooseX::Getopt) >= 0.25
+Requires:       perl(MooseX::Getopt) >= 0.30
 Requires:       perl(MooseX::MethodAttributes::Inheritable) >= 0.19
 Requires:       perl(MooseX::Role::WithOverloading) >= 0.05
 Requires:       perl(MooseX::Types)
@@ -118,6 +120,7 @@ Group:          Development/Libraries
 Requires:       %{name} = %{version}-%{release}
 
 %description    scripts
+
 The %{name}-scripts package contains scripts distributed with
 %{name} but generally used for developing Catalyst applications.
 
@@ -133,7 +136,7 @@ find .  -type f -exec chmod -c -x {} +
 find t/ -type f -exec perl -pi -e 's|^#!perl|#!%{__perl}|' {} +
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+PERL5_CPANPLUS_IS_RUNNING=1 %{__perl} Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
 
 %install
@@ -181,6 +184,15 @@ rm -rf %{buildroot}
 %{_mandir}/man1/*
 
 %changelog
+* Sat Oct 09 2010 Iain Arnell <iarnell at gmail.com> 5.80029-1
+- update by Fedora::App::MaintainerTools 0.006
+- updating to latest GA CPAN version (5.80029)
+- added a new br on perl(HTML::HeadParser) (version 0)
+- altered br on perl(MooseX::Getopt) (0.25 => 0.30)
+- added a new req on perl(HTML::HeadParser) (version 0)
+- altered req on perl(MooseX::Getopt) (0.25 => 0.30)
+- disable auto_install
+
 * Sat Aug 28 2010 Iain Arnell <iarnell at gmail.com> 5.80025-1
 - update by Fedora::App::MaintainerTools 0.006
 - updating to latest GA CPAN version (5.80025)
diff --git a/sources b/sources
index 0c0bf81..7812ff9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ae1faa18e1f984ba550f2fe8a2d52c97  Catalyst-Runtime-5.80025.tar.gz
+4f9f169ba96360898edefb2ee28fede5  Catalyst-Runtime-5.80029.tar.gz


More information about the scm-commits mailing list