diff --git a/perl-Module-Compile.changes b/perl-Module-Compile.changes index ab9372a..5c32862 100644 --- a/perl-Module-Compile.changes +++ b/perl-Module-Compile.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Sep 1 18:06:23 UTC 2016 - opensuse@dstoecker.de + +- require correct version of Test::More to build for 42.1 + ------------------------------------------------------------------- Mon Apr 13 18:11:45 UTC 2015 - coolo@suse.com diff --git a/perl-Module-Compile.spec b/perl-Module-Compile.spec index e618505..28b8371 100644 --- a/perl-Module-Compile.spec +++ b/perl-Module-Compile.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Module-Compile # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -30,6 +30,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(Digest::SHA1) >= 2.13 +BuildRequires: perl(Test::More) >= 1.0 Requires: perl(Digest::SHA1) >= 2.13 %{perl_requires}