From e834fcd4f2e264e07df8dec493cd980650058d596d57f4683c3070f0b7a8a469 Mon Sep 17 00:00:00 2001 From: Dirk Stoecker Date: Wed, 12 Jun 2024 08:09:43 +0000 Subject: [PATCH] refresh spec file (remove package name based requires) OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test-Deep?expand=0&rev=43 --- cpanspec.yml | 3 +-- perl-Test-Deep.changes | 5 +++++ perl-Test-Deep.spec | 4 ++-- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/cpanspec.yml b/cpanspec.yml index 1983374..a24abab 100644 --- a/cpanspec.yml +++ b/cpanspec.yml @@ -1,5 +1,4 @@ --- preamble: |- # necessary because Test::Deep::NoTest does "require Test::Builder" - Requires: perl-Test-Simple - + Requires: perl(Test::Simple) diff --git a/perl-Test-Deep.changes b/perl-Test-Deep.changes index 1aac59c..f41bf20 100644 --- a/perl-Test-Deep.changes +++ b/perl-Test-Deep.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jun 12 08:08:31 UTC 2024 - Dirk Stoecker + +- refresh spec file (remove package name based requires) + ------------------------------------------------------------------- Sun Jan 8 03:08:18 UTC 2023 - Tina Müller diff --git a/perl-Test-Deep.spec b/perl-Test-Deep.spec index e0740c9..b40064e 100644 --- a/perl-Test-Deep.spec +++ b/perl-Test-Deep.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Test-Deep # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -35,7 +35,7 @@ Requires: perl(Test::More) >= 0.96 %{perl_requires} # MANUAL BEGIN # necessary because Test::Deep::NoTest does "require Test::Builder" -Requires: perl-Test-Simple +Requires: perl(Test::Simple) # MANUAL END %description