Update to 0.70
- New upstream release 0.70
- Stop pointless use of taint-mode in tests, so tests pass when perl is
built without taint support
This commit is contained in:
parent
cc3ee1b022
commit
b482c7947e
@ -1,12 +1,12 @@
|
||||
# RPM version needs 4 digits after the decimal to preserve upgrade path
|
||||
%global module_version 0.69
|
||||
%global module_version 0.70
|
||||
%global RPM_version %(printf "%.4f" %{module_version})
|
||||
|
||||
# TODO: BR: optional test dependency Unknown::Values if it becomes available
|
||||
|
||||
Name: perl-Test-Differences
|
||||
Version: %{RPM_version}
|
||||
Release: 5%{?dist}
|
||||
Release: 1%{?dist}
|
||||
Summary: Test strings and data structures and show differences if not OK
|
||||
License: GPL-1.0-or-later OR Artistic-1.0-Perl
|
||||
URL: https://metacpan.org/release/Test-Differences
|
||||
@ -36,7 +36,7 @@ BuildRequires: perl(Test::More) >= 0.88
|
||||
BuildRequires: perl(Pod::Coverage) >= 0.18
|
||||
BuildRequires: perl(Test::Pod) >= 1.22
|
||||
BuildRequires: perl(Test::Pod::Coverage) >= 1.08
|
||||
# Explicit Requirements
|
||||
# Explicit Dependencies
|
||||
Requires: perl(B::Deparse)
|
||||
Requires: perl(Text::Diff) >= 1.43
|
||||
|
||||
@ -66,6 +66,11 @@ make test
|
||||
%{_mandir}/man3/Test::Differences.3*
|
||||
|
||||
%changelog
|
||||
* Sat Jul 8 2023 Paul Howarth <paul@city-fan.org> - 0.7000-1
|
||||
- Update to 0.70
|
||||
- Stop pointless use of taint-mode in tests, so tests pass when perl is
|
||||
built without taint support
|
||||
|
||||
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.6900-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (Test-Differences-0.69.tar.gz) = 506859b6d983f6b81366bdaa365b02091d7a1ef1b3a29397b19175e37cde93a3b8e1d8765438630ecfc6ca1755868aefa47dcde0f1f45951f4610362c5d904bd
|
||||
SHA512 (Test-Differences-0.70.tar.gz) = f9462f886b3bfba8cbf5467879b0549d7d72695391741d878614d92b1e66f50317485c834f8c34d22fee471c85dbcecc94f84de08fe5fd56c95fda1c149aa9bb
|
||||
|
||||
Loading…
Reference in New Issue
Block a user