From b684846d3325b29fb15ef2f953e0bb3e62b84405 Mon Sep 17 00:00:00 2001 From: Xiaojie Chen Date: Thu, 17 Aug 2023 14:39:30 +0800 Subject: [PATCH] Remove perl(:MODULE_COMPAT) which will be generated by perl-generators >= 1.15 --- perl-XML-LibXML.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/perl-XML-LibXML.spec b/perl-XML-LibXML.spec index 18b4b00..0de4cdc 100644 --- a/perl-XML-LibXML.spec +++ b/perl-XML-LibXML.spec @@ -1,7 +1,7 @@ Summary: Perl interface to process XML using the libxml2 library Name: perl-XML-LibXML Version: 2.0209 -Release: 1%{?dist} +Release: 2%{?dist} License: (GPL+ or Artistic) and MIT URL: https://metacpan.org/release/XML-LibXML Source0: https://cpan.metacpan.org/authors/id/S/SH/SHLOMIF/XML-LibXML-%{version}.tar.gz @@ -31,7 +31,6 @@ BuildRequires: perl(Test::More) BuildRequires: perl(XML::SAX) perl(XML::SAX::ParserFactory) BuildRequires: perl(URI::file) perl(utf8) -Requires: perl(:MODULE_COMPAT_%{perl_version}) Requires: perl(Data::Dumper) Requires: perl-interpreter Requires(preun):perl-interpreter @@ -101,6 +100,9 @@ fi %changelog +* Thu Aug 17 2023 Xiaojie Chen - 2.0209-2 +- Remove perl(:MODULE_COMPAT) which will be generated by perl-generators >= 1.15 + * Mon Aug 07 2023 rockerzhu - 2.0209-1 - Upgrade to 2.0209 to fix test with libxml2 2.11. -- Gitee