Files
thunarx-python/thunarx-python.changes
Guido Berhoerster ae53418550 - update to version 0.3.0:
- look for python extensions in
    $XDG_DATA_DIR/thunarx-python/extensions rather than
    /usr/lib/thunarx-1/python.
  - fix PyCapsule support for the pygobject module
  - don't hard-code the docs directory in the Makefile.am files
  - use g_return_val_if_fail in override function instead of
    g_return_if_fail
  - updated documentation and moved examples to its own folder
  - removed the dependency on gnome-python2, there was no need for
    it
- dropped obsolete thunarx-python-0.2.3-honor-docdir.patch and
  thunarx-python-0.2.3-return-value-from-nonvoid-func.patch

OBS-URL: https://build.opensuse.org/package/show/X11:xfce/thunarx-python?expand=0&rev=2
2011-04-01 18:57:04 +00:00

23 lines
857 B
Plaintext

-------------------------------------------------------------------
Fri Apr 1 17:27:12 UTC 2011 - gber@opensuse.org
- update to version 0.3.0:
- look for python extensions in
$XDG_DATA_DIR/thunarx-python/extensions rather than
/usr/lib/thunarx-1/python.
- fix PyCapsule support for the pygobject module
- don't hard-code the docs directory in the Makefile.am files
- use g_return_val_if_fail in override function instead of
g_return_if_fail
- updated documentation and moved examples to its own folder
- removed the dependency on gnome-python2, there was no need for
it
- dropped obsolete thunarx-python-0.2.3-honor-docdir.patch and
thunarx-python-0.2.3-return-value-from-nonvoid-func.patch
-------------------------------------------------------------------
Thu Mar 24 22:38:03 UTC 2011 - gber@opensuse.org
- new package