-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
4 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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.1.14 | ||
Version: 0.1.15 | ||
Release: 1%{?dist} | ||
Summary: Miscellaneous convenience, extension and workaround code for Python | ||
|
||
|
@@ -85,6 +85,9 @@ rm -rf %buildroot | |
%{python_sitelib}/slip.gtk-%{version}-py%{python_version}.egg-info | ||
|
||
%changelog | ||
* Tue Oct 14 2008 Nils Philippsen <[email protected]> - 0.1.15 | ||
- add slip.dbus.polkit.AreAuthorizationsObtainable() | ||
|
||
* Mon Sep 15 2008 Nils Philippsen <[email protected]> - 0.1.14 | ||
- clarify examples a bit | ||
|
||
|