From 1788b15d13d77462e6e4bc795da4f35cb678755e9aff1e307c9ab6a2a04724c9 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Mon, 24 Feb 2014 06:17:19 +0000 Subject: [PATCH] update OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-XML-LibXML?expand=0&rev=45 --- XML-LibXML-2.0107.tar.gz | 3 --- XML-LibXML-2.0110.tar.gz | 3 +++ perl-XML-LibXML.changes | 20 ++++++++++++++++++++ perl-XML-LibXML.spec | 4 ++-- 4 files changed, 25 insertions(+), 5 deletions(-) delete mode 100644 XML-LibXML-2.0107.tar.gz create mode 100644 XML-LibXML-2.0110.tar.gz diff --git a/XML-LibXML-2.0107.tar.gz b/XML-LibXML-2.0107.tar.gz deleted file mode 100644 index 241a5ef..0000000 --- a/XML-LibXML-2.0107.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f60cd923ca76b0444f1fc3405185b0673db95d21acc75b7d30adca0b94a7c3ad -size 457504 diff --git a/XML-LibXML-2.0110.tar.gz b/XML-LibXML-2.0110.tar.gz new file mode 100644 index 0000000..ee06d98 --- /dev/null +++ b/XML-LibXML-2.0110.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6f5145aad385262156225c661343fdb63a1efbbad6810f0d878ba9abcf07094 +size 460123 diff --git a/perl-XML-LibXML.changes b/perl-XML-LibXML.changes index 0e8b500..0d74fcf 100644 --- a/perl-XML-LibXML.changes +++ b/perl-XML-LibXML.changes @@ -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 diff --git a/perl-XML-LibXML.spec b/perl-XML-LibXML.spec index c17b64b..81558ea 100644 --- a/perl-XML-LibXML.spec +++ b/perl-XML-LibXML.spec @@ -1,7 +1,7 @@ # # 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 # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: perl-XML-LibXML -Version: 2.0107 +Version: 2.0110 Release: 0 %define cpan_name XML-LibXML Summary: Perl Binding for libxml2