[perl-PPIx-Regexp] 0.028 bump

Petr Pisar ppisar at fedoraproject.org
Fri Jun 8 13:28:55 UTC 2012


commit a190fb8ddf2e01ed6e04c5aa495a70ec802e36ad
Author: Petr Písař <ppisar at redhat.com>
Date:   Fri Jun 8 15:28:43 2012 +0200

    0.028 bump

 .gitignore            |    1 +
 perl-PPIx-Regexp.spec |   15 +++++++++++++--
 sources               |    2 +-
 3 files changed, 15 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 573d165..e734522 100644
--- a/.gitignore
+++ b/.gitignore
@@ -16,3 +16,4 @@ PPIx-Regexp-0.007.tar.gz
 /PPIx-Regexp-0.025.tar.gz
 /PPIx-Regexp-0.026.tar.gz
 /PPIx-Regexp-0.027.tar.gz
+/PPIx-Regexp-0.028.tar.gz
diff --git a/perl-PPIx-Regexp.spec b/perl-PPIx-Regexp.spec
index dec5567..e76d72f 100644
--- a/perl-PPIx-Regexp.spec
+++ b/perl-PPIx-Regexp.spec
@@ -1,5 +1,5 @@
 Name:           perl-PPIx-Regexp
-Version:        0.027
+Version:        0.028
 Release:        1%{?dist}
 Summary:        Represent a regular expression of some sort
 License:        GPL+ or Artistic
@@ -7,10 +7,18 @@ Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/PPIx-Regexp/
 Source0:        http://www.cpan.org/authors/id/W/WY/WYANT/PPIx-Regexp-%{version}.tar.gz
 BuildArch:      noarch
-BuildRequires:  perl(List::MoreUtils)
+BuildRequires:  perl(base)
+BuildRequires:  perl(Carp)
+BuildRequires:  perl(lib)
 BuildRequires:  perl(Module::Build)
+BuildRequires:  perl(YAML)
+# Run-time
+BuildRequires:  perl(constant)
+BuildRequires:  perl(Exporter)
+BuildRequires:  perl(List::MoreUtils)
 BuildRequires:  perl(PPI::Document) >= 1.117
 BuildRequires:  perl(Task::Weaken)
+# Tests:
 BuildRequires:  perl(Test::More) >= 0.88
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 Requires:       perl(PPI::Document) >= 1.117
@@ -46,6 +54,9 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 %{_mandir}/man3/*
 
 %changelog
+* Fri Jun 08 2012 Petr Pisar <ppisar at redhat.com> - 0.028-1
+- 0.028 bump
+
 * Mon Jun 04 2012 Petr Pisar <ppisar at redhat.com> - 0.027-1
 - 0.027 bump
 
diff --git a/sources b/sources
index e352102..472a99f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-fdd89a2c9132f30ed0c50e53affe6344  PPIx-Regexp-0.027.tar.gz
+de7334a0c2f121812e59e5ccddea96ec  PPIx-Regexp-0.028.tar.gz



More information about the perl-devel mailing list