[perl-Catalyst-Runtime] update to 5.80032

Iain Arnell iarnell at fedoraproject.org
Mon Mar 7 16:44:56 UTC 2011


commit 39d48e2645be9f9095494ee5bb90248835d5fb04
Author: Iain Arnell <iarnell at gmail.com>
Date:   Mon Mar 7 17:34:49 2011 +0100

    update to 5.80032

 .gitignore                 |    1 +
 perl-Catalyst-Runtime.spec |   20 +++++++++-----------
 sources                    |    2 +-
 3 files changed, 11 insertions(+), 12 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 081791c..52a490e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ Catalyst-Runtime-5.80021.tar.gz
 /Catalyst-Runtime-5.80025.tar.gz
 /Catalyst-Runtime-5.80029.tar.gz
 /Catalyst-Runtime-5.80030.tar.gz
+/Catalyst-Runtime-5.80032.tar.gz
diff --git a/perl-Catalyst-Runtime.spec b/perl-Catalyst-Runtime.spec
index b75de78..2acd99b 100644
--- a/perl-Catalyst-Runtime.spec
+++ b/perl-Catalyst-Runtime.spec
@@ -1,12 +1,11 @@
 Name:           perl-Catalyst-Runtime
 Summary:        Catalyst Framework Runtime
-Version:        5.80030
-Release:        2%{?dist}
+Version:        5.80032
+Release:        1%{?dist}
 License:        GPL+ or Artistic
 Group:          Development/Libraries
-Source0:        http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/Catalyst-Runtime-%{version}.tar.gz
+Source0:        http://search.cpan.org/CPAN/authors/id/B/BO/BOBTFISH/Catalyst-Runtime-%{version}.tar.gz
 URL:            http://search.cpan.org/dist/Catalyst-Runtime/
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 BuildArch:      noarch
 
@@ -35,7 +34,7 @@ BuildRequires:  perl(Moose) >= 1.03
 BuildRequires:  perl(MooseX::Emulate::Class::Accessor::Fast) >= 0.00903
 BuildRequires:  perl(MooseX::Getopt) >= 0.30
 BuildRequires:  perl(MooseX::MethodAttributes::Inheritable) >= 0.24
-BuildRequires:  perl(MooseX::Role::WithOverloading) >= 0.05
+BuildRequires:  perl(MooseX::Role::WithOverloading) >= 0.09
 BuildRequires:  perl(MooseX::Types)
 BuildRequires:  perl(MooseX::Types::Common::Numeric)
 BuildRequires:  perl(MRO::Compat)
@@ -88,7 +87,7 @@ Requires:       perl(Moose) >= 1.03
 Requires:       perl(MooseX::Emulate::Class::Accessor::Fast) >= 0.00903
 Requires:       perl(MooseX::Getopt) >= 0.30
 Requires:       perl(MooseX::MethodAttributes::Inheritable) >= 0.24
-Requires:       perl(MooseX::Role::WithOverloading) >= 0.05
+Requires:       perl(MooseX::Role::WithOverloading) >= 0.09
 Requires:       perl(MooseX::Types)
 Requires:       perl(MooseX::Types::Common::Numeric)
 Requires:       perl(MRO::Compat)
@@ -139,8 +138,6 @@ PERL5_CPANPLUS_IS_RUNNING=1 %{__perl} Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
 
 %install
-rm -rf %{buildroot}
-
 make pure_install DESTDIR=%{buildroot}
 
 find %{buildroot} -type f -name .packlist -exec rm -f {} \;
@@ -168,9 +165,6 @@ export TEST_STRESS=1
 make test
 make clean
 
-%clean
-rm -rf %{buildroot}
-
 %files
 %defattr(-,root,root,-)
 %doc Changes COPYING*
@@ -183,6 +177,10 @@ rm -rf %{buildroot}
 %{_mandir}/man1/*
 
 %changelog
+* Mon Mar 07 2011 Iain Arnell <iarnell at gmail.com> 5.80032-1
+- update to latest upstream version
+- clean up spec for modern rpmbuild
+
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 5.80030-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index e6d3318..062b627 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0345021a910c79e5a4491c1abe65deb5  Catalyst-Runtime-5.80030.tar.gz
+a44aabbf6c89ed4c26464167d53b6fab  Catalyst-Runtime-5.80032.tar.gz


More information about the scm-commits mailing list