From 1664cc23b84f1f6bb577ce41af4c556e64c6e77e1a7a5510bbb823e94a0953a2 Mon Sep 17 00:00:00 2001 From: Pedro Monreal Gonzalez Date: Thu, 19 Oct 2017 11:48:50 +0000 Subject: [PATCH] Accepting request 535129 from devel:languages:perl:autoupdate automatic update OBS-URL: https://build.opensuse.org/request/show/535129 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-XML-LibXML?expand=0&rev=73 --- XML-LibXML-2.0129.tar.gz | 3 --- XML-LibXML-2.0130.tar.gz | 3 +++ perl-XML-LibXML.changes | 13 +++++++++++++ perl-XML-LibXML.spec | 26 +++++++++++--------------- 4 files changed, 27 insertions(+), 18 deletions(-) delete mode 100644 XML-LibXML-2.0129.tar.gz create mode 100644 XML-LibXML-2.0130.tar.gz diff --git a/XML-LibXML-2.0129.tar.gz b/XML-LibXML-2.0129.tar.gz deleted file mode 100644 index 07dc009..0000000 --- a/XML-LibXML-2.0129.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5ca0269ba06800c84061a7f3333c85fab5584d69cd7b4e0641963da7fd36b366 -size 468838 diff --git a/XML-LibXML-2.0130.tar.gz b/XML-LibXML-2.0130.tar.gz new file mode 100644 index 0000000..71324b3 --- /dev/null +++ b/XML-LibXML-2.0130.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30741712e6b0a5376dc2157f5415e86be4d7a6ad83e8b10738c26fbae1d35262 +size 414006 diff --git a/perl-XML-LibXML.changes b/perl-XML-LibXML.changes index 8105878..a29f89a 100644 --- a/perl-XML-LibXML.changes +++ b/perl-XML-LibXML.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Thu Oct 19 06:06:07 UTC 2017 - coolo@suse.com + +- updated to 2.0130 + see /usr/share/doc/packages/perl-XML-LibXML/Changes + + 2.0130 2017-10-18 + - Fix the tests with libxml2-2.9.6 . + - https://rt.cpan.org/Public/Bug/Display.html?id=122958 + - Thanks to Daniel Macks for the report and ppisar for a patch. + - setNamespace() Enhancements. + - Thanks to E. Choroba. + ------------------------------------------------------------------- Tue Sep 26 09:44:35 UTC 2017 - tchvatal@suse.com diff --git a/perl-XML-LibXML.spec b/perl-XML-LibXML.spec index ec5d1a4..59db924 100644 --- a/perl-XML-LibXML.spec +++ b/perl-XML-LibXML.spec @@ -16,17 +16,17 @@ # -%define cpan_name XML-LibXML Name: perl-XML-LibXML -Version: 2.0129 +Version: 2.0130 Release: 0 -Summary: Perl Binding for libxml2 -License: Artistic-1.0 OR GPL-1.0+ +%define cpan_name XML-LibXML +Summary: Interface to Gnome libxml2 xml parsing and DOM library +License: Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/XML-LibXML/ Source0: https://cpan.metacpan.org/authors/id/S/SH/SHLOMIF/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml -Patch0: XML-LibXML-2.0129-Adjust-tests-to-libxml2-2.9.5.patch +BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(XML::NamespaceSupport) >= 1.07 @@ -44,25 +44,20 @@ Requires: perl(parent) BuildRequires: pkgconfig(libxml-2.0) >= 2.9.0 Provides: perl-XML-LibXML-Common = %{version} Obsoletes: perl-XML-LibXML-Common < %{version} -# /MANUAL END +# MANUAL END %description -This module is an interface to libxml2, providing XML and HTML parsers with -DOM, SAX and XMLReader interfaces, a large subset of DOM Layer 3 interface -and a XML::XPath-like interface to XPath API of libxml2. The module is -split into several packages which are not described in this section; unless -stated otherwise, you only need to 'use XML::LibXML;' in your programs. +Interface to Gnome libxml2 xml parsing and DOM library %prep %setup -q -n %{cpan_name}-%{version} -%patch0 -p1 %build -perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" -make %{?_smp_mflags} +%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" +%{__make} %{?_smp_mflags} %check -make %{?_smp_mflags} test +%{__make} test %install %perl_make_install @@ -70,6 +65,7 @@ make %{?_smp_mflags} test %perl_gen_filelist %files -f %{name}.files +%defattr(-,root,root,755) %doc Changes docs example HACKING.txt README TODO %license LICENSE