Update to 1.218

- New upstream release 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
This commit is contained in:
Paul Howarth 2014-08-25 23:21:26 +01:00
parent e4083360ae
commit f428817612
3 changed files with 22 additions and 6 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
/PPI-1.215.tar.gz
/PPI-[0-9.]*.tar.gz

View File

@ -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 <paul@city-fan.org> - 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 <rel-eng@lists.fedoraproject.org> - 1.215-15
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild

View File

@ -1 +1 @@
7b58542e39e8a162d2f6866d7c059bae PPI-1.215.tar.gz
788082ae43bd0a7bb9509885fc1073d9 PPI-1.218.tar.gz