diff --git a/perl-Config-Tiny.spec b/perl-Config-Tiny.spec index d7c0ba1..ee5f0fa 100644 --- a/perl-Config-Tiny.spec +++ b/perl-Config-Tiny.spec @@ -1,6 +1,6 @@ Name: perl-Config-Tiny -Version: 2.22 -Release: 4%{?dist} +Version: 2.23 +Release: 1%{?dist} Summary: Perl module for reading and writing .ini style configuration files Group: Development/Libraries License: GPL+ or Artistic @@ -8,6 +8,9 @@ URL: http://search.cpan.org/dist/Config-Tiny/ Source0: http://search.cpan.org/CPAN/authors/id/R/RS/RSAVAGE/Config-Tiny-%{version}.tgz BuildArch: noarch # Module Build +BuildRequires: coreutils +BuildRequires: findutils +BuildRequires: make BuildRequires: perl BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(warnings) @@ -57,6 +60,14 @@ make test TEST_FILES="xt/*.t" AUTOMATED_TESTING=1 %{_mandir}/man3/Config::Tiny.3* %changelog +* Wed Oct 14 2015 Paul Howarth - 2.23-1 +- Update to 2.23 + - Add the utf8 BOM to the Changes file + - Fix read() and write() so they work on files called '0' (zero) + (CPAN RT#107754) + - Add t/05.zero.t and t/0 to test the new code + - Reformat the source slightly + * Thu Jun 18 2015 Fedora Release Engineering - 2.22-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild diff --git a/sources b/sources index a03c82b..adcb15a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d616dc3ec8d6e7aedc3b29509928ee98 Config-Tiny-2.22.tgz +6c3bc610c4bc587e1441e651e01584ce Config-Tiny-2.23.tgz