[perl-File-ShareDir-Install] Update to 0.10

Paul Howarth pghmcfc at fedoraproject.org
Thu Dec 11 16:18:27 UTC 2014


commit 7786f6b0f1b689b51c7bbe4e0f92f9aa62001238
Author: Paul Howarth <paul at city-fan.org>
Date:   Thu Dec 11 16:17:00 2014 +0000

    Update to 0.10
    
    - New upstream release 0.10
      - Recurse with $def in _scan_share_dir (CPAN RT#95749)

 perl-File-ShareDir-Install.spec |   12 ++++++++----
 sources                         |    2 +-
 2 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/perl-File-ShareDir-Install.spec b/perl-File-ShareDir-Install.spec
index ad816dd..864bff3 100644
--- a/perl-File-ShareDir-Install.spec
+++ b/perl-File-ShareDir-Install.spec
@@ -1,9 +1,8 @@
 Name:           perl-File-ShareDir-Install
-Version:        0.09
+Version:        0.10
 Release:        1%{?dist}
 Summary:        Install shared files
 License:        GPL+ or Artistic
-Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/File-ShareDir-Install/
 Source0:        http://search.cpan.org/CPAN/authors/id/G/GW/GWYN/File-ShareDir-Install-%{version}.tar.gz
 BuildArch:      noarch
@@ -21,8 +20,9 @@ BuildRequires:  perl(warnings)
 BuildRequires:  perl(Config)
 BuildRequires:  perl(File::Path)
 BuildRequires:  perl(Test::More)
-BuildRequires:  perl(Test::Pod)
-BuildRequires:  perl(Test::Pod::Coverage)
+# Release Tests
+BuildRequires:  perl(Test::Pod) >= 1.00
+BuildRequires:  perl(Test::Pod::Coverage) >= 1.00
 # Runtime
 Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 
@@ -52,6 +52,10 @@ make test RELEASE_TESTING=1
 %{_mandir}/man3/File::ShareDir::Install.3*
 
 %changelog
+* Thu Dec 11 2014 Paul Howarth <paul at city-fan.org> - 0.10-1
+- Update to 0.10
+  - Recurse with $def in _scan_share_dir (CPAN RT#95749)
+
 * Thu Nov 13 2014 Paul Howarth <paul at city-fan.org> - 0.09-1
 - Update to 0.09
   - Get rid of DB::single
diff --git a/sources b/sources
index 5a3479b..350ab92 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-508fd1f977f2e160e7e756c9c73868df  File-ShareDir-Install-0.09.tar.gz
+37fb7fa72ce7184516dd022aba62f524  File-ShareDir-Install-0.10.tar.gz


More information about the scm-commits mailing list