diff --git a/.gitignore b/.gitignore index 165926b..9883fdc 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -/PPI-1.215.tar.gz +/PPI-[0-9.]*.tar.gz diff --git a/perl-PPI.spec b/perl-PPI.spec index 69e1cf3..7c77374 100644 --- a/perl-PPI.spec +++ b/perl-PPI.spec @@ -6,13 +6,13 @@ %endif Name: perl-PPI -Version: 1.215 -Release: 15%{?dist} +Version: 1.218 +Release: 1%{?dist} Summary: Parse, Analyze and Manipulate Perl Group: Development/Libraries License: GPL+ or Artistic URL: http://search.cpan.org/dist/PPI/ -Source0: http://www.cpan.org/authors/id/A/AD/ADAMK/PPI-%{version}.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/M/MI/MITHALDU/PPI-%{version}.tar.gz Patch0: PPI-1.215-utf8.patch BuildArch: noarch # =============== Module Build ====================== @@ -92,6 +92,9 @@ rm lib/PPI/XSAccessor.pm sed -i '/^lib\/PPI\/XSAccessor\.pm$/d' MANIFEST %endif +# Get rid of spurious exec permissions +find . -type f | xargs chmod -c -x + %build perl Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} @@ -108,12 +111,25 @@ make test TEST_FILES="xt/*.t" RELEASE_TESTING=1 %endif %files -%doc Changes LICENSE README inline2test.conf inline2test.tpl +%if 0%{?_licensedir:1} +%license LICENSE +%else +%doc LICENSE +%endif +%doc Changes README %{perl_vendorlib}/PPI/ %{perl_vendorlib}/PPI.pm %{_mandir}/man3/PPI*.3pm* %changelog +* Mon Aug 25 2014 Paul Howarth - 1.218-1 +- Update to 1.218 + - Fixes for various parsing and documentation bugs + - 1MB limit on input document size removed + - Moved repository to GitHub: https://github.com/adamkennedy/PPI +- This release by MITHALDU → update source URL +- Use %%license where possible + * Sat Jun 07 2014 Fedora Release Engineering - 1.215-15 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild diff --git a/sources b/sources index c555e62..d523f6c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7b58542e39e8a162d2f6866d7c059bae PPI-1.215.tar.gz +788082ae43bd0a7bb9509885fc1073d9 PPI-1.218.tar.gz