[perl-CGI-Application-Dispatch] Update to 3.0.4, add BR, remove TODO

Emmanuel Seyman eseyman at fedoraproject.org
Sat Jul 9 19:39:35 UTC 2011


commit 8b7104f12591850488de4d62a2471f86c3e8e42d
Author: Emmanuel Seyman <emmanuel.seyman at club-internet.fr>
Date:   Sat Jul 9 21:39:16 2011 +0200

    Update to 3.0.4, add BR, remove TODO

 .gitignore                         |    1 +
 perl-CGI-Application-Dispatch.spec |   13 ++++++++++---
 sources                            |    2 +-
 3 files changed, 12 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 897eaa0..72e9b89 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 CGI-Application-Dispatch-2.17.tar.gz
 /CGI-Application-Dispatch-2.18.tar.gz
 /CGI-Application-Dispatch-3.00.tar.gz
+/CGI-Application-Dispatch-3.04.tar.gz
diff --git a/perl-CGI-Application-Dispatch.spec b/perl-CGI-Application-Dispatch.spec
index b41ac5d..8157495 100644
--- a/perl-CGI-Application-Dispatch.spec
+++ b/perl-CGI-Application-Dispatch.spec
@@ -1,6 +1,6 @@
 Name:           perl-CGI-Application-Dispatch
-Version:        3.00
-Release:        2%{?dist}
+Version:        3.04
+Release:        1%{?dist}
 Summary:        Dispatch requests to CGI::Application based objects
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -9,8 +9,10 @@ Source0:        http://www.cpan.org/authors/id/M/MA/MARKSTOS/CGI-Application-Dis
 BuildArch:      noarch
 BuildRequires:  perl(CGI)
 BuildRequires:  perl(CGI::Application) >= 4.50
+BuildRequires:  perl(CGI::PSGI)
 BuildRequires:  perl(Exception::Class)
 BuildRequires:  perl(Exception::Class::TryCatch)
+BuildRequires:  perl(HTTP::Exception)
 BuildRequires:  perl(Module::Build)
 BuildRequires:  perl(Plack)
 BuildRequires:  perl(Test::LongString)
@@ -44,11 +46,16 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 ./Build test
 
 %files
-%doc Changes TODO
+%doc Changes
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Fri Jul 08 2011 Emmanuel Seyman <emmanuel.seyman at club-internet.fr> - 3.04-1
+- Update to 3.04
+- Add HTTP::Exception and CGI::PSGI to the BuildRequires
+- Lose the TODO file
+
 * Tue Jun 21 2011 Marcela Mašláňová <mmaslano at redhat.com> - 3.00-2
 - Perl mass rebuild
 
diff --git a/sources b/sources
index f5a55cf..591f8b5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-81323cdf46c8dd8191d6a50edfc79bff  CGI-Application-Dispatch-3.00.tar.gz
+29958e996b9b19240ff4f16cc28668f5  CGI-Application-Dispatch-3.04.tar.gz


More information about the scm-commits mailing list