4.04 bump

This commit is contained in:
Jitka Plesnikova 2014-09-19 13:08:40 +02:00
parent 8db3f69a1e
commit b8a3ef630a
3 changed files with 11 additions and 6 deletions

1
.gitignore vendored
View File

@ -10,3 +10,4 @@
/CGI.pm-4.01.tar.gz
/CGI.pm-4.02.tar.gz
/CGI.pm-4.03.tar.gz
/CGI-4.04.tar.gz

View File

@ -1,10 +1,10 @@
Name: perl-CGI
Summary: Handle Common Gateway Interface requests and responses
Version: 4.03
Release: 2%{?dist}
Version: 4.04
Release: 1%{?dist}
License: (GPL+ or Artistic) and Artistic 2.0
Group: Development/Libraries
Source0: http://search.cpan.org/CPAN/authors/id/L/LE/LEEJO/CGI.pm-%{version}.tar.gz
Source0: http://search.cpan.org/CPAN/authors/id/L/LE/LEEJO/CGI-%{version}.tar.gz
URL: http://search.cpan.org/dist/CGI
BuildArch: noarch
BuildRequires: perl
@ -31,6 +31,7 @@ BuildRequires: perl(FileHandle)
BuildRequires: perl(IO::File)
BuildRequires: perl(IO::Handle)
BuildRequires: perl(lib)
BuildRequires: perl(Test::Deep)
BuildRequires: perl(Test::More) >= 0.98
BuildRequires: perl(utf8)
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
@ -56,7 +57,7 @@ CGI.pm performs very well in in a vanilla CGI.pm environment and also comes
with built-in support for mod_perl and mod_perl2 as well as FastCGI.
%prep
%setup -q -n CGI.pm-%{version}
%setup -q -n CGI-%{version}
iconv -f iso8859-1 -t utf-8 < Changes > Changes.1
mv Changes.1 Changes
sed -i 's?usr/bin perl?usr/bin/perl?' t/init.t
@ -74,11 +75,14 @@ find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
make test
%files
%doc Changes README
%doc Changes README.md
%{perl_vendorlib}/*
%{_mandir}/man3/*.3*
%changelog
* Fri Sep 19 2014 Jitka Plesnikova <jplesnik@redhat.com> - 4.04-1
- 4.04 bump
* Tue Aug 26 2014 Jitka Plesnikova <jplesnik@redhat.com> - 4.03-2
- Perl 5.20 rebuild

View File

@ -1 +1 @@
265c8133a02e194d3189573835de51f4 CGI.pm-4.03.tar.gz
1ce0be2fd863b6c794997d609b22e72f CGI-4.04.tar.gz