[perl-CGI-Fast/f22] 2.07 bump

Jitka Plesnikova jplesnik at fedoraproject.org
Mon Feb 23 13:33:00 UTC 2015


commit e83b68512681a1c5a29eea94711ff7e735ba37bd
Author: Jitka Plesnikova <jplesnik at redhat.com>
Date:   Mon Feb 23 14:22:02 2015 +0100

    2.07 bump

 .gitignore         |  1 +
 perl-CGI-Fast.spec | 13 ++++++++-----
 sources            |  2 +-
 3 files changed, 10 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 61cb269..9406363 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@
 /CGI-Fast-2.03.tar.gz
 /CGI-Fast-2.04.tar.gz
 /CGI-Fast-2.05.tar.gz
+/CGI-Fast-2.07.tar.gz
diff --git a/perl-CGI-Fast.spec b/perl-CGI-Fast.spec
index 6997bce..9adcb2e 100644
--- a/perl-CGI-Fast.spec
+++ b/perl-CGI-Fast.spec
@@ -1,6 +1,6 @@
 Name:           perl-CGI-Fast
-Version:        2.05
-Release:        2%{?dist}
+Version:        2.07
+Release:        1%{?dist}
 Summary:        CGI Interface for Fast CGI
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -18,7 +18,6 @@ BuildRequires:  perl(CGI) >= 4.00
 BuildRequires:  perl(deprecate)
 %endif
 BuildRequires:  perl(FCGI) >= 0.67
-BuildRequires:  perl(File::Spec) >= 0.82
 BuildRequires:  perl(if)
 BuildRequires:  perl(strict)
 BuildRequires:  perl(vars)
@@ -26,6 +25,8 @@ BuildRequires:  perl(vars)
 BuildRequires:  perl(Test::More) >= 0.98
 BuildRequires:  perl(warnings)
 # Optional tests:
+BuildRequires:  perl(Config)
+BuildRequires:  perl(File::Temp)
 %if !%{defined perl_bootstrap}
 BuildRequires:  perl(Test::Deep) >= 0.11
 %endif
@@ -35,11 +36,10 @@ Requires:       perl(deprecate)
 %endif
 Requires:       perl(CGI) >= 4.00
 Requires:       perl(FCGI) >= 0.67
-Requires:       perl(File::Spec) >= 0.82
 # perl-CGI-Fast was split from perl-CGI
 Conflicts:      perl-CGI < 4.00
 
-%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}^perl\\((CGI|FCGI|File::Spec)\\)$
+%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}^perl\\((CGI|FCGI)\\)$
 
 %description
 CGI::Fast is a subclass of the CGI object created by CGI.pm. It is
@@ -71,6 +71,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Feb 23 2015 Jitka Plesnikova <jplesnik at redhat.com> - 2.07-1
+- 2.07 bump
+
 * Wed Jan 14 2015 Petr Pisar <ppisar at redhat.com> - 2.05-2
 - Specify run-time dependency versions
 
diff --git a/sources b/sources
index 66ae3a2..efb0925 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-dc31037c504371cf095aa377278570e3  CGI-Fast-2.05.tar.gz
+73e336cb0847c349a6d6cd7b3e0bbf82  CGI-Fast-2.07.tar.gz


More information about the scm-commits mailing list