diff --git a/HTML-FormatText-WithLinks-AndTables-0.06.tar.gz b/HTML-FormatText-WithLinks-AndTables-0.06.tar.gz
deleted file mode 100644
index cdcd135..0000000
--- a/HTML-FormatText-WithLinks-AndTables-0.06.tar.gz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:e5b23f0475fb81fd6fed688bb914295a39542b3e5b43c8517494226a52d868fa
-size 299894
diff --git a/HTML-FormatText-WithLinks-AndTables-0.07.tar.gz b/HTML-FormatText-WithLinks-AndTables-0.07.tar.gz
new file mode 100644
index 0000000..97d10f6
--- /dev/null
+++ b/HTML-FormatText-WithLinks-AndTables-0.07.tar.gz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:809ee2f11705706b33c54312b5c7bee674838f2beaaedaf8cb945e702aae39b6
+size 11934
diff --git a/perl-HTML-FormatText-WithLinks-AndTables.changes b/perl-HTML-FormatText-WithLinks-AndTables.changes
index 8271d68..e2bd945 100644
--- a/perl-HTML-FormatText-WithLinks-AndTables.changes
+++ b/perl-HTML-FormatText-WithLinks-AndTables.changes
@@ -1,3 +1,18 @@
+-------------------------------------------------------------------
+Mon Dec 19 06:30:28 UTC 2016 - coolo@suse.com
+
+- updated to 0.07
+ see /usr/share/doc/packages/perl-HTML-FormatText-WithLinks-AndTables/Changes
+
+-------------------------------------------------------------------
+Sun Dec 18 06:30:58 UTC 2016 - coolo@suse.com
+
+- updated to 0.07
+ see /usr/share/doc/packages/perl-HTML-FormatText-WithLinks-AndTables/Changes
+
+ 0.07 Fri 16 Dec 2016
+ Strips \240 characters created by HTML::Formatter when it encounters a
+
-------------------------------------------------------------------
Sun Jun 7 08:35:28 UTC 2015 - coolo@suse.com
diff --git a/perl-HTML-FormatText-WithLinks-AndTables.spec b/perl-HTML-FormatText-WithLinks-AndTables.spec
index 8abf4b3..88a3992 100644
--- a/perl-HTML-FormatText-WithLinks-AndTables.spec
+++ b/perl-HTML-FormatText-WithLinks-AndTables.spec
@@ -1,7 +1,7 @@
#
# spec file for package perl-HTML-FormatText-WithLinks-AndTables
#
-# 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-FormatText-WithLinks-AndTables
-Version: 0.06
+Version: 0.07
Release: 0
%define cpan_name HTML-FormatText-WithLinks-AndTables
Summary: Converts HTML to Text with tables intact
@@ -52,7 +52,7 @@ using
tags.
%prep
%setup -q -n %{cpan_name}-%{version}
-find . -type f -print0 | xargs -0 chmod 644
+find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -68,6 +68,6 @@ find . -type f -print0 | xargs -0 chmod 644
%files -f %{name}.files
%defattr(-,root,root,755)
-%doc 10003.txt Changes d LICENSE weirdo.txt weirdo.txt2 wtf.txt
+%doc Changes LICENSE
%changelog