[perl-CGI] 3.61 bump (no code changes)

Petr Šabata psabata at fedoraproject.org
Tue Nov 6 12:20:41 UTC 2012


commit 3da0ab1994264116344e11c99c9d4c85cd2c7fda
Author: Petr Šabata <contyk at redhat.com>
Date:   Tue Nov 6 13:13:57 2012 +0100

    3.61 bump (no code changes)

 .gitignore    |    1 +
 perl-CGI.spec |    9 ++++++---
 sources       |    2 +-
 3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 554956c..c5df0dc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /CGI.pm-3.50.tar.gz
 /CGI.pm-3.51.tar.gz
 /CGI.pm-3.60.tar.gz
+/CGI.pm-3.61.tar.gz
diff --git a/perl-CGI.spec b/perl-CGI.spec
index 89ad630..808794e 100644
--- a/perl-CGI.spec
+++ b/perl-CGI.spec
@@ -1,6 +1,6 @@
 Name:           perl-CGI
 Summary:        Handle Common Gateway Interface requests and responses
-Version:        3.60
+Version:        3.61
 Release:        1%{?dist}
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -21,7 +21,7 @@ BuildRequires:  perl(IO::File)
 BuildRequires:  perl(IO::Handle)
 BuildRequires:  perl(lib)
 BuildRequires:  perl(Test::More) >= 0.98
-Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 Requires:       perl(File::Spec) >= 0.82
 Requires:       perl(FCGI) >= 0.67
 Obsoletes:      %{name}-tests <= 3.49
@@ -49,7 +49,7 @@ mv Changes.1 Changes
 sed -i 's?usr/bin perl?usr/bin/perl?' t/init.t
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+perl Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
 
 %install
@@ -66,6 +66,9 @@ make test
 %{_mandir}/man3/*.3*
 
 %changelog
+* Tue Nov 06 2012 Petr Šabata <contyk at redhat.com> - 3.61-1
+- 3.61 bump, no code changes
+
 * Fri Aug 17 2012 Petr Pisar <ppisar at redhat.com> - 3.60-1
 - 3.60 bump
 
diff --git a/sources b/sources
index d854df2..5e38826 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a7425ee15f3fbbd73af5a47cb7d0dbb5  CGI.pm-3.60.tar.gz
+92c3d1a5747be1e60618f999a50dad93  CGI.pm-3.61.tar.gz



More information about the perl-devel mailing list