commit 293f9a35fdbd1495a58da5206c06074304dcf196 Author: Petr Písař <ppisar@xxxxxxxxxx> Date: Wed Nov 14 10:56:36 2012 +0100 3.62 bump .gitignore | 1 + perl-CGI.spec | 10 +++++++--- sources | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) --- diff --git a/.gitignore b/.gitignore index c5df0dc..8755315 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /CGI.pm-3.51.tar.gz /CGI.pm-3.60.tar.gz /CGI.pm-3.61.tar.gz +/CGI.pm-3.62.tar.gz diff --git a/perl-CGI.spec b/perl-CGI.spec index 808794e..86e651e 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.61 +Version: 3.62 Release: 1%{?dist} License: GPL+ or Artistic Group: Development/Libraries @@ -9,11 +9,12 @@ URL: http://search.cpan.org/dist/CGI BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) # Run-requires: +BuildRequires: perl(base) BuildRequires: perl(Carp) BuildRequires: perl(constant) BuildRequires: perl(Exporter) -BuildRequires: perl(File::Spec) >= 0.82 BuildRequires: perl(FCGI) >= 0.67 +BuildRequires: perl(File::Spec) >= 0.82 # Apache modules are optional # Tests: BuildRequires: perl(Encode) @@ -22,8 +23,8 @@ 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(File::Spec) >= 0.82 Requires: perl(FCGI) >= 0.67 +Requires: perl(File::Spec) >= 0.82 Obsoletes: %{name}-tests <= 3.49 %{?perl_default_filter} @@ -66,6 +67,9 @@ make test %{_mandir}/man3/*.3* %changelog +* Wed Nov 14 2012 Petr Pisar <ppisar@xxxxxxxxxx> - 3.62-1 +- 3.62 bump + * Tue Nov 06 2012 Petr Šabata <contyk@xxxxxxxxxx> - 3.61-1 - 3.61 bump, no code changes diff --git a/sources b/sources index 5e38826..852c7a4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -92c3d1a5747be1e60618f999a50dad93 CGI.pm-3.61.tar.gz +3600b5fb106c256d53393e86ba62c65e CGI.pm-3.62.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