3.61 bump (no code changes)
This commit is contained in:
parent
40d344fdf0
commit
3da0ab1994
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user