diff --git a/XML-LibXML-2.0208.tar.gz b/XML-LibXML-2.0208.tar.gz deleted file mode 100644 index 033a48e..0000000 --- a/XML-LibXML-2.0208.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0c006b03bf8d0eb531fb56bda3ae15754ca56d888dd7b9e805ab9eb19d5fd653 -size 465763 diff --git a/XML-LibXML-2.0209.tar.gz b/XML-LibXML-2.0209.tar.gz new file mode 100644 index 0000000..a525a6d --- /dev/null +++ b/XML-LibXML-2.0209.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4a5abbcd689aa2fbbc8b7b45339e961c4984e48108494eb6c282b4748222425 +size 466118 diff --git a/perl-XML-LibXML.changes b/perl-XML-LibXML.changes index 6482593..2cfd7f7 100644 --- a/perl-XML-LibXML.changes +++ b/perl-XML-LibXML.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Sun Jul 16 03:07:48 UTC 2023 - Tina Müller + +- 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 diff --git a/perl-XML-LibXML.spec b/perl-XML-LibXML.spec index 5cc1821..874592d 100644 --- a/perl-XML-LibXML.spec +++ b/perl-XML-LibXML.spec @@ -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}"