Update to 2.23

- New upstream release 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
epel9
Paul Howarth 9 years ago
parent 5f02920722
commit 28e156bf48

@ -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 <paul@city-fan.org> - 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 <rel-eng@lists.fedoraproject.org> - 2.22-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild

@ -1 +1 @@
d616dc3ec8d6e7aedc3b29509928ee98 Config-Tiny-2.22.tgz
6c3bc610c4bc587e1441e651e01584ce Config-Tiny-2.23.tgz

Loading…
Cancel
Save