8
0

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
This commit is contained in:
2020-01-14 12:08:38 +00:00
committed by Git OBS Bridge
parent eccdea4e90
commit 33c77798f0
4 changed files with 26 additions and 7 deletions

BIN
XML-LibXML-2.0201.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
XML-LibXML-2.0202.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Tue Jan 14 03:16:35 UTC 2020 - <timueller+perl@suse.de>
- 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 <pmonrealgonzalez@suse.com>

View File

@@ -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)