[perl-PathTools] Require constant module

Petr Pisar ppisar at fedoraproject.org
Tue Jan 13 12:23:32 UTC 2015


commit 5ecade271aa351c72d47319364fb6e45db1550bc
Author: Petr Písař <ppisar at redhat.com>
Date:   Tue Jan 13 13:23:02 2015 +0100

    Require constant module

 perl-PathTools.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/perl-PathTools.spec b/perl-PathTools.spec
index 47d9a79..295f2c2 100644
--- a/perl-PathTools.spec
+++ b/perl-PathTools.spec
@@ -1,7 +1,7 @@
 %global cpan_version 3.47
 Name:           perl-PathTools
 Version:        %(echo '%{cpan_version}' | tr _ .)
-Release:        310%{?dist}
+Release:        311%{?dist}
 Summary:        PathTools Perl module (Cwd, File::Spec)
 License:        (GPL+ or Artistic) and BSD
 Group:          Development/Libraries
@@ -13,6 +13,7 @@ BuildRequires:  perl
 BuildRequires:  perl(ExtUtils::MakeMaker)
 # Run-time:
 BuildRequires:  perl(Carp)
+BuildRequires:  perl(constant)
 BuildRequires:  perl(Exporter)
 # File::Basename not needed because of removed File::Spec::VMS
 BuildRequires:  perl(Scalar::Util)
@@ -64,6 +65,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Tue Jan 13 2015 Petr Pisar <ppisar at redhat.com> - 3.47-311
+- Require constant module
+
 * Wed Sep 03 2014 Jitka Plesnikova <jplesnik at redhat.com> - 3.47-310
 - Increase release to favour standalone package
 


More information about the scm-commits mailing list