commit 910c8e3b60f363110cc27eb77b04cf7ac7c7d3c3 Author: Emmanuel Seyman <emmanuel@xxxxxxxxx> Date: Sun Nov 23 02:28:18 2014 +0100 Update to 0.33 .gitignore | 1 + perl-Catalyst-Plugin-Static-Simple.spec | 11 ++++++++--- sources | 2 +- 3 files changed, 10 insertions(+), 4 deletions(-) --- diff --git a/.gitignore b/.gitignore index 4e579cc..096c0f2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ Catalyst-Plugin-Static-Simple-0.29.tar.gz /Catalyst-Plugin-Static-Simple-0.30.tar.gz +/Catalyst-Plugin-Static-Simple-0.33.tar.gz diff --git a/perl-Catalyst-Plugin-Static-Simple.spec b/perl-Catalyst-Plugin-Static-Simple.spec index 912f33c..2208b14 100644 --- a/perl-Catalyst-Plugin-Static-Simple.spec +++ b/perl-Catalyst-Plugin-Static-Simple.spec @@ -1,11 +1,11 @@ Name: perl-Catalyst-Plugin-Static-Simple -Version: 0.30 -Release: 8%{?dist} +Version: 0.33 +Release: 1%{?dist} Summary: Make serving static pages painless License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Catalyst-Plugin-Static-Simple/ -Source0: http://search.cpan.org/CPAN/authors/id/A/AB/ABRAXXA/Catalyst-Plugin-Static-Simple-%{version}.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/J/JJ/JJNAPIORK/Catalyst-Plugin-Static-Simple-%{version}.tar.gz BuildArch: noarch Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) @@ -47,6 +47,7 @@ single line of code from you. %prep %setup -q -n Catalyst-Plugin-Static-Simple-%{version} +chmod -x Changes lib/Catalyst/Plugin/Static/Simple.pm # silence rpmlint warnings find t -type f -print0 | xargs -0 sed -i '1s,#!.*perl,#!%{__perl},;s/\r//;' @@ -71,6 +72,10 @@ TEST_POD=1 make test %{_mandir}/man3/* %changelog +* Sat Nov 22 2014 Emmanuel Seyman <emmanuel@xxxxxxxxx> - 0.33-1 +- Update to 0.33 +- Fix rights on certain files + * Tue Sep 02 2014 Jitka Plesnikova <jplesnik@xxxxxxxxxx> - 0.30-8 - Perl 5.20 rebuild diff --git a/sources b/sources index 82cd934..786df8b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c4a7721a79e1315c8437cd43f063483b Catalyst-Plugin-Static-Simple-0.30.tar.gz +231b75b5e4887e135c7ed94748e8c209 Catalyst-Plugin-Static-Simple-0.33.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