require correct version of Test::More to build for 42.1

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Module-Compile?expand=0&rev=5
This commit is contained in:
2016-09-01 18:06:33 +00:00
committed by Git OBS Bridge
parent 248783a3bf
commit 78b7fbe324
2 changed files with 7 additions and 1 deletions

View File

@@ -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 Mon Apr 13 18:11:45 UTC 2015 - coolo@suse.com

View File

@@ -1,7 +1,7 @@
# #
# spec file for package perl-Module-Compile # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -30,6 +30,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl BuildRequires: perl
BuildRequires: perl-macros BuildRequires: perl-macros
BuildRequires: perl(Digest::SHA1) >= 2.13 BuildRequires: perl(Digest::SHA1) >= 2.13
BuildRequires: perl(Test::More) >= 1.0
Requires: perl(Digest::SHA1) >= 2.13 Requires: perl(Digest::SHA1) >= 2.13
%{perl_requires} %{perl_requires}