[perl-PPIx-Regexp] Run-require Exporter

Petr Pisar ppisar at fedoraproject.org
Tue Aug 21 13:56:06 UTC 2012


commit e44e218c9cbf9c8d9341f41de8f2a7e6026bd851
Author: Petr Písař <ppisar at redhat.com>
Date:   Tue Aug 21 15:54:59 2012 +0200

    Run-require Exporter

 perl-PPIx-Regexp.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/perl-PPIx-Regexp.spec b/perl-PPIx-Regexp.spec
index abbde97..35532ae 100644
--- a/perl-PPIx-Regexp.spec
+++ b/perl-PPIx-Regexp.spec
@@ -1,6 +1,6 @@
 Name:           perl-PPIx-Regexp
 Version:        0.028
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        Represent a regular expression of some sort
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -24,6 +24,7 @@ BuildRequires:  perl(Task::Weaken)
 BuildRequires:  perl(Test::More) >= 0.88
 # Text::CSV is never required
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+Requires:       perl(Exporter)
 Requires:       perl(PPI::Document) >= 1.117
 Requires:       perl(Task::Weaken)
 
@@ -57,6 +58,9 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 %{_mandir}/man3/*
 
 %changelog
+* Tue Aug 21 2012 Petr Pisar <ppisar at redhat.com> - 0.028-5
+- Run-require Exporter
+
 * Thu Aug 16 2012 Petr Pisar <ppisar at redhat.com> - 0.028-4
 - Specify all dependencies
 


More information about the scm-commits mailing list