From 33c77798f0d8ea5c3cb8384e806b51325656c6d9caec8668474ac76fc5b22458 Mon Sep 17 00:00:00 2001 From: Pedro Monreal Gonzalez Date: Tue, 14 Jan 2020 12:08:38 +0000 Subject: [PATCH] Accepting request 764249 from devel:languages:perl:autoupdate - updated to 2.0202 see /usr/share/doc/packages/perl-XML-LibXML/Changes 2.0202 2020-01-13 - Disable loading external DTDs or external entities by default - Thanks to Tim Retout - Docs: Noting that HTTPS doesn't work for schema-loading either. - Thanks to Jason McIntosh - Allow to parse RelaxNG without accessing network - Thanks to PALI - Allow to parse XML Schema without accessing network - Thanks to PALI - Add Test-Count assertion count checking using https://metacpan.org/pod/Code::TidyAll::Plugin::TestCount OBS-URL: https://build.opensuse.org/request/show/764249 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-XML-LibXML?expand=0&rev=88 --- XML-LibXML-2.0201.tar.gz | 3 --- XML-LibXML-2.0202.tar.gz | 3 +++ perl-XML-LibXML.changes | 18 ++++++++++++++++++ perl-XML-LibXML.spec | 9 +++++---- 4 files changed, 26 insertions(+), 7 deletions(-) delete mode 100644 XML-LibXML-2.0201.tar.gz create mode 100644 XML-LibXML-2.0202.tar.gz diff --git a/XML-LibXML-2.0201.tar.gz b/XML-LibXML-2.0201.tar.gz deleted file mode 100644 index c89568e..0000000 --- a/XML-LibXML-2.0201.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e008700732502b3f1f0890696ec6e2dc70abf526cd710efd9ab7675cae199bc2 -size 462237 diff --git a/XML-LibXML-2.0202.tar.gz b/XML-LibXML-2.0202.tar.gz new file mode 100644 index 0000000..d27d3d6 --- /dev/null +++ b/XML-LibXML-2.0202.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc2b02c5e9829c363173bfcfaf9321f8d72c30301df3f8842be356776569e2ae +size 463882 diff --git a/perl-XML-LibXML.changes b/perl-XML-LibXML.changes index 1339a93..f1d2790 100644 --- a/perl-XML-LibXML.changes +++ b/perl-XML-LibXML.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Tue Jan 14 03:16:35 UTC 2020 - + +- updated to 2.0202 + see /usr/share/doc/packages/perl-XML-LibXML/Changes + + 2.0202 2020-01-13 + - Disable loading external DTDs or external entities by default + - Thanks to Tim Retout + - Docs: Noting that HTTPS doesn't work for schema-loading either. + - Thanks to Jason McIntosh + - Allow to parse RelaxNG without accessing network + - Thanks to PALI + - Allow to parse XML Schema without accessing network + - Thanks to PALI + - Add Test-Count assertion count checking using + https://metacpan.org/pod/Code::TidyAll::Plugin::TestCount + ------------------------------------------------------------------- Mon Nov 18 17:54:39 UTC 2019 - Pedro Monreal Gonzalez diff --git a/perl-XML-LibXML.spec b/perl-XML-LibXML.spec index 7fe851a..3811519 100644 --- a/perl-XML-LibXML.spec +++ b/perl-XML-LibXML.spec @@ -1,7 +1,7 @@ # # spec file for package perl-XML-LibXML # -# Copyright (c) 2019 SUSE LLC. +# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,16 +16,17 @@ # -%define cpan_name XML-LibXML Name: perl-XML-LibXML -Version: 2.0201 +Version: 2.0202 Release: 0 +%define cpan_name XML-LibXML Summary: Perl Binding for libxml2 License: Artistic-1.0 OR GPL-1.0-or-later Group: Development/Libraries/Perl -URL: https://metacpan.org/release/%{cpan_name} +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 +BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(Alien::Libxml2)