[perl-CGI-Compile] Update to 0.16

Emmanuel Seyman eseyman at fedoraproject.org
Sun Mar 17 13:05:39 UTC 2013


commit 8976a2ebc2b5b0a795a32a2e24a81b8c9bed3eac
Author: Emmanuel Seyman <emmanuel at seyman.fr>
Date:   Sun Mar 17 14:05:33 2013 +0100

    Update to 0.16

 .gitignore            |    1 +
 perl-CGI-Compile.spec |   16 ++++++++--------
 sources               |    2 +-
 3 files changed, 10 insertions(+), 9 deletions(-)
---
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 <emmanuel at seyman.fr> - 0.16-1
+- Update to 0.16
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 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



More information about the perl-devel mailing list