[perl-Config-Tiny] Update to 2.16

Paul Howarth pghmcfc at fedoraproject.org
Fri Sep 6 15:09:21 UTC 2013


commit 2cddce07dd5fd0342f2f0174c91f8706e42b298c
Author: Paul Howarth <paul at city-fan.org>
Date:   Fri Sep 6 16:08:29 2013 +0100

    Update to 2.16
    
    - New upstream release 2.16
      - Replace Path::Tiny with File::Spec, because the former's list of
        dependencies is soooo long :-( (see CPAN RT#88435 for Tree::DAG_Node)

 perl-Config-Tiny.spec |    9 +++++++--
 sources               |    2 +-
 2 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/perl-Config-Tiny.spec b/perl-Config-Tiny.spec
index 9925127..15ab16a 100644
--- a/perl-Config-Tiny.spec
+++ b/perl-Config-Tiny.spec
@@ -1,5 +1,5 @@
 Name:		perl-Config-Tiny
-Version:	2.15
+Version:	2.16
 Release:	1%{?dist}
 Summary:	Perl module for reading and writing .ini style configuration files
 Group:		Development/Libraries
@@ -12,8 +12,8 @@ BuildRequires:	perl(ExtUtils::MakeMaker)
 # Module Runtime
 BuildRequires:	perl(strict)
 # Test Suite
+BuildRequires:	perl(File::Spec) >= 3.40
 BuildRequires:	perl(File::Temp) >= 0.19
-BuildRequires:	perl(Path::Tiny) >= 0.025
 BuildRequires:	perl(Test::More) >= 0.47
 BuildRequires:	perl(UNIVERSAL)
 BuildRequires:	perl(utf8)
@@ -54,6 +54,11 @@ make test TEST_FILES="xt/*.t" AUTOMATED_TESTING=1
 %{_mandir}/man3/Config::Tiny.3pm*
 
 %changelog
+* Fri Sep  6 2013 Paul Howarth <paul at city-fan.org> - 2.16-1
+- Update to 2.16
+  - Replace Path::Tiny with File::Spec, because the former's list of
+    dependencies is soooo long :-( (see CPAN RT#88435 for Tree::DAG_Node)
+
 * Tue Sep  3 2013 Paul Howarth <paul at city-fan.org> - 2.15-1
 - Update to 2.15
   - Clean up the shambolic dates in the Changes file
diff --git a/sources b/sources
index f2a97ec..945b06b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3727f8d0d6bcfcde83e01ad770c94e52  Config-Tiny-2.15.tgz
+034444587c4c0ac6e16ba8a148d93a2e  Config-Tiny-2.16.tgz


More information about the scm-commits mailing list