Accepting request 436622 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/436622 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-HTML-TreeBuilder-LibXML?expand=0&rev=5
This commit is contained in:
committed by
Git OBS Bridge
parent
7f5b40eea1
commit
03fccf42d8
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0abdd1606a60c9d79610f9732aab81f29db3445ec4c77ec567dd849ca6681430
|
||||
size 22526
|
3
HTML-TreeBuilder-LibXML-0.26.tar.gz
Normal file
3
HTML-TreeBuilder-LibXML-0.26.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6df31adef909b78853549289ad30cdc766264b0e330d9d8dcfc46c4c01c29573
|
||||
size 22322
|
@@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 21 05:33:57 UTC 2016 - coolo@suse.com
|
||||
|
||||
- updated to 0.26
|
||||
see /usr/share/doc/packages/perl-HTML-TreeBuilder-LibXML/Changes
|
||||
|
||||
0.26 2016-10-19T15:03:00Z
|
||||
|
||||
- Improve `HTML::TreeBuilder::LibXML::Node->new` compatibility
|
||||
with `HTML::Element->new`
|
||||
https://github.com/tokuhirom/HTML-TreeBuilder-LibXML/issues/12
|
||||
(reported by nanto++)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 22 06:18:38 UTC 2015 - coolo@suse.com
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-HTML-TreeBuilder-LibXML
|
||||
#
|
||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2016 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,7 +17,7 @@
|
||||
|
||||
|
||||
Name: perl-HTML-TreeBuilder-LibXML
|
||||
Version: 0.25
|
||||
Version: 0.26
|
||||
Release: 0
|
||||
%define cpan_name HTML-TreeBuilder-LibXML
|
||||
Summary: HTML::TreeBuilder and XPath compatible interface with libxml
|
||||
@@ -32,7 +32,7 @@ BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(HTML::TreeBuilder::XPath) >= 0.14
|
||||
BuildRequires: perl(LWP::UserAgent) >= 6
|
||||
BuildRequires: perl(Module::Build) >= 0.380000
|
||||
BuildRequires: perl(Module::Build::Tiny) >= 0.035
|
||||
BuildRequires: perl(Test::Exception)
|
||||
BuildRequires: perl(Test::More) >= 0.98
|
||||
BuildRequires: perl(URI)
|
||||
@@ -57,14 +57,14 @@ APIs, but enough methods are defined so modules like Web::Scraper work.
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
|
||||
%build
|
||||
%{__perl} Build.PL installdirs=vendor
|
||||
./Build build flags=%{?_smp_mflags}
|
||||
%{__perl} Build.PL --installdirs=vendor
|
||||
./Build build --flags=%{?_smp_mflags}
|
||||
|
||||
%check
|
||||
./Build test
|
||||
|
||||
%install
|
||||
./Build install destdir=%{buildroot} create_packlist=0
|
||||
./Build install --destdir=%{buildroot} --create_packlist=0
|
||||
%perl_gen_filelist
|
||||
|
||||
%files -f %{name}.files
|
||||
|
Reference in New Issue
Block a user