[perl-Perl-Stripper] Update to 0.06

Paul Howarth pghmcfc at fedoraproject.org
Sun Aug 11 09:33:03 UTC 2013


commit 334aabc303d4d61a375e272b0977ba58563148fb
Author: Paul Howarth <paul at city-fan.org>
Date:   Sun Aug 11 10:32:13 2013 +0100

    Update to 0.06
    
    - New upstream release 0.06
      - No functional change
      - Add "use experimental 'smartmatch'" for 5.18+

 .gitignore              |    1 +
 perl-Perl-Stripper.spec |   10 ++++++++--
 sources                 |    2 +-
 3 files changed, 10 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index bbfbee5..b516536 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /Perl-Stripper-0.04.tar.gz
+/Perl-Stripper-0.06.tar.gz
diff --git a/perl-Perl-Stripper.spec b/perl-Perl-Stripper.spec
index 9ab99d5..1498d3e 100644
--- a/perl-Perl-Stripper.spec
+++ b/perl-Perl-Stripper.spec
@@ -1,12 +1,13 @@
 Name:           perl-Perl-Stripper
-Version:        0.04
-Release:        2%{?dist}
+Version:        0.06
+Release:        1%{?dist}
 Summary:        Yet another PPI-based Perl source code stripper
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Perl-Stripper/
 Source0:        http://www.cpan.org/authors/id/S/SH/SHARYANTO/Perl-Stripper-%{version}.tar.gz
 BuildArch:      noarch
+BuildRequires:  perl(experimental)
 BuildRequires:  perl(File::Find)
 BuildRequires:  perl(File::Slurp)
 BuildRequires:  perl(File::Temp)
@@ -43,6 +44,11 @@ perl Build.PL installdirs=vendor
 %{_mandir}/man3/*
 
 %changelog
+* Sun Aug 11 2013 Paul Howarth <paul at city-fan.org> - 0.06-1
+- Update to 0.06:
+  - No functional change
+  - Add "use experimental 'smartmatch'" for 5.18+
+
 * Sun Aug 04 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.04-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index 41204cc..48223fc 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0e52cd0cf4fb1c1bfea002af4a57e384  Perl-Stripper-0.04.tar.gz
+f52f10593e89c08e7a3fc7e562fbd61a  Perl-Stripper-0.06.tar.gz


More information about the scm-commits mailing list