Update to 0.69
- New upstream release 0.69
- Special-case Unknown::Values objects in comparisons, as it's better to spit
out a diagnostic failure than to just die
- Correct misleading Unicode doco
This commit is contained in:
parent
4f42a635f3
commit
aa69a9264d
@ -1,10 +1,12 @@
|
||||
# RPM version needs 4 digits after the decimal to preserve upgrade path
|
||||
%global module_version 0.68
|
||||
%global module_version 0.69
|
||||
%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: 3%{?dist}
|
||||
Release: 1%{?dist}
|
||||
Summary: Test strings and data structures and show differences if not OK
|
||||
License: GPL+ or Artistic
|
||||
URL: https://metacpan.org/release/Test-Differences
|
||||
@ -65,6 +67,12 @@ make test
|
||||
%{_mandir}/man3/Test::Differences.3*
|
||||
|
||||
%changelog
|
||||
* Sat Jan 8 2022 Paul Howarth <paul@city-fan.org> - 0.6900-1
|
||||
- Update to 0.69
|
||||
- Special-case Unknown::Values objects in comparisons, as it's better to spit
|
||||
out a diagnostic failure than to just die
|
||||
- Correct misleading Unicode doco
|
||||
|
||||
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.6800-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (Test-Differences-0.68.tar.gz) = 17e5e54d9a67fefdccb383be860ea594ec15563b66a7d93652a93799deeceaf92a4d48d01bfd4d2276c5f1520916d1def654ba53759c7461737e1f9afa754e31
|
||||
SHA512 (Test-Differences-0.69.tar.gz) = 506859b6d983f6b81366bdaa365b02091d7a1ef1b3a29397b19175e37cde93a3b8e1d8765438630ecfc6ca1755868aefa47dcde0f1f45951f4610362c5d904bd
|
||||
|
||||
Loading…
Reference in New Issue
Block a user