[perl-Catalyst-Manual] update to 5.9002

Iain Arnell iarnell at fedoraproject.org
Sat Oct 1 07:45:55 UTC 2011


commit c05447f0a5bcef43dc36e734683c01b9226298c6
Author: Iain Arnell <iarnell at gmail.com>
Date:   Sat Oct 1 09:45:37 2011 +0200

    update to 5.9002

 .gitignore                |    1 +
 perl-Catalyst-Manual.spec |   14 +++++++++-----
 sources                   |    2 +-
 3 files changed, 11 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c70734d..581b83a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 Catalyst-Manual-5.8004.tar.gz
 /Catalyst-Manual-5.8005.tar.gz
+/Catalyst-Manual-5.9002.tar.gz
diff --git a/perl-Catalyst-Manual.spec b/perl-Catalyst-Manual.spec
index 4fa94ec..bfdc0f2 100644
--- a/perl-Catalyst-Manual.spec
+++ b/perl-Catalyst-Manual.spec
@@ -1,16 +1,15 @@
 Name:           perl-Catalyst-Manual
 Summary:        Catalyst web framework manual
 Epoch:          1
-Version:        5.8005
-Release:        3%{?dist}
+Version:        5.9002
+Release:        1%{?dist}
 License:        GPL+ or Artistic
 Group:          Development/Libraries
-Source0:        http://search.cpan.org/CPAN/authors/id/Z/ZA/ZARQUON/Catalyst-Manual-%{version}.tar.gz
+Source0:        http://search.cpan.org/CPAN/authors/id/H/HK/HKCLARK/Catalyst-Manual-%{version}.tar.gz
 URL:            http://search.cpan.org/dist/Catalyst-Manual/
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 BuildArch:      noarch
 
-BuildRequires:  perl(CPAN)
 BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.42
 BuildRequires:  perl(Test::More)
 
@@ -23,6 +22,9 @@ This is the manual to the Catalyst web framework.
 %prep
 %setup -q -n Catalyst-Manual-%{version}
 
+#remove extraneous .gitignore
+find -name .gitignore -print0 | xargs -0 rm -f
+
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
@@ -39,12 +41,14 @@ find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
 make test
 
 %files
-%defattr(-,root,root,-)
 %doc Changes README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Sat Oct 01 2011 Iain Arnell <iarnell at gmail.com> 1:5.9002-1
+- update to latest upstream version
+
 * Fri Jun 17 2011 Marcela Mašláňová <mmaslano at redhat.com> - 1:5.8005-3
 - Perl mass rebuild
 
diff --git a/sources b/sources
index 6f4dd8a..4f4a649 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1ed3f6116e081906a4c4ac348072ec75  Catalyst-Manual-5.8005.tar.gz
+b9dcaf8a7030994af617efea255e03ea  Catalyst-Manual-5.9002.tar.gz



More information about the perl-devel mailing list