3.61 bump (no code changes)

This commit is contained in:
Petr Šabata 2012-11-06 13:13:57 +01:00
parent 40d344fdf0
commit 3da0ab1994
3 changed files with 8 additions and 4 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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@redhat.com> - 3.61-1
- 3.61 bump, no code changes
* Fri Aug 17 2012 Petr Pisar <ppisar@redhat.com> - 3.60-1
- 3.60 bump

View File

@ -1 +1 @@
a7425ee15f3fbbd73af5a47cb7d0dbb5 CGI.pm-3.60.tar.gz
92c3d1a5747be1e60618f999a50dad93 CGI.pm-3.61.tar.gz