diff --git a/XML-LibXML-2.0130.tar.gz b/XML-LibXML-2.0130.tar.gz deleted file mode 100644 index 71324b3..0000000 --- a/XML-LibXML-2.0130.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:30741712e6b0a5376dc2157f5415e86be4d7a6ad83e8b10738c26fbae1d35262 -size 414006 diff --git a/XML-LibXML-2.0131.tar.gz b/XML-LibXML-2.0131.tar.gz new file mode 100644 index 0000000..bd7044b --- /dev/null +++ b/XML-LibXML-2.0131.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b04c77dea55f9f270e1040e3a1d4f79b81dcdcd4da3e648f92dcf6c80bbe19df +size 469512 diff --git a/perl-XML-LibXML.changes b/perl-XML-LibXML.changes index 6680a66..5006aa0 100644 --- a/perl-XML-LibXML.changes +++ b/perl-XML-LibXML.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Thu Oct 26 06:03:19 UTC 2017 - coolo@suse.com + +- updated to 2.0131 + see /usr/share/doc/packages/perl-XML-LibXML/Changes + +------------------------------------------------------------------- +Wed Oct 25 06:00:07 UTC 2017 - coolo@suse.com + +- updated to 2.0131 + see /usr/share/doc/packages/perl-XML-LibXML/Changes + + 2.0131 2017-10-24 + - Re-include the missing *.pod documents. + - https://rt.cpan.org/Ticket/Display.html?id=123362 + - Thanks to Stephen for the report. + - Add t/pod-files-presence.t to test for it in the future. + - Merge https://github.com/shlomif/perl-XML-LibXML/pull/8 + - Fix bug in Node::replaceChild() + - Thanks to @Mipu94 . + ------------------------------------------------------------------- Thu Oct 19 06:06:07 UTC 2017 - coolo@suse.com diff --git a/perl-XML-LibXML.spec b/perl-XML-LibXML.spec index 59db924..3d34555 100644 --- a/perl-XML-LibXML.spec +++ b/perl-XML-LibXML.spec @@ -17,10 +17,10 @@ Name: perl-XML-LibXML -Version: 2.0130 +Version: 2.0131 Release: 0 %define cpan_name XML-LibXML -Summary: Interface to Gnome libxml2 xml parsing and DOM library +Summary: Perl Binding for libxml2 License: Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/XML-LibXML/ @@ -47,7 +47,11 @@ Obsoletes: perl-XML-LibXML-Common < %{version} # MANUAL END %description -Interface to Gnome libxml2 xml parsing and DOM library +This module is an interface to libxml2, providing XML and HTML parsers with +DOM, SAX and XMLReader interfaces, a large subset of DOM Layer 3 interface +and a XML::XPath-like interface to XPath API of libxml2. The module is +split into several packages which are not described in this section; unless +stated otherwise, you only need to 'use XML::LibXML;' in your programs. %prep %setup -q -n %{cpan_name}-%{version}