Update to 1.128
- New upstream release 1.128 - Allow 'use Test::Deep' while other modules use Test::Deep::NoTest (GH#76) - Added true/false optional imports (GH#41, GH#44) - Documentation fixes (GH#79) - Use author-independent source URL
This commit is contained in:
parent
fa11faccd0
commit
8052f49d85
@ -1,10 +1,10 @@
|
||||
Name: perl-Test-Deep
|
||||
Version: 1.128
|
||||
Release: 7%{?dist}
|
||||
Version: 1.130
|
||||
Release: 1%{?dist}
|
||||
Summary: Extremely flexible deep comparison
|
||||
License: GPL+ or Artistic
|
||||
URL: https://metacpan.org/release/Test-Deep
|
||||
Source0: https://cpan.metacpan.org/authors/id/R/RJ/RJBS/Test-Deep-%{version}.tar.gz
|
||||
Source0: https://cpan.metacpan.org/modules/by-module/Test/Test-Deep-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
# Module Build
|
||||
BuildRequires: coreutils
|
||||
@ -61,6 +61,13 @@ make test
|
||||
%{_mandir}/man3/Test::Deep::NoTest.3*
|
||||
|
||||
%changelog
|
||||
* Mon Mar 2 2020 Paul Howarth <paul@city-fan.org> - 1.130-1
|
||||
- Update to 1.128
|
||||
- Allow 'use Test::Deep' while other modules use Test::Deep::NoTest (GH#76)
|
||||
- Added true/false optional imports (GH#41, GH#44)
|
||||
- Documentation fixes (GH#79)
|
||||
- Use author-independent source URL
|
||||
|
||||
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.128-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (Test-Deep-1.128.tar.gz) = d4642b3268a10d8e882beabfbb3b3bf891a57aa7ebb74bc4919a4368df9c9acd2351498401538ae50299071f99e06b4443686d20f8c9f95f5fd588309ccee302
|
||||
SHA512 (Test-Deep-1.130.tar.gz) = de34197c97d44c68dd43372fa5a4d905a2ad636b5503c5f1443476a85b921f42cd07d475af8901dfee9deff1f29deef440c1783cdcc7f93c5f5030c4548ff9cf
|
||||
|
||||
Loading…
Reference in New Issue
Block a user