|
|
@ -1,6 +1,6 @@
|
|
|
|
Name: perl-Test-MockObject
|
|
|
|
Name: perl-Test-MockObject
|
|
|
|
Version: 1.20180705
|
|
|
|
Version: 1.20191002
|
|
|
|
Release: 5%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Perl extension for emulating troublesome interfaces
|
|
|
|
Summary: Perl extension for emulating troublesome interfaces
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
URL: https://metacpan.org/release/Test-MockObject
|
|
|
|
URL: https://metacpan.org/release/Test-MockObject
|
|
|
@ -25,7 +25,7 @@ BuildRequires: perl(UNIVERSAL::can) >= 1.20110617
|
|
|
|
BuildRequires: perl(UNIVERSAL::isa) >= 1.20110614
|
|
|
|
BuildRequires: perl(UNIVERSAL::isa) >= 1.20110614
|
|
|
|
# Tests:
|
|
|
|
# Tests:
|
|
|
|
BuildRequires: perl(base)
|
|
|
|
BuildRequires: perl(base)
|
|
|
|
BuildRequires: perl(CGI) >= 4.15
|
|
|
|
BuildRequires: perl(CPAN)
|
|
|
|
BuildRequires: perl(fields)
|
|
|
|
BuildRequires: perl(fields)
|
|
|
|
BuildRequires: perl(overload)
|
|
|
|
BuildRequires: perl(overload)
|
|
|
|
BuildRequires: perl(Test::Exception) >= 0.31
|
|
|
|
BuildRequires: perl(Test::Exception) >= 0.31
|
|
|
@ -66,6 +66,9 @@ make test
|
|
|
|
%{_mandir}/man3/Test::MockObject::Extends.3*
|
|
|
|
%{_mandir}/man3/Test::MockObject::Extends.3*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Fri Oct 18 2019 Tom Callaway <spot@fedoraproject.org> - 1.20191002-1
|
|
|
|
|
|
|
|
- update to 1.20191002
|
|
|
|
|
|
|
|
|
|
|
|
* Sun Oct 13 2019 Paul Howarth <paul@city-fan.org> - 1.20180705-5
|
|
|
|
* Sun Oct 13 2019 Paul Howarth <paul@city-fan.org> - 1.20180705-5
|
|
|
|
- Spec tidy-up
|
|
|
|
- Spec tidy-up
|
|
|
|
- Use author-independent source URL
|
|
|
|
- Use author-independent source URL
|
|
|
|