Accepting request 296650 from devel:languages:perl

1

OBS-URL: https://build.opensuse.org/request/show/296650
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-IO-HTML?expand=0&rev=4
This commit is contained in:
Dominique Leuenberger 2015-04-21 23:07:47 +00:00 committed by Git OBS Bridge
commit 5df0fbb18f
4 changed files with 12 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:04e29fd5f2535e35a9d478f2775471d79e2da6a3cf2bd33befb2dcd7811ad21a
size 18759

3
IO-HTML-1.001.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ea78d2d743794adc028bc9589538eb867174b4e165d7d8b5f63486e6b828e7e0
size 19375

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Apr 14 18:19:46 UTC 2015 - coolo@suse.com
- updated to 1.001
see /usr/share/doc/packages/perl-IO-HTML/Changes
-------------------------------------------------------------------
Mon Aug 5 09:04:51 UTC 2013 - coolo@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package perl-IO-HTML
#
# Copyright (c) 2013 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-IO-HTML
Version: 1.00
Version: 1.001
Release: 0
%define cpan_name IO-HTML
Summary: Open an HTML file with automatic charset detection
@ -30,13 +30,12 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Test::More) >= 0.88
#BuildRequires: perl(IO::HTML)
%{perl_requires}
%description
IO::HTML provides an easy way to open a file containing HTML while
automatically determining its encoding. It uses the HTML5 encoding sniffing
algorithm specified in section 8.2.2.1 of the draft standard.
algorithm specified in section 8.2.2.2 of the draft standard.
The algorithm as implemented here is: