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