diff --git a/html5lib-0.95.tar.gz b/html5lib-0.95.tar.gz
deleted file mode 100644
index 69070b3..0000000
--- a/html5lib-0.95.tar.gz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:a6e707d9cb17c8bf1e553713ad14b31274a81d5c0ce0fce21b02936d0efd7dbb
-size 222614
diff --git a/html5lib-0.99.tar.gz b/html5lib-0.99.tar.gz
new file mode 100644
index 0000000..ce17114
--- /dev/null
+++ b/html5lib-0.99.tar.gz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:aff6fd3031c563883197e5a04b7df324086ff5f358278a0386808c463a077e59
+size 885368
diff --git a/python-html5lib.changes b/python-html5lib.changes
index 36abb85..f02df5e 100644
--- a/python-html5lib.changes
+++ b/python-html5lib.changes
@@ -1,3 +1,10 @@
+-------------------------------------------------------------------
+Tue Oct 22 13:29:08 UTC 2013 - toddrme2178@gmail.com
+
+- Update to 0.99
+ * No changes, just updated version number
+- Add additional dependencies
+
-------------------------------------------------------------------
Thu Mar 29 09:54:02 UTC 2012 - saschpe@suse.de
diff --git a/python-html5lib.spec b/python-html5lib.spec
index 19a8ccf..8bc5539 100644
--- a/python-html5lib.spec
+++ b/python-html5lib.spec
@@ -1,7 +1,7 @@
#
# spec file for package python-html5lib
#
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,7 +16,7 @@
#
Name: python-html5lib
-Version: 0.95
+Version: 0.99
Release: 0
License: MIT
Summary: HTML parser based on the WHAT-WG Web Applications 1
@@ -24,7 +24,13 @@ Url: http://code.google.com/p/html5lib/
Group: Development/Languages/Python
Source: http://pypi.python.org/packages/source/h/html5lib/html5lib-%{version}.tar.gz
BuildRequires: python-devel
-BuildRequires: python-distribute
+BuildRequires: python-Genshi
+BuildRequires: python-lxml
+BuildRequires: python-setuptools
+BuildRequires: python-six
+Requires: python-six
+Recommends: python-Genshi
+Recommends: python-lxml
#BuildRequires: python-nose
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
@@ -51,14 +57,14 @@ python setup.py build
%install
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
-rm -r %{buildroot}%{python_sitelib}/html5lib/tests # Don't ship tests
#%%check
#nosetests
%files
%defattr(-,root,root,-)
-%doc README
-%{python_sitelib}/*
+%doc CHANGES.rst LICENSE README.rst
+%{python_sitelib}/html5lib/
+%{python_sitelib}/html5lib-%{version}-py*.egg-info
%changelog