Changelog for
python-nautilus-common-devel-4.0.1-150700.2.3.i586.rpm :
* Fri Apr 19 2024 dimstarAATTopensuse.org- Update to version 4.0.1: + Fixed build failure due to underlinking. + Fixed build failure with Python 3.13.
* Mon Jul 03 2023 daniel.garciaAATTsuse.com- Add fix-hwcaps.patch to fix the issue with Nautilus: Segmentation fault (core dumped) with libpython3_11-1_0-x86-64-v3 (bsc#1212474)
* Sun Sep 18 2022 bjorn.lieAATTgmail.com- Update to version 4.0: + Updated migration docs and rewrote overview.
* Tue Aug 16 2022 dimstarAATTopensuse.org- Update to version 4.0.alpha: + The extension was ported to Nautilus 43: Notably, this removes any direct access to GTK widgets from the API. Most scripts will need to be modified. Please check the migration guide in the docs on how to update your scripts. + Switched to Meson build system. + Removed support for Python 2. + Fixed build with -fno-common. + Added missing parent constructor calls to examples. + Decorated the examples with typehints. + Fixed several memory leaks.- Drop python-nautilus-gcc10-buildfix.patch: fixed upstream.- Add meson BuildRequires and replace configur/make/make_install macros with relevant meon/meson_build/meson_install variants.
* Thu Jun 04 2020 bjorn.lieAATTgmail.com- Add python-nautilus-gcc10-buildfix.patch: Fix build with gcc 10.
* Wed Dec 04 2019 bjorn.lieAATTgmail.com- Fix Requires in devel subpackage, needed now we only build python3 variant.
* Wed Nov 20 2019 dimstarAATTopensuse.org- No longer build python2 variant: This did not really work anyway as python-nautilus-commonp_files was not that common between py2 and py3: the .so file actually linked one of the python interpreters directly (boo#1157305).
* Thu Jul 18 2019 bjorn.lieAATTgmail.com- Update to version 1.2.3: + Fixed open-terminal example extension. + Fixed glgo#GNOME/nautilus-python#3: setting argv[0] to thunar. + Fixed glgo#GNOME/nautilus-python#4: allow overriding the build date to enable reproducible builds. + Removed build warnings. + Fix to work with python 3.8.- Drop reproducible.patch: Fixed upstream.- Use modern macros.
* Fri Jul 12 2019 bwiedemannAATTsuse.com- Add reproducible.patch to override build date (boo#1047218)
* 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.