-
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.2.15 | ||
Version: 0.2.16 | ||
Release: 1%{?dist} | ||
Summary: Miscellaneous convenience, extension and workaround code for Python | ||
|
||
|
@@ -94,6 +94,9 @@ rm -rf %buildroot | |
%{python_sitelib}/slip.gtk-%{version}-py%{python_version}.egg-info | ||
|
||
%changelog | ||
* Tue Jun 21 2011 Nils Philippsen <[email protected]> - 0.2.16-1 | ||
- actually distribute slip.dbus.constants module (#714980) | ||
|
||
* Mon Jun 20 2011 Nils Philippsen <[email protected]> - 0.2.15-1 | ||
- reduce proxy method call overhead | ||
- fix magic value for infinite timeouts (#708761) | ||
|