Build-require Test::More always because of the new thread tests
This commit is contained in:
parent
51e7504338
commit
b4c94a8da3
@ -1,6 +1,6 @@
|
||||
Name: perl-DB_File
|
||||
Version: 1.831
|
||||
Release: 4%{?dist}
|
||||
Release: 5%{?dist}
|
||||
Summary: Perl5 access to Berkeley DB version 1.x
|
||||
License: GPL+ or Artistic
|
||||
Group: Development/Libraries
|
||||
@ -27,11 +27,11 @@ BuildRequires: perl(warnings)
|
||||
BuildRequires: perl(XSLoader)
|
||||
# Tests:
|
||||
BuildRequires: perl(Symbol)
|
||||
BuildRequires: perl(Test::More)
|
||||
BuildRequires: perl(threads)
|
||||
%if !%{defined perl_bootstrap}
|
||||
# Optional tests:
|
||||
# Data::Dumper not useful
|
||||
BuildRequires: perl(Test::More)
|
||||
BuildRequires: perl(Test::Pod) >= 1.00
|
||||
%endif
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
||||
@ -72,6 +72,9 @@ make test
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Fri Aug 08 2014 Petr Pisar <ppisar@redhat.com> - 1.831-5
|
||||
- Build-require Test::More always because of the new thread tests
|
||||
|
||||
* Thu Aug 07 2014 Petr Pisar <ppisar@redhat.com> - 1.831-4
|
||||
- Initialize db_DESTROY return variable (bug #1107732)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user