8
0
forked from pool/perl-XML-DOM

Accepting request 429408 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/429408
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-XML-DOM?expand=0&rev=19
This commit is contained in:
Lars Vogdt
2016-09-30 10:27:32 +00:00
committed by Git OBS Bridge
parent 30260adf03
commit 73d1241f7a
4 changed files with 16 additions and 7 deletions

BIN
XML-DOM-1.45.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
XML-DOM-1.46.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Thu Sep 22 06:24:58 UTC 2016 - coolo@suse.com
- updated to 1.46
see /usr/share/doc/packages/perl-XML-DOM/Changes
1.46 (tjmather) 09/21/2016
- Correct name passed to WriteMakefile to XML::DOM (was XML/Dom)
-------------------------------------------------------------------
Fri Aug 21 07:36:37 UTC 2015 - cfarrell@suse.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-XML-DOM
#
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2016 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,11 +17,11 @@
Name: perl-XML-DOM
Version: 1.45
Version: 1.46
Release: 0
%define cpan_name XML-DOM
Summary: Perl Module for Building Dom Level 1 Compliant Document Structures
License: Artistic-1.0 or GPL-1.0+
License: CHECK(GPL-1.0+ or Artistic-1.0)
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/XML-DOM/
Source0: http://www.cpan.org/authors/id/T/TJ/TJMATHER/%{cpan_name}-%{version}.tar.gz
@@ -70,7 +70,7 @@ problem.
When using XML::Parser 2.27 and above, you can suppress expansion of
parameter entity references (e.g. %pent;) in the DTD, by setting
_ParseParamEnt_ to 1 and _ExpandParamEnt_ to 0. See /_Hidden_Nodes_ for
_ParseParamEnt_ to 1 and _ExpandParamEnt_ to 0. See Hidden Nodes for
details.
A Document has a tree structure consisting of _Node_ objects. A Node may