diff --git a/HTML-Parser-3.71.tar.gz b/HTML-Parser-3.71.tar.gz
deleted file mode 100644
index 981da74..0000000
--- a/HTML-Parser-3.71.tar.gz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:be918b3749d3ff93627f72ee4b825683332ecb4c81c67a3a8d72b0435ffbd802
-size 90368
diff --git a/HTML-Parser-3.72.tar.gz b/HTML-Parser-3.72.tar.gz
new file mode 100644
index 0000000..badc4a8
--- /dev/null
+++ b/HTML-Parser-3.72.tar.gz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:ec28c7e1d9e67c45eca197077f7cdc41ead1bb4c538c7f02a3296a4bb92f608b
+size 90680
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-Parser.changes b/perl-HTML-Parser.changes
index 8eb92d7..b54ad8a 100644
--- a/perl-HTML-Parser.changes
+++ b/perl-HTML-Parser.changes
@@ -1,3 +1,29 @@
+-------------------------------------------------------------------
+Wed Jan 20 10:12:44 UTC 2016 - coolo@suse.com
+
+- updated to 3.72
+ see /usr/share/doc/packages/perl-HTML-Parser/Changes
+
+ 2016-01-19 Release 3.72
+
+ Gisle Aas (3):
+ Avoid more clang casting warnings
+ Remove trailing whitespace
+ Ensure entities expand to utf8 sequences under 'utf8_mode' [RT#99755]
+
+ David Steinbrunner (2):
+ typo fix
+ typo fixes
+
+ Jacques Germishuys (1):
+ Silence clang warning
+
+ bulk88 (1):
+ const+static-ing
+
+
+ _______________________________________________________________________________
+
-------------------------------------------------------------------
Mon Apr 13 17:15:23 UTC 2015 - coolo@suse.com
diff --git a/perl-HTML-Parser.spec b/perl-HTML-Parser.spec
index 76719a1..a432db4 100644
--- a/perl-HTML-Parser.spec
+++ b/perl-HTML-Parser.spec
@@ -1,7 +1,7 @@
#
# spec file for package perl-HTML-Parser
#
-# 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,14 +17,15 @@
Name: perl-HTML-Parser
-Version: 3.71
+Version: 3.72
Release: 0
%define cpan_name HTML-Parser
Summary: HTML parser class
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/HTML-Parser/
-Source: http://www.cpan.org/authors/id/G/GA/GAAS/%{cpan_name}-%{version}.tar.gz
+Source0: http://www.cpan.org/authors/id/G/GA/GAAS/%{cpan_name}-%{version}.tar.gz
+Source1: cpanspec.yml
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
@@ -55,7 +56,7 @@ allows a more conventional program structure.
%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 OPTIMIZE="%{optflags}"