forked from pool/perl-XML-LibXML-Simple
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
This commit is contained in:
BIN
XML-LibXML-Simple-0.97.tar.gz
(Stored with Git LFS)
BIN
XML-LibXML-Simple-0.97.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
XML-LibXML-Simple-0.98.tar.gz
(Stored with Git LFS)
Normal file
BIN
XML-LibXML-Simple-0.98.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -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
|
||||
|
||||
|
@@ -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}
|
||||
|
||||
|
Reference in New Issue
Block a user