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
|
Tue Sep 26 09:44:35 UTC 2017 - tchvatal@suse.com
|
||||||
|
|
||||||
|
@@ -16,17 +16,17 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define cpan_name XML-LibXML
|
|
||||||
Name: perl-XML-LibXML
|
Name: perl-XML-LibXML
|
||||||
Version: 2.0129
|
Version: 2.0130
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Perl Binding for libxml2
|
%define cpan_name XML-LibXML
|
||||||
License: Artistic-1.0 OR GPL-1.0+
|
Summary: Interface to Gnome libxml2 xml parsing and DOM library
|
||||||
|
License: Artistic-1.0 or GPL-1.0+
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
Url: http://search.cpan.org/dist/XML-LibXML/
|
Url: http://search.cpan.org/dist/XML-LibXML/
|
||||||
Source0: https://cpan.metacpan.org/authors/id/S/SH/SHLOMIF/%{cpan_name}-%{version}.tar.gz
|
Source0: https://cpan.metacpan.org/authors/id/S/SH/SHLOMIF/%{cpan_name}-%{version}.tar.gz
|
||||||
Source1: cpanspec.yml
|
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
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
BuildRequires: perl(XML::NamespaceSupport) >= 1.07
|
BuildRequires: perl(XML::NamespaceSupport) >= 1.07
|
||||||
@@ -44,25 +44,20 @@ Requires: perl(parent)
|
|||||||
BuildRequires: pkgconfig(libxml-2.0) >= 2.9.0
|
BuildRequires: pkgconfig(libxml-2.0) >= 2.9.0
|
||||||
Provides: perl-XML-LibXML-Common = %{version}
|
Provides: perl-XML-LibXML-Common = %{version}
|
||||||
Obsoletes: perl-XML-LibXML-Common < %{version}
|
Obsoletes: perl-XML-LibXML-Common < %{version}
|
||||||
# /MANUAL END
|
# MANUAL END
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This module is an interface to libxml2, providing XML and HTML parsers with
|
Interface to Gnome libxml2 xml parsing and DOM library
|
||||||
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.
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{cpan_name}-%{version}
|
%setup -q -n %{cpan_name}-%{version}
|
||||||
%patch0 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
|
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
|
||||||
make %{?_smp_mflags}
|
%{__make} %{?_smp_mflags}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
make %{?_smp_mflags} test
|
%{__make} test
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%perl_make_install
|
%perl_make_install
|
||||||
@@ -70,6 +65,7 @@ make %{?_smp_mflags} test
|
|||||||
%perl_gen_filelist
|
%perl_gen_filelist
|
||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
|
%defattr(-,root,root,755)
|
||||||
%doc Changes docs example HACKING.txt README TODO
|
%doc Changes docs example HACKING.txt README TODO
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user