Copy from GNOME:Apps/python-nautilus based on submit request 36702 from user vuntz OBS-URL: https://build.opensuse.org/request/show/36702 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-nautilus?expand=0&rev=1
41 lines
1.6 KiB
Plaintext
41 lines
1.6 KiB
Plaintext
-------------------------------------------------------------------
|
|
Tue Jan 19 23:21:38 CET 2010 - vuntz@opensuse.org
|
|
|
|
- Update to version 0.6.1:
|
|
+ Look for libpython2.6.so.1.0 instead of libpython2.6.so, the
|
|
latter is general available from -devel packages only.
|
|
+ Re-added the missing spec and pc files
|
|
+ Free pygobject data directly after using file objects. Stops
|
|
seg faults from occurring when nautilus wants to free pygobject
|
|
data after Py_Finalize() is called.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jan 15 23:19:23 CET 2010 - vuntz@opensuse.org
|
|
|
|
- Update to version 0.6.0:
|
|
+ Remove eel dependency
|
|
+ Sanitize python search path
|
|
+ Remove gnomevfs dependency and unused code
|
|
+ Load python from lib64 in 64 bit multilib distributions
|
|
+ Fix segfault when a plugin doesn't implement the __init__
|
|
method
|
|
+ Added the can_write, get_mount, get_file_type, get_location,
|
|
and get_parent_location methods to the NautilusFileInfo object
|
|
+ Added the NautilusMenu.get_items method
|
|
+ Updated some example plugins
|
|
+ Bug fix for some PyThreadState_New segmentation faults
|
|
+ Use the nautilus prefix by default for distfiles, rather than
|
|
/usr
|
|
+ Require nautilus-2.22 and pygobject-2.16 now that we support
|
|
GIO
|
|
- Drop python-nautilus-no-libeel.patch: fixed upstream.
|
|
- Drop python-nautilus-no-gnomevfs.patch: fixed upstream.
|
|
- Drop python-nautilus-autoreconf-m4.patch: not needed anymore,
|
|
since we can remove the autoreconf call now.
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Jun 14 07:25:53 CEST 2009 - vuntz@novell.com
|
|
|
|
- Clean up package for Contrib.
|
|
|