From 2698cdd78ccebe4e3ead654478e800de13d754b3fe6bca6f81073b6ade3f74b9 Mon Sep 17 00:00:00 2001 From: Dirk Stoecker Date: Tue, 4 Oct 2022 18:47:19 +0000 Subject: [PATCH] Accepting request 1007859 from devel:languages:perl:autoupdate - updated to 2.0208 see /usr/share/doc/packages/perl-XML-LibXML/Changes 2.0208 2022-09-30 - Fix https://rt.cpan.org/Ticket/Display.html?id=144415 - Bug #144415 for XML-LibXML: createElementNS & setNamespace get confused by Readonly scalars - thanks to DAKKAR and haarg. OBS-URL: https://build.opensuse.org/request/show/1007859 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-XML-LibXML?expand=0&rev=100 --- XML-LibXML-2.0207.tar.gz | 3 --- XML-LibXML-2.0208.tar.gz | 3 +++ perl-XML-LibXML.changes | 12 ++++++++++++ perl-XML-LibXML.spec | 7 ++++--- 4 files changed, 19 insertions(+), 6 deletions(-) delete mode 100644 XML-LibXML-2.0207.tar.gz create mode 100644 XML-LibXML-2.0208.tar.gz diff --git a/XML-LibXML-2.0207.tar.gz b/XML-LibXML-2.0207.tar.gz deleted file mode 100644 index b46279e..0000000 --- a/XML-LibXML-2.0207.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:903436c9859875bef5593243aae85ced329ad0fb4b57bbf45975e32547c50c15 -size 462595 diff --git a/XML-LibXML-2.0208.tar.gz b/XML-LibXML-2.0208.tar.gz new file mode 100644 index 0000000..033a48e --- /dev/null +++ b/XML-LibXML-2.0208.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c006b03bf8d0eb531fb56bda3ae15754ca56d888dd7b9e805ab9eb19d5fd653 +size 465763 diff --git a/perl-XML-LibXML.changes b/perl-XML-LibXML.changes index 2540d1d..6482593 100644 --- a/perl-XML-LibXML.changes +++ b/perl-XML-LibXML.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Sat Oct 1 03:07:58 UTC 2022 - Tina Müller + +- updated to 2.0208 + see /usr/share/doc/packages/perl-XML-LibXML/Changes + + 2.0208 2022-09-30 + - Fix https://rt.cpan.org/Ticket/Display.html?id=144415 + - Bug #144415 for XML-LibXML: createElementNS & setNamespace get + confused by Readonly scalars + - thanks to DAKKAR and haarg. + ------------------------------------------------------------------- Sun Apr 18 03:08:08 UTC 2021 - Tina Müller diff --git a/perl-XML-LibXML.spec b/perl-XML-LibXML.spec index 0aaceda..5cc1821 100644 --- a/perl-XML-LibXML.spec +++ b/perl-XML-LibXML.spec @@ -1,7 +1,7 @@ # # spec file for package perl-XML-LibXML # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,10 +18,10 @@ %define cpan_name XML-LibXML Name: perl-XML-LibXML -Version: 2.0207 +Version: 2.0208 Release: 0 -Summary: Perl Binding for libxml2 License: Artistic-1.0 OR GPL-1.0-or-later +Summary: Interface to Gnome libxml2 xml parsing and DOM library URL: https://metacpan.org/release/%{cpan_name} Source0: https://cpan.metacpan.org/authors/id/S/SH/SHLOMIF/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml @@ -57,6 +57,7 @@ stated otherwise, you only need to 'use XML::LibXML;' in your programs. %prep %autosetup -n %{cpan_name}-%{version} +find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644 %build perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"