[perl-PPIx-EditorTools] 0.10 bump

Petr Pisar ppisar at fedoraproject.org
Mon Oct 4 12:33:35 UTC 2010


commit b35d9efcf704070c997fb60e3dbd34fcfe6a16b3
Author: Petr Písař <ppisar at redhat.com>
Date:   Mon Oct 4 13:38:27 2010 +0200

    0.10 bump

 .gitignore                 |    1 +
 perl-PPIx-EditorTools.spec |   26 ++++++++++++++++++++------
 sources                    |    2 +-
 3 files changed, 22 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index bf8c3ce..2765e50 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 PPIx-EditorTools-0.09.tar.gz
+/PPIx-EditorTools-0.10.tar.gz
diff --git a/perl-PPIx-EditorTools.spec b/perl-PPIx-EditorTools.spec
index aec4dd6..60200b4 100644
--- a/perl-PPIx-EditorTools.spec
+++ b/perl-PPIx-EditorTools.spec
@@ -1,19 +1,28 @@
 Name:           perl-PPIx-EditorTools
-Version:        0.09
-Release:        3%{?dist}
+Version:        0.10
+Release:        1%{?dist}
 Summary:        Utility methods and base class for manipulating Perl via PPI
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/PPIx-EditorTools/
-Source0:        http://www.cpan.org/authors/id/S/SZ/SZABGAB/PPIx-EditorTools-%{version}.tar.gz
+Source0:        http://search.cpan.org/CPAN/authors/id/A/AZ/AZAWAWI/PPIx-EditorTools-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 BuildRequires:  perl(Class::XSAccessor) >= 1.02
-BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.42
+BuildRequires:  perl(File::Spec)
 BuildRequires:  perl(PPI) >= 1.203
-BuildRequires:	perl(Test::More)
-BuildRequires:  perl(Test::Differences)
+# Tests only:
+# Real version perl(Test::Differences) >= 0.4801 clamped to 2 digits
+BuildRequires:  perl(Test::Differences) >= 0.48
+BuildRequires:  perl(Test::More)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+Requires:       perl(Class::XSAccessor) >= 1.02
+Requires:       perl(File::Spec)
+Requires:       perl(PPI) >= 1.203
+
+%filter_from_requires /^perl(Class::XSAccessor)$/
+%filter_setup
 
 %description
 Base class and utility methods for manipulating Perl via PPI. Pulled out
@@ -49,6 +58,11 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Mon Oct 04 2010 Petr Pisar <ppisar at redhat.com> - 0.10-1
+- 0.10 bump
+- Update Source URL
+- Consolidate dependencies
+
 * Thu May 06 2010 Marcela Maslanova <mmaslano at redhat.com> - 0.09-3
 - Mass rebuild with perl-5.12.0
 
diff --git a/sources b/sources
index d5a9d38..7a61b61 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-70a81ebc7fd7ae573a40e83e36f9c38f  PPIx-EditorTools-0.09.tar.gz
+a48bf178d3ae63c2221bde55f264cbef  PPIx-EditorTools-0.10.tar.gz



More information about the perl-devel mailing list