From de41494e82a529c5cc7581625d67841bf79544ad Mon Sep 17 00:00:00 2001 From: mgb01105731 Date: Mon, 6 Feb 2023 13:26:11 +0800 Subject: [PATCH] remove versioned MODULE_COMPAT_ requires --- perl-Pod-Escapes.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/perl-Pod-Escapes.spec b/perl-Pod-Escapes.spec index ef922c2..bfce847 100644 --- a/perl-Pod-Escapes.spec +++ b/perl-Pod-Escapes.spec @@ -1,4 +1,4 @@ -%define anolis_release 3 +%define anolis_release 4 Name: perl-Pod-Escapes # Compete with perl.spec Epoch: 1 @@ -23,7 +23,6 @@ BuildRequires: perl(warnings) # Tests: BuildRequires: perl(Test) BuildRequires: perl(utf8) -Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) %description This module provides things that are useful in decoding Pod E<...> sequences. @@ -59,6 +58,9 @@ make test %doc Changes README %changelog +* Mon Feb 06 2023 mgb01105731 - 1:1.07-4 +- remove versioned MODULE_COMPAT_ requires + * Mon Jan 30 2023 Chunmei Xu - 1:1.07-3 - rebuild with perl 5.36.0 -- Gitee