commit 3b53b02f4088c66894b1a13fb34c475f86aedf26 Author: Jitka Plesnikova <jplesnik@xxxxxxxxxx> 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@xxxxxxxxxx> - 2.07-1 +- 2.07 bump + * Wed Jan 14 2015 Petr Pisar <ppisar@xxxxxxxxxx> - 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 -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel