commit 2ff7efc88f428aa9076dbf2860400f0a9b871ad3 Author: Emmanuel Seyman <emmanuel@xxxxxxxxx> Date: Sun Mar 8 08:51:18 2015 +0100 Update to 0.19 .gitignore | 1 + perl-CGI-Compile.spec | 6 +++++- sources | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) --- diff --git a/.gitignore b/.gitignore index 9deef4d..bbfd1f6 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ CGI-Compile-0.11.tar.gz /CGI-Compile-0.16.tar.gz /CGI-Compile-0.17.tar.gz /CGI-Compile-0.18.tar.gz +/CGI-Compile-0.19.tar.gz diff --git a/perl-CGI-Compile.spec b/perl-CGI-Compile.spec index f20af61..8d59689 100644 --- a/perl-CGI-Compile.spec +++ b/perl-CGI-Compile.spec @@ -1,6 +1,6 @@ Name: perl-CGI-Compile Summary: Compile .cgi scripts to a code reference like ModPerl::Registry -Version: 0.18 +Version: 0.19 Release: 1%{?dist} License: GPL+ or Artistic @@ -28,6 +28,7 @@ ready to run on a persistent environment. %prep %setup -q -n CGI-Compile-%{version} sed -i 's/\r//' t/data_crlf.cgi t/end_crlf.cgi +sed -i -e '1s,#!.*perl,#!%{__perl},' t/*.t %build @@ -50,6 +51,9 @@ find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';' %{_mandir}/man3/*.3* %changelog +* Sun Mar 08 2015 Emmanuel Seyman <emmanuel@xxxxxxxxx> - 0.19-1 +- Update to 0.19 + * Sun Nov 02 2014 Emmanuel Seyman <emmanuel@xxxxxxxxx> - 0.18-1 - Update to 0.18 diff --git a/sources b/sources index a7951a3..8d68b1b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -fc735e8ed52009d16a1675c464984997 CGI-Compile-0.18.tar.gz +741be16d472edb710daba24b9dab9210 CGI-Compile-0.19.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