diff --git a/html5lib-0.99999.tar.gz b/html5lib-0.99999.tar.gz
deleted file mode 100644
index 1904b53..0000000
--- a/html5lib-0.99999.tar.gz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:6b0bc7e9f77bb2a8ace636a827d8fb6e2f0b53e20cf0cb5e3e5b970454f8370b
-size 887806
diff --git a/html5lib-0.999999.tar.gz b/html5lib-0.999999.tar.gz
new file mode 100644
index 0000000..b2f0232
--- /dev/null
+++ b/html5lib-0.999999.tar.gz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:e372b66f4997f8e1de970ea755d0a528d7222d2aa9bd55aac078c7ef39b8f6c3
+size 889015
diff --git a/python-html5lib.changes b/python-html5lib.changes
index ae81cab..a1b679d 100644
--- a/python-html5lib.changes
+++ b/python-html5lib.changes
@@ -1,3 +1,11 @@
+-------------------------------------------------------------------
+Mon Jul 27 19:04:15 UTC 2015 - aloisio@gmx.com
+
+- Update to version 0.999999
+ * Fix #189: fix the sanitizer to allow relative URLs again
+ (as it did prior to 0.9999/1.0b5).
+- Aligned version requirements with PyPI
+
-------------------------------------------------------------------
Fri Jul 24 20:28:37 UTC 2015 - seife+obs@b1-systems.com
diff --git a/python-html5lib.spec b/python-html5lib.spec
index b3c3085..ec3b7ee 100644
--- a/python-html5lib.spec
+++ b/python-html5lib.spec
@@ -17,23 +17,23 @@
Name: python-html5lib
-Version: 0.99999
+Version: 0.999999
Release: 0
Summary: HTML parser based on the WHAT-WG Web Applications 1
License: MIT
Group: Development/Languages/Python
Url: https://github.com/html5lib/html5lib-python
Source: http://pypi.python.org/packages/source/h/html5lib/html5lib-%{version}.tar.gz
-BuildRequires: python-Genshi
+BuildRequires: python-Genshi >= 0.7
BuildRequires: python-devel
-BuildRequires: python-lxml
-BuildRequires: python-nose
-BuildRequires: python-setuptools
-BuildRequires: python-six
-Requires: python-six
+BuildRequires: python-lxml >= 3.4.4
+BuildRequires: python-nose >= 1.3.7
+BuildRequires: python-setuptools >= 18.0.1
+BuildRequires: python-six >= 1.9.0
+Requires: python-six >= 1.9.0
%if 0%{?suse_version}
-Recommends: python-Genshi
-Recommends: python-lxml
+Recommends: python-Genshi >= 0.7
+Recommends: python-lxml >= 3.4.4
%endif
BuildRoot: %{_tmppath}/%{name}-%{version}-build