We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d011305 commit 354b638Copy full SHA for 354b638
1 file changed
python-slip.spec
@@ -3,7 +3,7 @@
3
%{!?python_version: %global python_version %(%{__python} -c "from distutils.sysconfig import get_python_version; print get_python_version()")}
4
5
Name: python-slip
6
-Version: 0.2.23
+Version: 0.2.24
7
Release: 1%{?dist}
8
Summary: Miscellaneous convenience, extension and workaround code for Python
9
@@ -98,6 +98,9 @@ rm -rf %buildroot
98
%{python_sitelib}/slip.gtk-%{version}-py%{python_version}.egg-info
99
100
%changelog
101
+* Mon Nov 12 2012 Nils Philippsen <nils@redhat.com> - 0.2.24-1
102
+- dbus.polkit: fall back to unix uids if polkit is not available
103
+
104
* Fri Nov 09 2012 Nils Philippsen <nils@redhat.com> - 0.2.23-1
105
- default to classic gobject if available
106
- actually distribute gobject wrapper code
0 commit comments