Update to 2.24

- New upstream release 2.24
  - Merge in clean-up patches from Karen Etheridge
  - Add back file t/0, required for t/05.zero.t
  - Update Makefile.PL to switch issue tracker from rt.cpan.org to GitHub
  - Update POD to change RT to GitHub
  - Reformat Makefile.PL
epel9
Paul Howarth 4 years ago
parent 8a41cc5966
commit 480c71cd45

@ -6,8 +6,8 @@
%endif
Name: perl-Config-Tiny
Version: 2.24
Release: 7%{?dist}
Version: 2.26
Release: 1%{?dist}
Summary: Perl module for reading and writing .ini style configuration files
License: GPL+ or Artistic
URL: https://metacpan.org/release/Config-Tiny
@ -26,8 +26,8 @@ BuildRequires: perl(strict)
# Test Suite
BuildRequires: perl(File::Spec) >= 3.30
BuildRequires: perl(File::Temp) >= 0.22
BuildRequires: perl(Test::More) >= 0.47
BuildRequires: perl(UNIVERSAL)
BuildRequires: perl(Test::More) >= 1.001002
BuildRequires: perl(UNIVERSAL::isa)
BuildRequires: perl(utf8)
%if %{with perl_Config_Tiny_enables_extra_test}
# Extra Tests
@ -71,6 +71,14 @@ make test TEST_FILES="$(echo $(find xt/ -name '*.t'))" AUTOMATED_TESTING=1
%{_mandir}/man3/Config::Tiny.3*
%changelog
* Thu Feb 4 2021 Paul Howarth <paul@city-fan.org> - 2.26-1
- Update to 2.24
- Merge in clean-up patches from Karen Etheridge
- Add back file t/0, required for t/05.zero.t
- Update Makefile.PL to switch issue tracker from rt.cpan.org to GitHub
- Update POD to change RT to GitHub
- Reformat Makefile.PL
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.24-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

@ -1 +1 @@
SHA512 (Config-Tiny-2.24.tgz) = 7ce660f947351c346f553a1f0424e6c5710c9334090791525a5ab3d7462f6754315602028de4da7f2aeb72303df68d7419e15bea73c8f161830216b26fdfcb40
SHA512 (Config-Tiny-2.26.tgz) = 647c48f3c4480bf8bb8ec22b7b9a3a5b813d4bc633760f5aef4e03ea90b4b979a0a1617dfc3dba6c31779d04bc2d8233bf61ee509bceb8b2d32e1df481c3f135

Loading…
Cancel
Save