[perl-CGI] 4.04 bump

Jitka Plesnikova jplesnik at fedoraproject.org
Fri Sep 19 11:09:17 UTC 2014


commit b8a3ef630a13cd6dff97bdc36d049df9cfd5c17c
Author: Jitka Plesnikova <jplesnik at redhat.com>
Date:   Fri Sep 19 13:08:40 2014 +0200

    4.04 bump

 .gitignore    |    1 +
 perl-CGI.spec |   14 +++++++++-----
 sources       |    2 +-
 3 files changed, 11 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index aa2f1e4..32b7dd9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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
diff --git a/perl-CGI.spec b/perl-CGI.spec
index 8c5d89f..b461aa1 100644
--- a/perl-CGI.spec
+++ b/perl-CGI.spec
@@ -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 at redhat.com> - 4.04-1
+- 4.04 bump
+
 * Tue Aug 26 2014 Jitka Plesnikova <jplesnik at redhat.com> - 4.03-2
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index 0ed0acc..77bd6d4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-265c8133a02e194d3189573835de51f4  CGI.pm-4.03.tar.gz
+1ce0be2fd863b6c794997d609b22e72f  CGI-4.04.tar.gz



More information about the perl-devel mailing list