From 8976a2ebc2b5b0a795a32a2e24a81b8c9bed3eac Mon Sep 17 00:00:00 2001 From: Emmanuel Seyman Date: Mar 17 2013 13:05:33 +0000 Subject: Update to 0.16 --- diff --git a/.gitignore b/.gitignore index 30ab5de..60b8640 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ CGI-Compile-0.11.tar.gz /CGI-Compile-0.15.tar.gz +/CGI-Compile-0.16.tar.gz diff --git a/perl-CGI-Compile.spec b/perl-CGI-Compile.spec index fb0ecd4..2eda0ed 100644 --- a/perl-CGI-Compile.spec +++ b/perl-CGI-Compile.spec @@ -1,9 +1,9 @@ Name: perl-CGI-Compile Summary: Compile .cgi scripts to a code reference like ModPerl::Registry -Version: 0.15 -Release: 6%{?dist} +Version: 0.16 +Release: 1%{?dist} License: GPL+ or Artistic -Group: Development/Libraries + Source0: http://search.cpan.org/CPAN/authors/id/M/MI/MIYAGAWA/CGI-Compile-%{version}.tar.gz URL: http://search.cpan.org/dist/CGI-Compile Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) @@ -17,11 +17,6 @@ BuildRequires: perl(Test::More) BuildRequires: perl(Test::NoWarnings) BuildRequires: perl(Test::Requires) -# obsolete/provide tests subpackage -# can be removed during F19 development cycle -Obsoletes: %{name}-tests < 0.15-3 -Provides: %{name}-tests = %{version}-%{release} - %{?perl_default_filter} %description @@ -31,6 +26,8 @@ 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 + %build %{__perl} Makefile.PL INSTALLDIRS=vendor @@ -53,6 +50,9 @@ make test %{_mandir}/man3/*.3* %changelog +* Sun Mar 17 2013 Emmanuel Seyman - 0.16-1 +- Update to 0.16 + * Thu Feb 14 2013 Fedora Release Engineering - 0.15-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild diff --git a/sources b/sources index 4e2d6e8..61d0607 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2fcf4bc473107130229f4e0a98c756ce CGI-Compile-0.15.tar.gz +321640c3a34a1564ffc4574ea4af381d CGI-Compile-0.16.tar.gz