8
0

Accepting request 414935 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/414935
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-XML-LibXML?expand=0&rev=67
This commit is contained in:
Stephan Kulow
2016-08-01 14:58:54 +00:00
committed by Git OBS Bridge
parent 69bebad900
commit 55cec729b9
4 changed files with 25 additions and 6 deletions

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

Binary file not shown.

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

Binary file not shown.

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Mon Jul 25 05:57:54 UTC 2016 - coolo@suse.com
- updated to 2.0128
see /usr/share/doc/packages/perl-XML-LibXML/Changes
2.0128 2016-07-24
- Hopefully add the .pod files again as they were missing from 2.0127.
- https://github.com/shlomif/perl-XML-LibXML/issues/3
- Thanks to Paul Howarth for the report.
- This was caused by ExtUtils::Manifest just warning that the files
referenced in the "MANIFEST" file were not present and still
continuing to prepare the archive as usual. A "do-what-I-don't-want-to"
thing.
-------------------------------------------------------------------
Sat Jul 23 06:01:52 UTC 2016 - coolo@suse.com

View File

@@ -17,10 +17,10 @@
Name: perl-XML-LibXML
Version: 2.0127
Version: 2.0128
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}