[perl-Dancer] Enable optional tests requiring perl(Dancer::Session::Cookie)

Petr Pisar ppisar at fedoraproject.org
Tue Jan 3 14:24:33 UTC 2012


commit 893fc817f40d5ae5421b80b4f0d8b35c9bed760d
Author: Petr Písař <ppisar at redhat.com>
Date:   Tue Jan 3 15:24:16 2012 +0100

    Enable optional tests requiring perl(Dancer::Session::Cookie)

 perl-Dancer.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/perl-Dancer.spec b/perl-Dancer.spec
index 0e68e3f..1f2d7d4 100644
--- a/perl-Dancer.spec
+++ b/perl-Dancer.spec
@@ -1,6 +1,6 @@
 Name:           perl-Dancer
 Version:        1.3091
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Lightweight yet powerful web application framework
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -62,7 +62,7 @@ BuildRequires:  perl(Test::Builder)
 BuildRequires:  perl(URI::Escape)
 # Optional tests:
 BuildRequires:  perl(HTTP::Parser::XS)
-# Not yet packaged:  BuildRequires: perl(Dancer::Session::Cookie) >= 0.14
+BuildRequires:  perl(Dancer::Session::Cookie) >= 0.14
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 Requires:       perl(HTTP::Body) >= 1.07
 Requires:       perl(HTTP::Server::Simple::PSGI) >= 0.11
@@ -103,6 +103,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Tue Jan 03 2012 Petr Pisar <ppisar at redhat.com> - 1.3091-2
+- Enable optional tests requiring perl(Dancer::Session::Cookie).
+
 * Mon Dec 19 2011 Petr Pisar <ppisar at redhat.com> - 1.3091-1
 - 1.3091 bump
 


More information about the scm-commits mailing list