diff --git a/cssutils-0.9.8a3.zip b/cssutils-0.9.8a3.zip deleted file mode 100644 index ee4519d..0000000 --- a/cssutils-0.9.8a3.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:47e668358c456451bd9f2b276b936d331a390e46f3926a825f88e52b0ccf82d2 -size 309221 diff --git a/cssutils-0.9.9.zip b/cssutils-0.9.9.zip new file mode 100644 index 0000000..442dc46 --- /dev/null +++ b/cssutils-0.9.9.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7061a591859c025504c7871ef3b843383a025d570128edf1c63a6ef53753e8d +size 426449 diff --git a/python-cssutils.changes b/python-cssutils.changes index bcee418..38f1007 100644 --- a/python-cssutils.changes +++ b/python-cssutils.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Mar 12 20:48:16 UTC 2012 - saschpe@gmx.de + +- Update to version 9.9.9: + * No changelog provided + ------------------------------------------------------------------- Wed Sep 7 14:35:28 UTC 2011 - saschpe@suse.de diff --git a/python-cssutils.spec b/python-cssutils.spec index 30cae9f..71f550d 100644 --- a/python-cssutils.spec +++ b/python-cssutils.spec @@ -1,7 +1,7 @@ # # spec file for package python-cssutils # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 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,10 +16,9 @@ # - Name: python-cssutils -Version: 0.9.8a3 -Release: 1 +Version: 0.9.9 +Release: 0 Url: http://cthedot.de/cssutils/ Summary: A CSS Cascading Style Sheets library for Python License: LGPL-3.0+ @@ -29,15 +28,13 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: python-devel BuildRequires: python-distribute BuildRequires: unzip -%if 0%{?suse_version} -%py_requires -%if 0%{?suse_version} > 1110 -BuildArch: noarch -%endif -%endif Provides: python-css-utils-doc = %{version} Obsoletes: python-css-utils-doc < %{version} -%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} +%if 0%{?suse_version} && 0%{?suse_version} <= 1110 +%{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} +%else +BuildArch: noarch +%endif %description A Python package to parse and build CSS Cascading Style Sheets. DOM only, not any rendering facilities!