diff --git a/.gitignore b/.gitignore index 8dffe8e..58f4593 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /CGI-Emulate-PSGI-0.18.tar.gz +/CGI-Emulate-PSGI-0.19.tar.gz diff --git a/perl-CGI-Emulate-PSGI.spec b/perl-CGI-Emulate-PSGI.spec index 5f88d2f..e576f93 100644 --- a/perl-CGI-Emulate-PSGI.spec +++ b/perl-CGI-Emulate-PSGI.spec @@ -1,9 +1,8 @@ Name: perl-CGI-Emulate-PSGI -Version: 0.18 -Release: 2%{?dist} +Version: 0.19 +Release: 1%{?dist} Summary: PSGI adapter for CGI applications License: GPL+ or Artistic -Group: Development/Libraries URL: http://search.cpan.org/dist/CGI-Emulate-PSGI Source0: http://www.cpan.org/authors/id/M/MI/MIYAGAWA/CGI-Emulate-PSGI-%{version}.tar.gz BuildArch: noarch @@ -23,7 +22,7 @@ Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $versi %description This module allows an application designed for the CGI environment to run -in a PSGI environment, and thus on any of the backends that PSGI supports. +in a PSGI environment, and thus on any of the back-ends that PSGI supports. %prep %setup -q -n CGI-Emulate-PSGI-%{version} @@ -45,10 +44,15 @@ make test %files %doc Changes README +%license LICENSE %{perl_vendorlib}/* %{_mandir}/man3/* %changelog +* Sun Aug 31 2014 Emmanuel Seyman - 0.19-1 +- Update to 0.19 +- Remove the Group definition and use %%license + * Thu Aug 28 2014 Jitka Plesnikova - 0.18-2 - Perl 5.20 rebuild diff --git a/sources b/sources index 227c1b2..a3666b4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5792fda515245e9b8ac794a26afc14a5 CGI-Emulate-PSGI-0.18.tar.gz +f51a813d7e4ac9816de3b3b195f9014f CGI-Emulate-PSGI-0.19.tar.gz