[perl-PPI] Update to 1.218

Paul Howarth pghmcfc at fedoraproject.org
Mon Aug 25 22:30:45 UTC 2014


commit f4288176122489009fb5371425c802b44e68456a
Author: Paul Howarth <paul at city-fan.org>
Date:   Mon Aug 25 23:21:26 2014 +0100

    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

 .gitignore    |    2 +-
 perl-PPI.spec |   24 ++++++++++++++++++++----
 sources       |    2 +-
 3 files changed, 22 insertions(+), 6 deletions(-)
---
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 <paul at 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 at lists.fedoraproject.org> - 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


More information about the scm-commits mailing list