From 7cb9bb590197bf89c82073283f4c8ae3d8fba5efb08eff51e4dcb924c3f674a3 Mon Sep 17 00:00:00 2001 From: Pedro Monreal Gonzalez Date: Mon, 13 Nov 2017 09:51:05 +0000 Subject: [PATCH] Accepting request 540127 from devel:languages:perl:autoupdate automatic update OBS-URL: https://build.opensuse.org/request/show/540127 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-XML-LibXML-Simple?expand=0&rev=17 --- XML-LibXML-Simple-0.97.tar.gz | 3 --- XML-LibXML-Simple-0.98.tar.gz | 3 +++ perl-XML-LibXML-Simple.changes | 16 ++++++++++++++++ perl-XML-LibXML-Simple.spec | 13 ++++++++----- 4 files changed, 27 insertions(+), 8 deletions(-) delete mode 100644 XML-LibXML-Simple-0.97.tar.gz create mode 100644 XML-LibXML-Simple-0.98.tar.gz diff --git a/XML-LibXML-Simple-0.97.tar.gz b/XML-LibXML-Simple-0.97.tar.gz deleted file mode 100644 index 0fe4e37..0000000 --- a/XML-LibXML-Simple-0.97.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1ccc5fb166586232c939b27244abf1bb7627c7d2fbabe33a654cfcf6c7a416bd -size 22927 diff --git a/XML-LibXML-Simple-0.98.tar.gz b/XML-LibXML-Simple-0.98.tar.gz new file mode 100644 index 0000000..b3cd12b --- /dev/null +++ b/XML-LibXML-Simple-0.98.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8ad5502cbd118a32fdb22df10f915fac5a979bf588aff01d2689e1a594032a0 +size 23154 diff --git a/perl-XML-LibXML-Simple.changes b/perl-XML-LibXML-Simple.changes index c4bc98f..a8f178c 100644 --- a/perl-XML-LibXML-Simple.changes +++ b/perl-XML-LibXML-Simple.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Thu Nov 9 07:03:26 UTC 2017 - coolo@suse.com + +- updated to 0.98 + see /usr/share/doc/packages/perl-XML-LibXML-Simple/ChangeLog + + version 0.98: Wed 8 Nov 10:38:35 CET 2017 + + Improvements: + - warn about the dwimmery of the code + rt.cpan.org#114021 [David Schmidt, Slaven Rezic] + - typo + rt.cpan.org#114211 [Gregor Herrmann, Debian] + - remove dependency on File::Slurp::Tiny, never used it + rt.cpan.org#123537 [Dan Book] + ------------------------------------------------------------------- Thu May 5 10:29:09 UTC 2016 - coolo@suse.com diff --git a/perl-XML-LibXML-Simple.spec b/perl-XML-LibXML-Simple.spec index acd6347..e4b3df4 100644 --- a/perl-XML-LibXML-Simple.spec +++ b/perl-XML-LibXML-Simple.spec @@ -1,7 +1,7 @@ # # spec file for package perl-XML-LibXML-Simple # -# 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,22 +17,20 @@ Name: perl-XML-LibXML-Simple -Version: 0.97 +Version: 0.98 Release: 0 %define cpan_name XML-LibXML-Simple Summary: XML::LibXML clone of XML::Simple::XMLin() License: Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/XML-LibXML-Simple/ -Source0: http://www.cpan.org/authors/id/M/MA/MARKOV/%{cpan_name}-%{version}.tar.gz +Source0: https://cpan.metacpan.org/authors/id/M/MA/MARKOV/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros -BuildRequires: perl(File::Slurp::Tiny) BuildRequires: perl(XML::LibXML) >= 1.64 -Requires: perl(File::Slurp::Tiny) Requires: perl(XML::LibXML) >= 1.64 %{perl_requires} @@ -41,6 +39,11 @@ This module is a blunt rewrite of XML::Simple (by Grant McLean) to use the XML::LibXML parser for XML structures, where the original uses plain Perl or SAX parsers. +*Be warned:* this module thinks to be smart. You may very well shoot +yourself in the foot with this DWIMmery. Read the whole manual page at +least once before you start using it. If your XML is described in a schema +or WSDL, then use XML::Compile for maintainable code. + %prep %setup -q -n %{cpan_name}-%{version}