Update to 0.68
- New upstream release 0.68
- Revert undocumented change that was causing unreasonably verbose output
(GH#5)
- Improve documentation about text vs. data mode and eq_or_diff_{text,data}
(GH#8)
This commit is contained in:
parent
704283d760
commit
7f17a8ab0f
@ -1,10 +1,10 @@
|
||||
# RPM version needs 4 digits after the decimal to preserve upgrade path
|
||||
%global module_version 0.67
|
||||
%global RPM_version %{module_version}00
|
||||
%global module_version 0.68
|
||||
%global RPM_version %(printf "%.4f" %{module_version})
|
||||
|
||||
Name: perl-Test-Differences
|
||||
Version: %{RPM_version}
|
||||
Release: 7%{?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 +65,13 @@ make test
|
||||
%{_mandir}/man3/Test::Differences.3*
|
||||
|
||||
%changelog
|
||||
* Wed May 19 2021 Paul Howarth <paul@city-fan.org> - 0.6800-1
|
||||
- Update to 0.68
|
||||
- Revert undocumented change that was causing unreasonably verbose output
|
||||
(GH#5)
|
||||
- Improve documentation about text vs. data mode and eq_or_diff_{text,data}
|
||||
(GH#8)
|
||||
|
||||
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.6700-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (Test-Differences-0.67.tar.gz) = 72f5e70d5ed953f50e7fff36645612b8e531354a217de5e7780ee76d72c95e1aed1f1f23a1aaf447b2893246d0c8d0452f2946afa820966d85b2c99dcf9b5ed9
|
||||
SHA512 (Test-Differences-0.68.tar.gz) = 17e5e54d9a67fefdccb383be860ea594ec15563b66a7d93652a93799deeceaf92a4d48d01bfd4d2276c5f1520916d1def654ba53759c7461737e1f9afa754e31
|
||||
|
||||
Loading…
Reference in New Issue
Block a user