diff --git a/python-slip.spec b/python-slip.spec index fef841c..f7bf51c 100644 --- a/python-slip.spec +++ b/python-slip.spec @@ -3,7 +3,7 @@ %{!?python_version: %global python_version %(%{__python} -c "from distutils.sysconfig import get_python_version; print get_python_version()")} Name: python-slip -Version: 0.2.0 +Version: 0.2.1 Release: 1%{?dist} Summary: Miscellaneous convenience, extension and workaround code for Python @@ -90,6 +90,9 @@ rm -rf %buildroot %{python_sitelib}/slip.gtk-%{version}-py%{python_version}.egg-info %changelog +* Tue Aug 25 2009 Nils Philippsen - 0.2.1-1 +- ship slip.gtk.tools + * Mon Aug 24 2009 Nils Philippsen - 0.2.0-1 - use PolicyKit version 1.0 if possible (#518996) - update and ship dbus README diff --git a/setup.py.in b/setup.py.in index c2133b9..24f50cf 100644 --- a/setup.py.in +++ b/setup.py.in @@ -25,5 +25,8 @@ setup ( setup ( name = "slip.gtk", version = "@VERSION@", - py_modules = ["slip.gtk.__init__"] + py_modules = [ + "slip.gtk.__init__", + "slip.gtk.tools" + ] )