8
0

Accepting request 536712 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/536712
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-XML-LibXML?expand=0&rev=75
This commit is contained in:
2017-10-26 09:34:35 +00:00
committed by Git OBS Bridge
parent 0c5f8133c2
commit fef42b9a8e
4 changed files with 31 additions and 6 deletions

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

Binary file not shown.

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

Binary file not shown.

View File

@@ -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

View File

@@ -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}