[perl-PPIx-EditorTools] Update to 0.18

Jitka Plesnikova jplesnik at fedoraproject.org
Mon Oct 22 13:46:45 UTC 2012


commit dde437ea741021f9c77006b47ee20ae115dfbb56
Author: Jitka Plesnikova <jplesnik at redhat.com>
Date:   Mon Oct 22 15:46:35 2012 +0200

    Update to 0.18

 .gitignore                 |    1 +
 perl-PPIx-EditorTools.spec |   10 +++++++---
 sources                    |    2 +-
 3 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 117b7c3..d68bb95 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@ PPIx-EditorTools-0.09.tar.gz
 /PPIx-EditorTools-0.13.tar.gz
 /PPIx-EditorTools-0.15.tar.gz
 /PPIx-EditorTools-0.17.tar.gz
+/PPIx-EditorTools-0.18.tar.gz
diff --git a/perl-PPIx-EditorTools.spec b/perl-PPIx-EditorTools.spec
index 93ef064..e911190 100644
--- a/perl-PPIx-EditorTools.spec
+++ b/perl-PPIx-EditorTools.spec
@@ -1,5 +1,5 @@
 Name:           perl-PPIx-EditorTools
-Version:        0.17
+Version:        0.18
 Release:        1%{?dist}
 Summary:        Utility methods and base class for manipulating Perl via PPI
 License:        GPL+ or Artistic
@@ -23,8 +23,9 @@ BuildRequires:  perl(Test::More) >= 0.88
 BuildRequires:  perl(Test::Most)
 BuildRequires:  perl(Test::Exception)
 # Optional tests:
+BuildRequires:  perl(Test::CPAN::Changes)
 BuildRequires:  perl(Test::NoWarnings) >= 0.084
-Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 Requires:       perl(PPI) >= 1.215
 Requires:       perl(PPI::Find)
 
@@ -41,7 +42,7 @@ from the Padre::Task::PPI code.
 rm -r inc/*
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+perl Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
 
 %install
@@ -58,6 +59,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Oct 22 2012 Jitka Plesnikova <jplesnik at redhat.com> - 0.18-1
+- 0.18 bump
+
 * Mon Aug 20 2012 Petr Pisar <ppisar at redhat.com> - 0.17-1
 - 0.17 bump
 
diff --git a/sources b/sources
index 6bd6ea6..1421b3d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-fe01af5b5afde3b500d471e0664f5421  PPIx-EditorTools-0.17.tar.gz
+e0cea957be1264f5a5f44989fe6ead96  PPIx-EditorTools-0.18.tar.gz


More information about the scm-commits mailing list