Changelog for
python3-nautilus-devel-1.2.2-bp151.3.3.x86_64.rpm :
* Mon May 07 2018 luc14n0AATTlinuxmail.org- Update to version 1.2.2: + Fix folder string comparison to prevent duplicate extension loading (bgo##792427).
* Mon Jan 08 2018 luc14n0AATTlinuxmail.org- Update to version 1.2.1: + Fix syntax error when building docs using python3 (bgo#792348).- Changes from version 1.2: + Added capability to compile with python 3 support using PYTHON environment variable. + Improve extension path loading semantics to follow XDG recommendations (bgo#781232). + Require Nautilus 3.0 before importing extensions to prevent warnings (bgo#791208).- Turn the package into singlespec.- Update URL tag to https://wiki.gnome.org/Projects/NautilusPython: currently the Nautilus Python project\'s web page.- Drop: + libtool BuildRequires and autoreconf call: the last is no longer needed and the former is automatically being pulled. + Standard BuilRoot setting tag: RPM already handles this itself.- Pass --docdir=%{_docdir}/%{name} to configure for the use of the right documentation\'s directory.- Unconditionalize gtk-doc BuildRequires as the documentation is building without further problems again.- Remove unneeded %clean section once RPM does this work itself nowadays.- Correct out of order sentence in package descriptions.
* Wed May 09 2012 vuntzAATTopensuse.org- Explicitly add missing typelib(Nautilus) Requires: we can\'t use the automatic typelib() Requires generator since this python module is written in C.
* Fri Dec 02 2011 cooloAATTsuse.com- add libtool as buildrequire to avoid implicit dependency
* Mon Oct 17 2011 dimstarAATTopensuse.org- Update to version 1.1: + Added pygobject3 compatibility, and retained pygobject 2.28.x compatibility. + Bugs fixed: bgo#660290, bgo#660288, bgo#660287, bgo#660286, bgo#660283, bgo#653169.- Drop patches that have been merged upstream: + python-nautilus-fix-path-in-pc.patch + python-nautilus-fix-warnings.patch + python-nautilus-no-extension-on-failure.patch + python-nautilus-pygobject-3.0.patch
* Wed Sep 28 2011 vuntzAATTopensuse.org- Port to pygobject 3.0: + Add nautilus-python-pygobject-3.0.patch: do the port :-) + Change pkgconfig(pygobject-2.0) BuildRequires to pkgconfig(pygobject-3.0). + Add call to autoreconf, needed for the patch.- Use a build_doc macro to decide whether to build the documentation. It controls the following: + Use of gtk-doc BuildRequires. + Use of --disable-gtk-doc or --enable-gtk-doc option passed to configure.- Set build_doc macro to 0 as the documentation build currently requires the old pygobject.- Add python-nautilus-fix-warnings.patch: fix various warnings in the build.- Add python-nautilus-no-extension-on-failure.patch: do not load extensions on initialization failures.
* Wed Jun 22 2011 malcolmlewisAATTopensuse.org- Fix /usr/share/nautilus-python directories not owned by a package.- Update spec file Licence field from GPLv2+ to GPL-2.0+ to conform with spdx.org identifier.
* Fri Jun 17 2011 vuntzAATTopensuse.org- Add python-nautilus-fix-path-in-pc.patch to fix the pkg-config file to refer to the right extension directory, now that it changed.
* Fri May 27 2011 vuntzAATTopensuse.org- Update dependencies after move to gobject introspection: + Remove python-gnome-devel, python-gtk-devel BuildRequires, python-gtk Requires from main package, and python-gtk-devel Requires from devel subpackage. + Add pkgconfig(pygobject-2.0) BuildRequires and python-gobject Requires.- Change nautilus-devel BuildRequires to pkgconfig(libnautilus-extension).- Drop unneeded python-gobject2-doc BuildRequires.- Fix license tag: the code is GPLv2+ (and not LGPLv2+).- Stop creating %{_libdir}/nautilus/extensions-2.0/python directory as extensions there are not considered anymore.
* Sun May 22 2011 dimstarAATTopensuse.org- Update to version 1.0: + Use the gobject instrospection dynamic bindings, breaks compatibility for existing extensions. + For Nautilus3, the get_toolbar_items methods have been removed. + No longer look in the old ~/.nautilus/python-extensions or /usr/lib/nautilus/extensions2.0/python folders for extensions. Now look in ~/.local/share/nautilus-python/extensions or $XDG_DATA_DIR/nautilus-python/extensions. + Updated the gtk-doc documentation and examples to work with new dynamic bindings.