From 2cddce07dd5fd0342f2f0174c91f8706e42b298c Mon Sep 17 00:00:00 2001 From: Paul Howarth Date: Sep 06 2013 15:08:29 +0000 Subject: 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) --- 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 - 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 - 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