8
0

Accepting request 1100482 from devel:languages:perl:autoupdate

- updated to 2.0209
   see /usr/share/doc/packages/perl-XML-LibXML/Changes
  2.0209  2023-07-15
      - t/35huge_mode.t: fix test with libxml2 2.11
          - thanks to Dominique Martinet
      - Add clearer reference to using cloneNode to extract node with namespaces
          - thanks to Timothy Legge
      - initialize xmlValidCtxt
          - thanks to Alexander Bluhm

OBS-URL: https://build.opensuse.org/request/show/1100482
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-XML-LibXML?expand=0&rev=102
This commit is contained in:
2023-07-25 07:47:50 +00:00
committed by Git OBS Bridge
parent 2698cdd78c
commit d4337c705a
4 changed files with 38 additions and 6 deletions

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

Binary file not shown.

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

Binary file not shown.

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Sun Jul 16 03:07:48 UTC 2023 - Tina Müller <timueller+perl@suse.de>
- updated to 2.0209
see /usr/share/doc/packages/perl-XML-LibXML/Changes
2.0209 2023-07-15
- t/35huge_mode.t: fix test with libxml2 2.11
- thanks to Dominique Martinet
- Add clearer reference to using cloneNode to extract node with namespaces
- thanks to Timothy Legge
- initialize xmlValidCtxt
- thanks to Alexander Bluhm
-------------------------------------------------------------------
Sat Oct 1 03:07:58 UTC 2022 - Tina Müller <timueller+perl@suse.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-XML-LibXML
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2023 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.0208
Version: 2.0209
Release: 0
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Interface to Gnome libxml2 xml parsing and DOM library
@@ -41,6 +41,23 @@ Requires: perl(XML::SAX::Base)
Requires: perl(XML::SAX::DocumentLocator)
Requires: perl(XML::SAX::Exception)
Requires: perl(parent)
Provides: perl(XML::LibXML)
Provides: perl(XML::LibXML::AttributeHash)
Provides: perl(XML::LibXML::Boolean)
Provides: perl(XML::LibXML::Common)
Provides: perl(XML::LibXML::Devel)
Provides: perl(XML::LibXML::ErrNo)
Provides: perl(XML::LibXML::Error)
Provides: perl(XML::LibXML::Literal)
Provides: perl(XML::LibXML::NodeList)
Provides: perl(XML::LibXML::Number)
Provides: perl(XML::LibXML::Reader)
Provides: perl(XML::LibXML::SAX)
Provides: perl(XML::LibXML::SAX::Builder)
Provides: perl(XML::LibXML::SAX::Generator)
Provides: perl(XML::LibXML::SAX::Parser)
Provides: perl(XML::LibXML::XPathContext)
%define __perllib_provides /bin/true
%{perl_requires}
# MANUAL BEGIN
BuildRequires: pkgconfig(libxml-2.0) >= 2.9.0
@@ -57,7 +74,8 @@ 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
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 644
%build
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"