[perl-PPIx-Regexp] 0.011 bump

Petr Pisar ppisar at fedoraproject.org
Wed Sep 22 15:01:33 UTC 2010


commit 429bb74e17b0e3b7a2e25331ae43097727dbc1b7
Author: Petr Písař <ppisar at redhat.com>
Date:   Wed Sep 22 17:01:26 2010 +0200

    0.011 bump

 .gitignore            |    1 +
 perl-PPIx-Regexp.spec |   14 ++++++++++----
 sources               |    2 +-
 3 files changed, 12 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d23d7f9..0d0c21f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 PPIx-Regexp-0.007.tar.gz
 /PPIx-Regexp-0.010.tar.gz
+/PPIx-Regexp-0.011.tar.gz
diff --git a/perl-PPIx-Regexp.spec b/perl-PPIx-Regexp.spec
index b4b135b..719ee41 100644
--- a/perl-PPIx-Regexp.spec
+++ b/perl-PPIx-Regexp.spec
@@ -1,5 +1,5 @@
 Name:           perl-PPIx-Regexp
-Version:        0.010
+Version:        0.011
 Release:        1%{?dist}
 Summary:        Represent a regular expression of some sort
 License:        GPL+ or Artistic
@@ -10,14 +10,16 @@ BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 BuildRequires:  perl(List::MoreUtils)
 BuildRequires:  perl(Module::Build)
-BuildRequires:  perl(Params::Util) >= 0.25
-BuildRequires:  perl(PPI::Document)
-BuildRequires:  perl(Readonly)
+BuildRequires:  perl(PPI::Document) >= 1.117
 BuildRequires:  perl(Task::Weaken)
 BuildRequires:  perl(Test::More) >= 0.4
+Requires:       perl(PPI::Document) >= 1.117
 Requires:       perl(Task::Weaken)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
+%filter_from_requires /^perl(PPI::Document)$/d
+%filter_setup
+
 %description
 The purpose of the PPIx-Regexp package is to parse regular expressions in a
 manner similar to the way the PPI package parses Perl. This class forms the
@@ -53,6 +55,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Wed Sep 22 2010 Petr Pisar <ppisar at redhat.com> - 0.011-1
+- 0.011 bump
+- Remove unversioned Requires
+
 * Thu Sep 16 2010 Petr Pisar <ppisar at redhat.com> - 0.010-1
 - 0.010 bump
 
diff --git a/sources b/sources
index 07e402a..c6958d2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-94f5bce4da13de70daa1b069105b4f66  PPIx-Regexp-0.010.tar.gz
+2c315aa4603e511cc9f4f69a535bb02f  PPIx-Regexp-0.011.tar.gz


More information about the scm-commits mailing list