diff --git a/HTML-Restrict-2.2.3.tar.gz b/HTML-Restrict-2.2.3.tar.gz
deleted file mode 100644
index e4c8e5b..0000000
--- a/HTML-Restrict-2.2.3.tar.gz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:4a9315b810f9c61f703f19a4d616046d694eca2bf823e87205d37c62b3b51692
-size 27926
diff --git a/HTML-Restrict-2.2.4.tar.gz b/HTML-Restrict-2.2.4.tar.gz
new file mode 100644
index 0000000..b4dc85d
--- /dev/null
+++ b/HTML-Restrict-2.2.4.tar.gz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:510efed345aa4fd1b5a35833b9352aeadc670f1b993a83236a286adefc5b93a8
+size 28171
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-Restrict.changes b/perl-HTML-Restrict.changes
index 74c0e96..b312fdf 100644
--- a/perl-HTML-Restrict.changes
+++ b/perl-HTML-Restrict.changes
@@ -1,3 +1,12 @@
+-------------------------------------------------------------------
+Fri Mar 3 06:44:48 UTC 2017 - coolo@suse.com
+
+- updated to 2.2.4
+ see /usr/share/doc/packages/perl-HTML-Restrict/Changes
+
+ 2.2.4 2017-03-01 14:22:13-05:00 America/Toronto
+ - Updates SEE ALSO pod section (Ben Bullock)
+
-------------------------------------------------------------------
Sun Dec 4 23:13:37 UTC 2016 - chris@computersalat.de
diff --git a/perl-HTML-Restrict.spec b/perl-HTML-Restrict.spec
index af25fbb..095663e 100644
--- a/perl-HTML-Restrict.spec
+++ b/perl-HTML-Restrict.spec
@@ -1,7 +1,7 @@
#
# spec file for package perl-HTML-Restrict
#
-# Copyright (c) 2016 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,45 +17,38 @@
Name: perl-HTML-Restrict
-Version: 2.2.3
+Version: 2.2.4
Release: 0
%define cpan_name HTML-Restrict
Summary: Strip unwanted HTML tags and attributes
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/HTML-Restrict/
-Source: http://search.cpan.org/CPAN/authors/id/O/OA/OALDERS/%{cpan_name}-%{version}.tar.gz
+Source0: https://cpan.metacpan.org/authors/id/O/OA/OALDERS/%{cpan_name}-%{version}.tar.gz
+Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
-BuildRequires: perl(Test::Fatal)
-BuildRequires: perl(Test::More)
-#
-BuildRequires: perl(Carp)
BuildRequires: perl(Data::Dump)
BuildRequires: perl(HTML::Entities)
BuildRequires: perl(HTML::Parser)
BuildRequires: perl(List::Util) >= 1.33
BuildRequires: perl(Moo) >= 1.002000
-BuildRequires: perl(Scalar::Util)
BuildRequires: perl(Sub::Quote)
+BuildRequires: perl(Test::Fatal)
BuildRequires: perl(Types::Standard) >= 1.000001
BuildRequires: perl(URI)
BuildRequires: perl(namespace::clean)
-BuildRequires: perl(strict)
-Requires: perl(Carp)
Requires: perl(Data::Dump)
Requires: perl(HTML::Entities)
Requires: perl(HTML::Parser)
Requires: perl(List::Util) >= 1.33
Requires: perl(Moo) >= 1.002000
-Requires: perl(Scalar::Util)
Requires: perl(Sub::Quote)
Requires: perl(Types::Standard) >= 1.000001
Requires: perl(URI)
Requires: perl(namespace::clean)
-Requires: perl(strict)
%{perl_requires}
%description
@@ -65,6 +58,7 @@ behaviour by supplying your own tag rules.
%prep
%setup -q -n %{cpan_name}-%{version}
+find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -80,6 +74,7 @@ behaviour by supplying your own tag rules.
%files -f %{name}.files
%defattr(-,root,root,755)
-%doc Changes LICENSE README
+%doc Changes CONTRIBUTORS examples README.md
+%license LICENSE
%changelog