diff --git a/python-html5-parser-0.4.8.tar.gz b/python-html5-parser-0.4.8.tar.gz
deleted file mode 100644
index 8535ce7..0000000
--- a/python-html5-parser-0.4.8.tar.gz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:d6ca0372ec5f74afb6a42838b8b3698379fcb6d7f76d4d4493c08daf8ac15bda
-size 288417
diff --git a/python-html5-parser-0.4.9.tar.gz b/python-html5-parser-0.4.9.tar.gz
new file mode 100644
index 0000000..083798f
--- /dev/null
+++ b/python-html5-parser-0.4.9.tar.gz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:fe45fb846dd6e71049fcb776ac9f5ba6876eafc548f7d7604cf2ecbfb77ddeef
+size 288447
diff --git a/python-html5-parser.changes b/python-html5-parser.changes
index 55c4a89..a80bf6a 100644
--- a/python-html5-parser.changes
+++ b/python-html5-parser.changes
@@ -1,3 +1,10 @@
+-------------------------------------------------------------------
+Thu Apr 9 11:12:17 UTC 2020 - Marketa Calabkova
+
+- Update to 0.4.9
+ * Fix an error parsing XHTML where the xlink namespace is defined on
+ the root node but not on a node where the default namespace is redefined
+
-------------------------------------------------------------------
Wed Sep 11 15:01:52 UTC 2019 - Tomáš Chvátal
diff --git a/python-html5-parser.spec b/python-html5-parser.spec
index 156b426..64fbd9d 100644
--- a/python-html5-parser.spec
+++ b/python-html5-parser.spec
@@ -1,7 +1,7 @@
#
# spec file for package python-html5-parser
#
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-html5-parser
-Version: 0.4.8
+Version: 0.4.9
Release: 0
Summary: C based HTML 5 parsing for Python
License: Apache-2.0
@@ -48,6 +48,9 @@ about thirty times faster than the "html5lib" pure Python based parser.
%install
%python_install
+%check
+%python_exec setup.py test
+
%files %{python_files}
%license LICENSE
%doc README.rst