|
3 | 3 | %{!?python_version: %global python_version %(%{__python} -c "from distutils.sysconfig import get_python_version; print get_python_version()")} |
4 | 4 |
|
5 | 5 | Name: python-slip |
6 | | -Version: 0.3 |
| 6 | +Version: 0.4.0 |
7 | 7 | Release: 1%{?dist} |
8 | 8 | Summary: Miscellaneous convenience, extension and workaround code for Python |
9 | 9 |
|
@@ -33,14 +33,11 @@ Requires: dbus-python >= 0.80 |
33 | 33 | # Don't require any of pygobject2/3 because slip.dbus works with either one. In |
34 | 34 | # theory users of slip.dbus should require one or the other anyway to use the |
35 | 35 | # main loop. |
36 | | -%if 0%{?fedora}%{?rhel} && 0%{?fedora} < 12 && 0%{?rhel} < 6 |
37 | | -Requires: PolicyKit >= 0.8-3 |
38 | | -%else |
| 36 | +# |
39 | 37 | # No hard requirement on polkit to allow minimal installs without polkit and |
40 | 38 | # its dependencies. |
41 | 39 | Conflicts: PolicyKit < 0.8-3 |
42 | 40 | Requires: python-decorator |
43 | | -%endif |
44 | 41 |
|
45 | 42 | %description dbus |
46 | 43 | The Simple Library for Python packages contain miscellaneous code for |
@@ -98,6 +95,28 @@ rm -rf %buildroot |
98 | 95 | %{python_sitelib}/slip.gtk-%{version}-py%{python_version}.egg-info |
99 | 96 |
|
100 | 97 | %changelog |
| 98 | +* Fri Mar 08 2013 Nils Philippsen <nils@redhat.com> - 0.4.0-1 |
| 99 | +- version 0.4.0: |
| 100 | + - get rid of (ancient) PolicyKit-0.x support |
| 101 | + - add basic (experimental, unstable) dbus introspection support |
| 102 | + - learn to cope with polkitd being restarted |
| 103 | + |
| 104 | +* Mon Nov 12 2012 Nils Philippsen <nils@redhat.com> - 0.2.24-1 |
| 105 | +- dbus.polkit: fall back to unix uids if polkit is not available |
| 106 | + |
| 107 | +* Fri Nov 09 2012 Nils Philippsen <nils@redhat.com> - 0.2.23-1 |
| 108 | +- default to classic gobject if available |
| 109 | +- actually distribute gobject wrapper code |
| 110 | + |
| 111 | +* Fri Nov 09 2012 Nils Philippsen <nils@redhat.com> - 0.2.22-1 |
| 112 | +- dbus: work with either gobject or gi.repository.GObject (pygobject2/3) |
| 113 | + |
| 114 | +* Mon Oct 22 2012 Nils Philippsen <nils@redhat.com> - 0.2.21-1 |
| 115 | +- add slip.util.files.symlink_atomically() |
| 116 | + |
| 117 | +* Fri Nov 28 2011 Nils Philippsen <nils@redhat.com> - 0.2.20-1 |
| 118 | +- revert "preserve signature, docstrings, etc. of decorated methods" (#757517) |
| 119 | + |
101 | 120 | * Thu Nov 03 2011 Nils Philippsen <nils@redhat.com> - 0.2.19-1 |
102 | 121 | - allow service object methods to be called locally |
103 | 122 | - preserve signature, docstrings, etc. of decorated methods |
|
0 commit comments