[perl-Router-Simple] Update to 0.14

Emmanuel Seyman eseyman at fedoraproject.org
Sun Dec 9 10:07:52 UTC 2012


commit 889cd86d461423560aeb86785b8f89dfe54072fd
Author: Emmanuel Seyman <emmanuel.seyman at club-internet.fr>
Date:   Sun Dec 9 11:07:45 2012 +0100

    Update to 0.14

 .gitignore              |    1 +
 perl-Router-Simple.spec |    7 +++++--
 sources                 |    2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 91e924d..3bd907a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /Router-Simple-0.09.tar.gz
 /Router-Simple-0.10.tar.gz
 /Router-Simple-0.13.tar.gz
+/Router-Simple-0.14.tar.gz
diff --git a/perl-Router-Simple.spec b/perl-Router-Simple.spec
index bfb2aff..0ff6729 100644
--- a/perl-Router-Simple.spec
+++ b/perl-Router-Simple.spec
@@ -1,5 +1,5 @@
 Name:           perl-Router-Simple
-Version:        0.13
+Version:        0.14
 Release:        1%{?dist}
 Summary:        Simple HTTP router
 License:        GPL+ or Artistic
@@ -7,7 +7,7 @@ Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Router-Simple/
 Source0:        http://www.cpan.org/authors/id/T/TO/TOKUHIROM/Router-Simple-%{version}.tar.gz
 BuildArch:      noarch
-BuildRequires:  perl(Class::Accessor::Fast)
+BuildRequires:  perl(Class::Accessor::Lite)
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(List::Util)
 BuildRequires:  perl(Module::Build)
@@ -44,6 +44,9 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 %{_mandir}/man3/*
 
 %changelog
+* Sun Dec 09 2012 Emmanuel Seyman <emmanuel at seyman.fr> - 0.14-1
+- Update to 0.14
+
 * Sun Oct 28 2012 Emmanuel Seyman <emmanuel at seyman.fr> - 0.13-1
 - Update to 0.13
 
diff --git a/sources b/sources
index b03cdaa..f17d85f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e9cd4e9e6bbbad3dea62accb898f1aa2  Router-Simple-0.13.tar.gz
+e8c470ebdeb0c9d564fd2a62efebcaf4  Router-Simple-0.14.tar.gz


More information about the scm-commits mailing list