Skip to content

Commit

Permalink
ship slip.gtk.tools
Browse files Browse the repository at this point in the history
  • Loading branch information
nphilipp committed Aug 25, 2009
1 parent 83df662 commit 70358a5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion python-slip.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -90,6 +90,9 @@ rm -rf %buildroot
%{python_sitelib}/slip.gtk-%{version}-py%{python_version}.egg-info

%changelog
* Tue Aug 25 2009 Nils Philippsen <[email protected]> - 0.2.1-1
- ship slip.gtk.tools

* Mon Aug 24 2009 Nils Philippsen <[email protected]> - 0.2.0-1
- use PolicyKit version 1.0 if possible (#518996)
- update and ship dbus README
Expand Down
5 changes: 4 additions & 1 deletion setup.py.in
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,8 @@ setup (
setup (
name = "slip.gtk",
version = "@VERSION@",
py_modules = ["slip.gtk.__init__"]
py_modules = [
"slip.gtk.__init__",
"slip.gtk.tools"
]
)

0 comments on commit 70358a5

Please sign in to comment.