[perl-CGI/f18] 3.59 bump

Petr Pisar ppisar at fedoraproject.org
Mon Nov 26 13:36:29 UTC 2012


commit 88312dc693ac54679e634ff9a89fb37730f5ffe7
Author: Petr Písař <ppisar at redhat.com>
Date:   Mon Nov 26 14:04:22 2012 +0100

    3.59 bump

 .gitignore    |    1 +
 perl-CGI.spec |    9 ++++++---
 sources       |    2 +-
 3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 879a835..e80e0fd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /CGI.pm-3.50.tar.gz
 /CGI.pm-3.51.tar.gz
+/CGI.pm-3.59.tar.gz
diff --git a/perl-CGI.spec b/perl-CGI.spec
index 8622e9d..f9dadf1 100644
--- a/perl-CGI.spec
+++ b/perl-CGI.spec
@@ -1,7 +1,7 @@
 Name:           perl-CGI
 Summary:        Handle Common Gateway Interface requests and responses
-Version:        3.51
-Release:        10%{?dist}
+Version:        3.59
+Release:        1%{?dist}
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 Source0:        http://search.cpan.org/CPAN/authors/id/M/MA/MARKSTOS/CGI.pm-%{version}.tar.gz
@@ -21,7 +21,7 @@ BuildRequires:  perl(FCGI) >= 0.67
 BuildRequires:  perl(IO::File)
 BuildRequires:  perl(IO::Handle)
 BuildRequires:  perl(lib)
-BuildRequires:  perl(Test::More) >= 0.80
+BuildRequires:  perl(Test::More) >= 0.98
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 Requires:       perl(File::Spec) >= 0.82
 Requires:       perl(FCGI) >= 0.67
@@ -73,6 +73,9 @@ make test
 %{_mandir}/man3/*.3*
 
 %changelog
+* Mon Nov 26 2012 Petr Pisar <ppisar at redhat.com> - 3.59-1
+- 3.59 bump
+
 * Fri Nov 16 2012 Petr Pisar <ppisar at redhat.com> - 3.51-10
 - Improper new-line escaping in Set-Cookie and P3P headers is known as
   CVE-2012-5526 (bug #876974)
diff --git a/sources b/sources
index 3fbe366..d86a375 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-53534654f745a1388bbda477022cf971  CGI.pm-3.51.tar.gz
+d8ad35c14ba4c471fe07be6e54bb05a6  CGI.pm-3.59.tar.gz



More information about the perl-devel mailing list