diff --git a/IO-HTML-1.00.tar.gz b/IO-HTML-1.00.tar.gz
deleted file mode 100644
index 9a635ba..0000000
--- a/IO-HTML-1.00.tar.gz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:04e29fd5f2535e35a9d478f2775471d79e2da6a3cf2bd33befb2dcd7811ad21a
-size 18759
diff --git a/IO-HTML-1.001.tar.gz b/IO-HTML-1.001.tar.gz
new file mode 100644
index 0000000..497f366
--- /dev/null
+++ b/IO-HTML-1.001.tar.gz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:ea78d2d743794adc028bc9589538eb867174b4e165d7d8b5f63486e6b828e7e0
+size 19375
diff --git a/perl-IO-HTML.changes b/perl-IO-HTML.changes
index 8f23be6..def1351 100644
--- a/perl-IO-HTML.changes
+++ b/perl-IO-HTML.changes
@@ -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
diff --git a/perl-IO-HTML.spec b/perl-IO-HTML.spec
index 5ec5f6b..097f855 100644
--- a/perl-IO-HTML.spec
+++ b/perl-IO-HTML.spec
@@ -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: