[perl-Catalyst-Action-REST] update to 0.95

Iain Arnell iarnell at fedoraproject.org
Thu Jan 5 11:22:53 UTC 2012


commit 68070f6afbe86959dd2603c44ab71d8f99b3c7b3
Author: Iain Arnell <iarnell at gmail.com>
Date:   Thu Jan 5 12:22:16 2012 +0100

    update to 0.95

 .gitignore                     |    1 +
 perl-Catalyst-Action-REST.spec |   10 ++++++----
 sources                        |    2 +-
 3 files changed, 8 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7b55420..6e62c8b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@ Catalyst-Action-REST-0.85.tar.gz
 /Catalyst-Action-REST-0.89.tar.gz
 /Catalyst-Action-REST-0.90.tar.gz
 /Catalyst-Action-REST-0.91.tar.gz
+/Catalyst-Action-REST-0.95.tar.gz
diff --git a/perl-Catalyst-Action-REST.spec b/perl-Catalyst-Action-REST.spec
index 9878d93..f59786b 100644
--- a/perl-Catalyst-Action-REST.spec
+++ b/perl-Catalyst-Action-REST.spec
@@ -1,5 +1,5 @@
 Name:           perl-Catalyst-Action-REST
-Version:        0.91
+Version:        0.95
 Release:        1%{?dist}
 Summary:        Automated REST Method Dispatching
 License:        GPL+ or Artistic
@@ -7,8 +7,8 @@ Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Catalyst-Action-REST/
 # upstream releases tend to flip between these locations
 #Source0:        http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/Catalyst-Action-REST-%{version}.tar.gz
-#Source0:        http://search.cpan.org/CPAN/authors/id/B/BO/BOBTFISH/Catalyst-Action-REST-%{version}.tar.gz
-Source0:        http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/Catalyst-Action-REST-%{version}.tar.gz
+Source0:        http://search.cpan.org/CPAN/authors/id/B/BO/BOBTFISH/Catalyst-Action-REST-%{version}.tar.gz
+#Source0:        http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/Catalyst-Action-REST-%{version}.tar.gz
 BuildArch:      noarch
 BuildRequires:  perl(Catalyst::Runtime) >= 5.80030
 BuildRequires:  perl(Class::Inspector) >= 1.13
@@ -73,12 +73,14 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 make test
 
 %files
-%defattr(-,root,root,-)
 %doc Changes README TODO
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jan 05 2012 Iain Arnell <iarnell at gmail.com> 0.95-1
+- update to latest upstream version
+
 * Sat Aug 27 2011 Iain Arnell <iarnell at gmail.com> 0.91-1
 - update to latest upstream version
 
diff --git a/sources b/sources
index 6046d38..de4b33c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7eae93ae5c976c1bb196fa15fafaf033  Catalyst-Action-REST-0.91.tar.gz
+e9bbae032c739b0412d62ad319e8ae7f  Catalyst-Action-REST-0.95.tar.gz



More information about the perl-devel mailing list