From a321a9a9e10bf084ba1d14bc74770172c220666c696ab91f6ffc689cf8acd667 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Wed, 15 Apr 2015 04:35:20 +0000 Subject: [PATCH] Accepting request 296451 from devel:languages:perl:autoupdate automatic update OBS-URL: https://build.opensuse.org/request/show/296451 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-HTML-TableExtract?expand=0&rev=29 --- HTML-TableExtract-2.11.tar.gz | 3 --- HTML-TableExtract-2.12.tar.gz | 3 +++ perl-HTML-TableExtract.changes | 10 ++++++++++ perl-HTML-TableExtract.spec | 11 ++++------- 4 files changed, 17 insertions(+), 10 deletions(-) delete mode 100644 HTML-TableExtract-2.11.tar.gz create mode 100644 HTML-TableExtract-2.12.tar.gz diff --git a/HTML-TableExtract-2.11.tar.gz b/HTML-TableExtract-2.11.tar.gz deleted file mode 100644 index 50d4b01..0000000 --- a/HTML-TableExtract-2.11.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1861d55a2aa1728ef56ea2d08d630b9a008456f1106994e4e49e76f56e4955ee -size 27123 diff --git a/HTML-TableExtract-2.12.tar.gz b/HTML-TableExtract-2.12.tar.gz new file mode 100644 index 0000000..8f34bf6 --- /dev/null +++ b/HTML-TableExtract-2.12.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c92a812ef34a3aa502e82e12fc1e887a2e56e21ad2d8c9995f0cc9954be686f +size 33797 diff --git a/perl-HTML-TableExtract.changes b/perl-HTML-TableExtract.changes index af0ee4a..bacb47f 100644 --- a/perl-HTML-TableExtract.changes +++ b/perl-HTML-TableExtract.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Apr 14 20:09:59 UTC 2015 - coolo@suse.com + +- updated to 2.12 + see /usr/share/doc/packages/perl-HTML-TableExtract/Changes + + 2.12 Fri Jan 9 11:29:08 EST 2015 + - tightened up logic pertaining to tree mode and keep_html + - documentation fixes + ------------------------------------------------------------------- Tue Dec 20 09:13:30 UTC 2011 - coolo@suse.com diff --git a/perl-HTML-TableExtract.spec b/perl-HTML-TableExtract.spec index cbd3d69..0652046 100644 --- a/perl-HTML-TableExtract.spec +++ b/perl-HTML-TableExtract.spec @@ -1,7 +1,7 @@ # # spec file for package perl-HTML-TableExtract # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 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-TableExtract -Version: 2.11 +Version: 2.12 Release: 0 %define cpan_name HTML-TableExtract Summary: Perl module for extracting the content contained in tables within an HTM[cut] @@ -31,9 +31,6 @@ BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(HTML::ElementTable) >= 1.16 BuildRequires: perl(HTML::Parser) -#BuildRequires: perl(HTML::Entities) -#BuildRequires: perl(HTML::TableExtract) -#BuildRequires: perl(testload) Requires: perl(HTML::ElementTable) >= 1.16 Requires: perl(HTML::Parser) %{perl_requires} @@ -75,7 +72,7 @@ seen at that depth, starting with 0. Providing both a _depth_ and a _count_ will uniquely specify a table within a document. _Attributes_ match based on the attributes of the html tag, for -example, boder widths or background color. +example, border widths or background color. Each of the _Headers_, _Depth_, _Count_, and _Attributes_ specifications are cumulative in their effect on the overall extraction. For instance, if @@ -114,6 +111,6 @@ find . -type f -print0 | xargs -0 chmod 644 %files -f %{name}.files %defattr(-,root,root,755) -%doc Changes README +%doc Changes LICENSE README %changelog