[perl-CGI-Fast] 2.02 bump

Jitka Plesnikova jplesnik at fedoraproject.org
Mon Jun 9 08:30:48 UTC 2014


commit 4734c05a769fef4e0e73cebacd10b5bba208d105
Author: Jitka Plesnikova <jplesnik at redhat.com>
Date:   Mon Jun 9 10:30:34 2014 +0200

    2.02 bump

 .gitignore         |    1 +
 perl-CGI-Fast.spec |    9 +++++++--
 sources            |    2 +-
 3 files changed, 9 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b87f5a3..f478e04 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /CGI-Fast-2.00.tar.gz
 /CGI-Fast-2.01.tar.gz
+/CGI-Fast-2.02.tar.gz
diff --git a/perl-CGI-Fast.spec b/perl-CGI-Fast.spec
index a62e81e..286b301 100644
--- a/perl-CGI-Fast.spec
+++ b/perl-CGI-Fast.spec
@@ -1,6 +1,6 @@
 Name:           perl-CGI-Fast
-Version:        2.01
-Release:        2%{?dist}
+Version:        2.02
+Release:        1%{?dist}
 Summary:        CGI Interface for Fast CGI
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -17,8 +17,10 @@ BuildRequires:  perl(FCGI) >= 0.67
 BuildRequires:  perl(File::Spec) >= 0.82
 BuildRequires:  perl(if)
 BuildRequires:  perl(strict)
+BuildRequires:  perl(Test::Deep) >= 0.11
 BuildRequires:  perl(Test::More) >= 0.98
 BuildRequires:  perl(vars)
+BuildRequires:  perl(warnings)
 Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 %if 0%(perl -e 'print $] >= 5.019')
 Requires:       perl(deprecate)
@@ -60,6 +62,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Jun 09 2014 Jitka Plesnikova <jplesnik at redhat.com> - 2.02-1
+- 2.02 bump
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.01-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 
diff --git a/sources b/sources
index a4907ec..2ad9038 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-94913142ed5976c9250d902b2b5d5f21  CGI-Fast-2.01.tar.gz
+779a5152f44cab2e3e3856459837fe78  CGI-Fast-2.02.tar.gz


More information about the scm-commits mailing list