Changelog for
python-nautilus-0.6.1-7.3.i586.rpm :
Tue Jan 19 13:00:00 2010 vuntzAATTopensuse.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 13:00:00 2010 vuntzAATTopensuse.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 14:00:00 2009 vuntzAATTnovell.com
- Clean up package for Contrib.