forked from perl/perl-XML-LibXML
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
This commit is contained in:
BIN
XML-LibXML-2.0207.tar.gz
(Stored with Git LFS)
BIN
XML-LibXML-2.0207.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
XML-LibXML-2.0208.tar.gz
(Stored with Git LFS)
Normal file
BIN
XML-LibXML-2.0208.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Oct 1 03:07:58 UTC 2022 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- 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 <timueller+perl@suse.de>
|
Sun Apr 18 03:08:08 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-XML-LibXML
|
# 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
|
# 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,10 +18,10 @@
|
|||||||
|
|
||||||
%define cpan_name XML-LibXML
|
%define cpan_name XML-LibXML
|
||||||
Name: perl-XML-LibXML
|
Name: perl-XML-LibXML
|
||||||
Version: 2.0207
|
Version: 2.0208
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Perl Binding for libxml2
|
|
||||||
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
|
||||||
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
|
Source0: https://cpan.metacpan.org/authors/id/S/SH/SHLOMIF/%{cpan_name}-%{version}.tar.gz
|
||||||
Source1: cpanspec.yml
|
Source1: cpanspec.yml
|
||||||
@@ -57,6 +57,7 @@ stated otherwise, you only need to 'use XML::LibXML;' in your programs.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n %{cpan_name}-%{version}
|
%autosetup -n %{cpan_name}-%{version}
|
||||||
|
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
|
||||||
|
|
||||||
%build
|
%build
|
||||||
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
|
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
|
||||||
|
Reference in New Issue
Block a user