We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9af955a commit ae4258aCopy full SHA for ae4258a
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.22
+Version: 0.2.23
7
Release: 1%{?dist}
8
Summary: Miscellaneous convenience, extension and workaround code for Python
9
@@ -97,6 +97,10 @@ rm -rf %buildroot
97
%{python_sitelib}/slip.gtk-%{version}-py%{python_version}.egg-info
98
99
%changelog
100
+* Fri Nov 09 2012 Nils Philippsen <nils@redhat.com> - 0.2.23-1
101
+- default to classic gobject if available
102
+- actually distribute gobject wrapper code
103
+
104
* Fri Nov 09 2012 Nils Philippsen <nils@redhat.com> - 0.2.22-1
105
- dbus: work with either gobject or gi.repository.GObject (pygobject2/3)
106
0 commit comments