[perl-PPIx-EditorTools] New upstream release, v0.11

Petr Sabata psabata at fedoraproject.org
Tue Nov 23 08:03:54 UTC 2010


commit ea52ef008086f3dba7161044c44882ef8a0e725d
Author: Petr Sabata <psabata at redhat.com>
Date:   Tue Nov 23 09:03:47 2010 +0100

    New upstream release, v0.11

 .gitignore                 |    1 +
 perl-PPIx-EditorTools.spec |   13 ++++++++++---
 sources                    |    2 +-
 3 files changed, 12 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2765e50..c81042f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 PPIx-EditorTools-0.09.tar.gz
 /PPIx-EditorTools-0.10.tar.gz
+/PPIx-EditorTools-0.11.tar.gz
diff --git a/perl-PPIx-EditorTools.spec b/perl-PPIx-EditorTools.spec
index 60200b4..1b0f81e 100644
--- a/perl-PPIx-EditorTools.spec
+++ b/perl-PPIx-EditorTools.spec
@@ -1,5 +1,5 @@
 Name:           perl-PPIx-EditorTools
-Version:        0.10
+Version:        0.11
 Release:        1%{?dist}
 Summary:        Utility methods and base class for manipulating Perl via PPI
 License:        GPL+ or Artistic
@@ -9,13 +9,17 @@ Source0:        http://search.cpan.org/CPAN/authors/id/A/AZ/AZAWAWI/PPIx-EditorT
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 BuildRequires:  perl(Class::XSAccessor) >= 1.02
-BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.42
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.31
 BuildRequires:  perl(File::Spec)
 BuildRequires:  perl(PPI) >= 1.203
 # Tests only:
 # Real version perl(Test::Differences) >= 0.4801 clamped to 2 digits
 BuildRequires:  perl(Test::Differences) >= 0.48
 BuildRequires:  perl(Test::More)
+BuildRequires:  perl(Test::Most)
+BuildRequires:  perl(Test::Warn)
+BuildRequires:  perl(Test::Exception)
+BuildRequires:  perl(Test::Deep)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 Requires:       perl(Class::XSAccessor) >= 1.02
 Requires:       perl(File::Spec)
@@ -53,11 +57,14 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root,-)
-%doc Changes README TODO
+%doc Changes README LICENSE
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Tue Nov 23 2010 Petr Sabata <psabata at redhat.com> - 0.11-1
+- New upstream version, v0.11
+
 * Mon Oct 04 2010 Petr Pisar <ppisar at redhat.com> - 0.10-1
 - 0.10 bump
 - Update Source URL
diff --git a/sources b/sources
index 7a61b61..115d218 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a48bf178d3ae63c2221bde55f264cbef  PPIx-EditorTools-0.10.tar.gz
+a56672022c0e382f168ccce08b2a3e26  PPIx-EditorTools-0.11.tar.gz



More information about the perl-devel mailing list