diff --git a/HTML-TableExtract-2.12.tar.gz b/HTML-TableExtract-2.12.tar.gz
deleted file mode 100644
index 8f34bf6..0000000
--- a/HTML-TableExtract-2.12.tar.gz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:3c92a812ef34a3aa502e82e12fc1e887a2e56e21ad2d8c9995f0cc9954be686f
-size 33797
diff --git a/HTML-TableExtract-2.13.tar.gz b/HTML-TableExtract-2.13.tar.gz
new file mode 100644
index 0000000..d12b0d4
--- /dev/null
+++ b/HTML-TableExtract-2.13.tar.gz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:0a7d81a265d2d46aeeb277a9d7cd5f5e2c8e3765959b641252c8e0a175ad5106
+size 36417
diff --git a/cpanspec.yml b/cpanspec.yml
new file mode 100644
index 0000000..9b7ec50
--- /dev/null
+++ b/cpanspec.yml
@@ -0,0 +1,23 @@
+---
+#description_paragraphs: 3
+#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_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-TableExtract.changes b/perl-HTML-TableExtract.changes
index bacb47f..ec2f4e9 100644
--- a/perl-HTML-TableExtract.changes
+++ b/perl-HTML-TableExtract.changes
@@ -1,3 +1,12 @@
+-------------------------------------------------------------------
+Sun Jun 7 08:36:18 UTC 2015 - coolo@suse.com
+
+- updated to 2.13
+ see /usr/share/doc/packages/perl-HTML-TableExtract/Changes
+
+ 2.14 Thu May 21 12:20:46 EDT 2015
+ - bundled examples html page
+
-------------------------------------------------------------------
Tue Apr 14 20:09:59 UTC 2015 - coolo@suse.com
diff --git a/perl-HTML-TableExtract.spec b/perl-HTML-TableExtract.spec
index 0652046..dc6dcc0 100644
--- a/perl-HTML-TableExtract.spec
+++ b/perl-HTML-TableExtract.spec
@@ -17,14 +17,15 @@
Name: perl-HTML-TableExtract
-Version: 2.12
+Version: 2.13
Release: 0
%define cpan_name HTML-TableExtract
Summary: Perl module for extracting the content contained in tables within an HTM[cut]
License: GPL-1.0+ or Artistic-1.0
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/HTML-TableExtract/
-Source: http://www.cpan.org/authors/id/M/MS/MSISK/%{cpan_name}-%{version}.tar.gz
+Source0: http://www.cpan.org/authors/id/M/MS/MSISK/%{cpan_name}-%{version}.tar.gz
+Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
@@ -111,6 +112,6 @@ find . -type f -print0 | xargs -0 chmod 644
%files -f %{name}.files
%defattr(-,root,root,755)
-%doc Changes LICENSE README
+%doc Changes examples.html LICENSE README
%changelog