From eccdea4e909d5fc4add9dc7605a4a55e4fb2ce3490418fb4346b40ab493d6f10 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Tue, 19 Nov 2019 18:10:36 +0000 Subject: [PATCH] Accepting request 749646 from home:pmonrealgonzalez:branches:devel:languages:perl - Update to 2.0201 2.0201 2019-05-25 - Set MIN_PERL_VERSION to 5.8.1. - Alien::Libxml2 Makefile.PL cleanups. - Update the README for grammar and info. - Link to XML-LibXML "by Example" - https://github.com/shlomif/perl-XML-LibXML/pull/36 - Thanks to @Grinnz . 2.0200 2019-03-23 - Convert to use Alien::Libxml2 . - https://github.com/shlomif/perl-XML-LibXML/pull/30 - Thanks to @genio and @plicease . OBS-URL: https://build.opensuse.org/request/show/749646 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-XML-LibXML?expand=0&rev=86 --- XML-LibXML-2.0134.tar.gz | 3 --- XML-LibXML-2.0201.tar.gz | 3 +++ perl-XML-LibXML.changes | 16 ++++++++++++++++ perl-XML-LibXML.spec | 14 ++++++++------ 4 files changed, 27 insertions(+), 9 deletions(-) delete mode 100644 XML-LibXML-2.0134.tar.gz create mode 100644 XML-LibXML-2.0201.tar.gz diff --git a/XML-LibXML-2.0134.tar.gz b/XML-LibXML-2.0134.tar.gz deleted file mode 100644 index cb200d8..0000000 --- a/XML-LibXML-2.0134.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f0bca4d0c2da35d879fee4cd13f352014186cedab27ab5e191f39b5d7d4f46cf -size 470593 diff --git a/XML-LibXML-2.0201.tar.gz b/XML-LibXML-2.0201.tar.gz new file mode 100644 index 0000000..c89568e --- /dev/null +++ b/XML-LibXML-2.0201.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e008700732502b3f1f0890696ec6e2dc70abf526cd710efd9ab7675cae199bc2 +size 462237 diff --git a/perl-XML-LibXML.changes b/perl-XML-LibXML.changes index ab84994..1339a93 100644 --- a/perl-XML-LibXML.changes +++ b/perl-XML-LibXML.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Mon Nov 18 17:54:39 UTC 2019 - Pedro Monreal Gonzalez + +- Update to 2.0201 + 2.0201 2019-05-25 + - Set MIN_PERL_VERSION to 5.8.1. + - Alien::Libxml2 Makefile.PL cleanups. + - Update the README for grammar and info. + - Link to XML-LibXML "by Example" + - https://github.com/shlomif/perl-XML-LibXML/pull/36 + - Thanks to @Grinnz . + 2.0200 2019-03-23 + - Convert to use Alien::Libxml2 . + - https://github.com/shlomif/perl-XML-LibXML/pull/30 + - Thanks to @genio and @plicease . + ------------------------------------------------------------------- Mon Feb 11 06:37:14 UTC 2019 - Stephan Kulow diff --git a/perl-XML-LibXML.spec b/perl-XML-LibXML.spec index d52e079..7fe851a 100644 --- a/perl-XML-LibXML.spec +++ b/perl-XML-LibXML.spec @@ -1,7 +1,7 @@ # # spec file for package perl-XML-LibXML # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LLC. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,27 +16,29 @@ # -Name: perl-XML-LibXML -Version: 2.0134 -Release: 0 %define cpan_name XML-LibXML +Name: perl-XML-LibXML +Version: 2.0201 +Release: 0 Summary: Perl Binding for libxml2 License: Artistic-1.0 OR GPL-1.0-or-later Group: Development/Libraries/Perl -Url: https://metacpan.org/release/%{cpan_name} +URL: https://metacpan.org/release/%{cpan_name} Source0: https://cpan.metacpan.org/authors/id/S/SH/SHLOMIF/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros +BuildRequires: perl(Alien::Libxml2) BuildRequires: perl(XML::NamespaceSupport) >= 1.07 BuildRequires: perl(XML::SAX) >= 0.11 BuildRequires: perl(XML::SAX::Base) +BuildRequires: perl(XML::SAX::DocumentLocator) BuildRequires: perl(XML::SAX::Exception) BuildRequires: perl(parent) Requires: perl(XML::NamespaceSupport) >= 1.07 Requires: perl(XML::SAX) >= 0.11 Requires: perl(XML::SAX::Base) +Requires: perl(XML::SAX::DocumentLocator) Requires: perl(XML::SAX::Exception) Requires: perl(parent) %{perl_requires}