[perl-Module-Path] 0.14 bump

Petr Pisar ppisar at fedoraproject.org
Mon Aug 18 14:11:42 UTC 2014


commit d34c9fa9e1a6fe33f6e4e5ddc5ff762eae392174
Author: Petr Písař <ppisar at redhat.com>
Date:   Mon Aug 18 16:10:47 2014 +0200

    0.14 bump

 .gitignore            |    1 +
 perl-Module-Path.spec |   13 +++++++++----
 sources               |    2 +-
 3 files changed, 11 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 39ad956..b86819d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /Module-Path-0.13.tar.gz
+/Module-Path-0.14.tar.gz
diff --git a/perl-Module-Path.spec b/perl-Module-Path.spec
index 98e219c..0855de7 100644
--- a/perl-Module-Path.spec
+++ b/perl-Module-Path.spec
@@ -1,6 +1,6 @@
 Name:           perl-Module-Path
-Version:        0.13
-Release:        2%{?dist}
+Version:        0.14
+Release:        1%{?dist}
 Summary:        Get the full path to a locally installed module
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -8,7 +8,7 @@ URL:            http://search.cpan.org/dist/Module-Path/
 Source0:        http://www.cpan.org/authors/id/N/NE/NEILB/Module-Path-%{version}.tar.gz
 BuildArch:      noarch
 BuildRequires:  perl
-BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.30
+BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(strict)
 BuildRequires:  perl(warnings)
 # Run-time:
@@ -26,7 +26,9 @@ Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 
 %description
 This Module::Path Perl module provides a single function, module_path(), which
-will find where a module is installed locally.
+takes a module name and finds the first directory in your @INC path where the
+module is installed locally. It returns the full path to that file, resolving
+any symbolic links.
 
 %prep
 %setup -q -n Module-Path-%{version}
@@ -52,6 +54,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Aug 18 2014 Petr Pisar <ppisar at redhat.com> - 0.14-1
+- 0.14 bump
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.13-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 
diff --git a/sources b/sources
index 9b412d5..fd2c2eb 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f47121c8477e20c2dbbf4ad12b752af5  Module-Path-0.13.tar.gz
+f809e9c857229e9d1e982abad978f456  Module-Path-0.14.tar.gz



More information about the perl-devel mailing list