From 656649b1f93301a4fb05e1ede99871b89e43632c68d5a32c1b94d701fa42fda1 Mon Sep 17 00:00:00 2001 From: Pedro Monreal Gonzalez Date: Thu, 7 Mar 2024 07:47:20 +0000 Subject: [PATCH] Accepting request 1155537 from home:pmonrealgonzalez:branches:devel:languages:perl - updated to 2.0210 [bsc#1221013] see /usr/share/doc/packages/perl-XML-LibXML/Changes 2.0210 2024-01-24 - Fix copying external entity from an ext_ent_handler handler - https://github.com/shlomif/perl-XML-LibXML/issues/81 - thanks to Petr - libxml-mm: Fix function prototypes in function pointers - thanks to Khem Raj OBS-URL: https://build.opensuse.org/request/show/1155537 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-XML-LibXML?expand=0&rev=105 --- XML-LibXML-2.0209.tar.gz | 3 --- XML-LibXML-2.0210.tar.gz | 3 +++ perl-XML-LibXML.changes | 13 +++++++++++++ perl-XML-LibXML.spec | 6 +++--- 4 files changed, 19 insertions(+), 6 deletions(-) delete mode 100644 XML-LibXML-2.0209.tar.gz create mode 100644 XML-LibXML-2.0210.tar.gz diff --git a/XML-LibXML-2.0209.tar.gz b/XML-LibXML-2.0209.tar.gz deleted file mode 100644 index a525a6d..0000000 --- a/XML-LibXML-2.0209.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b4a5abbcd689aa2fbbc8b7b45339e961c4984e48108494eb6c282b4748222425 -size 466118 diff --git a/XML-LibXML-2.0210.tar.gz b/XML-LibXML-2.0210.tar.gz new file mode 100644 index 0000000..b16f6ff --- /dev/null +++ b/XML-LibXML-2.0210.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a29bf3f00ab9c9ee04218154e0afc8f799bf23674eb99c1a9ed4de1f4059a48d +size 466316 diff --git a/perl-XML-LibXML.changes b/perl-XML-LibXML.changes index 55ea0e6..f8439e4 100644 --- a/perl-XML-LibXML.changes +++ b/perl-XML-LibXML.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Wed Mar 6 11:33:51 UTC 2024 - Pedro Monreal + +- updated to 2.0210 [bsc#1221013] + see /usr/share/doc/packages/perl-XML-LibXML/Changes + + 2.0210 2024-01-24 + - Fix copying external entity from an ext_ent_handler handler + - https://github.com/shlomif/perl-XML-LibXML/issues/81 + - thanks to Petr + - libxml-mm: Fix function prototypes in function pointers + - thanks to Khem Raj + ------------------------------------------------------------------- Tue Jul 25 18:17:14 UTC 2023 - Tina Müller diff --git a/perl-XML-LibXML.spec b/perl-XML-LibXML.spec index bdeca8e..399f23f 100644 --- a/perl-XML-LibXML.spec +++ b/perl-XML-LibXML.spec @@ -1,7 +1,7 @@ # # spec file for package perl-XML-LibXML # -# 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 @@ -18,7 +18,7 @@ %define cpan_name XML-LibXML Name: perl-XML-LibXML -Version: 2.0209 +Version: 2.0210 Release: 0 License: Artistic-1.0 OR GPL-1.0-or-later Summary: Interface to Gnome libxml2 xml parsing and DOM library @@ -102,7 +102,7 @@ perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" %make_build %check -make test +%make_build test %install %perl_make_install