forked from pool/perl-XML-LibXML
update
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-XML-LibXML?expand=0&rev=45
This commit is contained in:
committed by
Git OBS Bridge
parent
dd2beb6748
commit
1788b15d13
BIN
XML-LibXML-2.0107.tar.gz
(Stored with Git LFS)
BIN
XML-LibXML-2.0107.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
XML-LibXML-2.0110.tar.gz
(Stored with Git LFS)
Normal file
BIN
XML-LibXML-2.0110.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,23 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 24 06:10:41 UTC 2014 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to 2.0110
|
||||||
|
- Add "use strict;" and "use warnings;" to all modules (CPANTS).
|
||||||
|
- MIN_PERL_VERSION (CPANTS).
|
||||||
|
- Add a LICENSE section to the POD (CPANTS).
|
||||||
|
- Fix for requiring XML::LibXML more than once in perl-5.19.6 and up.
|
||||||
|
- https://rt.cpan.org/Ticket/Display.html?id=92606
|
||||||
|
- Thanks to Father Chrysostomos for the investigation, the test
|
||||||
|
case, and the fix.
|
||||||
|
- Replace local $^W with << no warnings 'portable'; >> in t/15nodelist.t
|
||||||
|
- Should fix https://rt.cpan.org/Public/Bug/Display.html?id=88017
|
||||||
|
- Thanks to "pagenyon" for the report.
|
||||||
|
- Fix hash key typo in SAX/Builder.pm - "LocalName" was mis-capitalised.
|
||||||
|
- https://rt.cpan.org/Public/Bug/Display.html?id=91433
|
||||||
|
- Thanks to Thomas Berger for the report and for a reproducing
|
||||||
|
testcase.
|
||||||
|
- Convert from "use base" to the more modern "use parent".
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Nov 26 08:16:28 UTC 2013 - coolo@suse.com
|
Tue Nov 26 08:16:28 UTC 2013 - coolo@suse.com
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-XML-LibXML
|
# spec file for package perl-XML-LibXML
|
||||||
#
|
#
|
||||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-XML-LibXML
|
Name: perl-XML-LibXML
|
||||||
Version: 2.0107
|
Version: 2.0110
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name XML-LibXML
|
%define cpan_name XML-LibXML
|
||||||
Summary: Perl Binding for libxml2
|
Summary: Perl Binding for libxml2
|
||||||
|
Reference in New Issue
Block a user