diff --git a/HTML-Tree-5.03.tar.gz b/HTML-Tree-5.03.tar.gz
deleted file mode 100644
index 51edf80..0000000
--- a/HTML-Tree-5.03.tar.gz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:7d6d73fca622aa74855a8b088faa39454a0f91b7af83c9ec0387f01eefc2148f
-size 147857
diff --git a/HTML-Tree-5.06.tar.gz b/HTML-Tree-5.06.tar.gz
new file mode 100644
index 0000000..edf7f4d
--- /dev/null
+++ b/HTML-Tree-5.06.tar.gz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:9c36eb19cbdf9a5906c858948ca51c35bd7561f52cc18c43281acbe57327536e
+size 150067
diff --git a/cpanspec.yml b/cpanspec.yml
new file mode 100644
index 0000000..76ad4a4
--- /dev/null
+++ b/cpanspec.yml
@@ -0,0 +1,28 @@
+---
+#description_paragraphs: 3
+#description: |-
+# override description from CPAN
+#summary: override summary from CPAN
+#no_testing: broken upstream
+#sources:
+# - source1
+# - source2
+#patches:
+# foo.patch: -p1
+# bar.patch:
+#preamble: |-
+# BuildRequires: gcc-c++
+#post_prep: |-
+# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'`
+# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL
+#post_build: |-
+# rm unused.files
+#post_install: |-
+# sed on %{name}.files
+#license: SUSE-NonFree
+#skip_noarch: 1
+#custom_build: |-
+#./Build build flags=%{?_smp_mflags} --myflag
+#custom_test: |-
+#startserver && make test
+#ignore_requires: Bizarre::Module
diff --git a/perl-HTML-Tree.changes b/perl-HTML-Tree.changes
index afe32ba..ab98a45 100644
--- a/perl-HTML-Tree.changes
+++ b/perl-HTML-Tree.changes
@@ -1,3 +1,37 @@
+-------------------------------------------------------------------
+Sat Apr 29 05:52:50 UTC 2017 - coolo@suse.com
+
+- updated to 5.06
+ see /usr/share/doc/packages/perl-HTML-Tree/Changes
+
+ 5.06 2017-04-28
+ Release by Kent Fredric
+
+ * Revert XML escaping changes from 5.04 due to large numbers of
+ broken dependents
+ - RT#121310 https://rt.cpan.org/Ticket/Display.html?id=121310
+ - https://github.com/rjbs/MasonX-Resolver-WidgetFactory/issues/1
+ - https://github.com/kentfredric/HTML-Tree/issues/1
+
+-------------------------------------------------------------------
+Wed Apr 19 05:52:37 UTC 2017 - coolo@suse.com
+
+- updated to 5.04
+ see /usr/share/doc/packages/perl-HTML-Tree/Changes
+
+ 5.04 2017--04-17
+ Release by Jeff Fearn
+
+ [FIXES]
+ * Remove Distzilla to fix RT #120521 #89820
+ * Add POD to htmltree RT #116367
+ * Speed up is_inside method RT #113415
+ - From Todd Rinaldo https://github.com/madsen/HTML-Tree/pull/5
+ * Fix extra spaces being added to comments RT #94311
+ - From Tomaz Solc
+ * Don't needlessly escape characters in element content RT #93431
+ - From Tomaz Solc
+
-------------------------------------------------------------------
Tue Apr 14 17:56:13 UTC 2015 - coolo@suse.com
diff --git a/perl-HTML-Tree.spec b/perl-HTML-Tree.spec
index 9ab9c05..d8a5708 100644
--- a/perl-HTML-Tree.spec
+++ b/perl-HTML-Tree.spec
@@ -1,7 +1,7 @@
#
# spec file for package perl-HTML-Tree
#
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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,14 +17,15 @@
Name: perl-HTML-Tree
-Version: 5.03
+Version: 5.06
Release: 0
%define cpan_name HTML-Tree
-Summary: build and scan parse-trees of HTML
+Summary: Build and Scan Parse-Trees of Html
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/HTML-Tree/
-Source: http://www.cpan.org/authors/id/C/CJ/CJM/%{cpan_name}-%{version}.tar.gz
+Source0: https://cpan.metacpan.org/authors/id/K/KE/KENTNL/%{cpan_name}-%{version}.tar.gz
+Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
@@ -32,7 +33,7 @@ BuildRequires: perl-macros
BuildRequires: perl(HTML::Entities)
BuildRequires: perl(HTML::Parser) >= 3.46
BuildRequires: perl(HTML::Tagset) >= 3.02
-BuildRequires: perl(Module::Build) >= 0.2808
+BuildRequires: perl(Module::Build) >= 0.280800
BuildRequires: perl(Test::Fatal)
Requires: perl(HTML::Entities)
Requires: perl(HTML::Parser) >= 3.46
@@ -61,15 +62,15 @@ those articles is contained in this distribution, as:
* HTML::Tree::AboutObjects
- "User's View of Object-Oriented Modules" from TPJ17.
+"User's View of Object-Oriented Modules" from TPJ17.
* HTML::Tree::AboutTrees
- "Trees" from TPJ18
+"Trees" from TPJ18
* HTML::Tree::Scanning
- "Scanning HTML" from TPJ19
+"Scanning HTML" from TPJ19
Readers already familiar with object-oriented modules and tree-shaped data
structures should read just the last article. Readers without that
@@ -91,6 +92,7 @@ background should read the first, then the second, and then the third.
%files -f %{name}.files
%defattr(-,root,root,755)
-%doc Changes LICENSE README TODO
+%doc Changes README TODO
+%license LICENSE
%changelog