8
0

Accepting request 479441 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/479441
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-XML-LibXML?expand=0&rev=69
This commit is contained in:
Stephan Kulow
2017-03-15 09:02:33 +00:00
committed by Git OBS Bridge
parent 55cec729b9
commit 80fbab9970
4 changed files with 23 additions and 7 deletions

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

Binary file not shown.

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

Binary file not shown.

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Wed Mar 15 08:23:30 UTC 2017 - coolo@suse.com
- updated to 2.0129
see /usr/share/doc/packages/perl-XML-LibXML/Changes
2.0129 2017-03-14
- Add example/create-sample-html-document.pl .
- https://rt.cpan.org/Ticket/Display.html?id=117923
- Add support for the set_document_locator() SAX method .
- Thanks to Alexander Batyrshin for the pull-request.
- Make parsing of large perl strings much faster.
- https://github.com/shlomif/perl-XML-LibXML/pull/5
- Thanks to Cedric Cellier for the pull-request.
-------------------------------------------------------------------
Mon Jul 25 05:57:54 UTC 2016 - coolo@suse.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-XML-LibXML
#
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,14 +17,14 @@
Name: perl-XML-LibXML
Version: 2.0128
Version: 2.0129
Release: 0
%define cpan_name XML-LibXML
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/
Source0: http://www.cpan.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
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
@@ -70,6 +70,7 @@ stated otherwise, you only need to 'use XML::LibXML;' in your programs.
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes docs example HACKING.txt LICENSE README TODO
%doc Changes docs example HACKING.txt README TODO
%license LICENSE
%changelog