forked from pool/perl-XML-LibXML
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
This commit is contained in:
BIN
XML-LibXML-2.0209.tar.gz
(Stored with Git LFS)
BIN
XML-LibXML-2.0209.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
XML-LibXML-2.0210.tar.gz
(Stored with Git LFS)
Normal file
BIN
XML-LibXML-2.0210.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Mar 6 11:33:51 UTC 2024 - Pedro Monreal <pmonreal@suse.com>
|
||||||
|
|
||||||
|
- 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 <tina.mueller@suse.com>
|
Tue Jul 25 18:17:14 UTC 2023 - Tina Müller <tina.mueller@suse.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-XML-LibXML
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%define cpan_name XML-LibXML
|
%define cpan_name XML-LibXML
|
||||||
Name: perl-XML-LibXML
|
Name: perl-XML-LibXML
|
||||||
Version: 2.0209
|
Version: 2.0210
|
||||||
Release: 0
|
Release: 0
|
||||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||||
Summary: Interface to Gnome libxml2 xml parsing and DOM library
|
Summary: Interface to Gnome libxml2 xml parsing and DOM library
|
||||||
@@ -102,7 +102,7 @@ perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
|
|||||||
%make_build
|
%make_build
|
||||||
|
|
||||||
%check
|
%check
|
||||||
make test
|
%make_build test
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%perl_make_install
|
%perl_make_install
|
||||||
|
Reference in New Issue
Block a user