[perl-Dancer] 1.3093 bump

Petr Šabata psabata at fedoraproject.org
Thu Mar 1 12:09:16 UTC 2012


commit 4bf8e234c5f8dc05e208ba9da6aba95aa8c2b141
Author: Petr Šabata <contyk at redhat.com>
Date:   Thu Mar 1 13:05:36 2012 +0100

    1.3093 bump

 .gitignore       |    1 +
 perl-Dancer.spec |    7 +++++--
 sources          |    2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3afd78e..4f0aa7a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
 /Dancer-1.3090.tar.gz
 /Dancer-1.3091.tar.gz
 /Dancer-1.3092.tar.gz
+/Dancer-1.3093.tar.gz
diff --git a/perl-Dancer.spec b/perl-Dancer.spec
index 089abe9..c7ee3be 100644
--- a/perl-Dancer.spec
+++ b/perl-Dancer.spec
@@ -1,5 +1,5 @@
 Name:           perl-Dancer
-Version:        1.3092
+Version:        1.3093
 Release:        1%{?dist}
 Summary:        Lightweight yet powerful web application framework
 License:        GPL+ or Artistic
@@ -63,7 +63,7 @@ BuildRequires:  perl(URI::Escape)
 # Optional tests:
 BuildRequires:  perl(HTTP::Parser::XS)
 BuildRequires:  perl(Dancer::Session::Cookie) >= 0.14
-Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 Requires:       perl(HTTP::Body) >= 1.07
 Requires:       perl(HTTP::Server::Simple::PSGI) >= 0.11
 Requires:       perl(LWP)
@@ -105,6 +105,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Thu Mar 01 2012 Petr Šabata <contyk at redhat.com> - 1.3093-1
+- 1.3093 bump
+
 * Mon Jan 30 2012 Petr Šabata <contyk at redhat.com> - 1.3092-1
 - 1.3092 bump
 - Package examples
diff --git a/sources b/sources
index 5be4a9b..63e667d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f9f3cca084f72ce6a1f9240785d7fa4f  Dancer-1.3092.tar.gz
+b29899c84d96979a25e61d6f19030307  Dancer-1.3093.tar.gz



More information about the perl-devel mailing list