Changelog for
thunarx-python-0.5.2-slfo.1.3.2.x86_64.rpm :
* Sun Jan 31 2021 Marcel Kuehlhorn
- Update to version 0.5.2
* Add gitlab-ci for thunarx-python
* Update configure.ac.in syntax
* Remove checks with unused result
* Remove check for unused sys/wait.h
* Fix missing-prototypes
* Fix g_list_find_custom usage
* make distcheck now works !
* Update gtk-doc for thunarx-python
* Fix compilation with python3.8
* fix compilation issues with gcc-10
* Scan extension directories only once- Remove reproducible.patch and thunarx-python-py3.8.diff
* fixed upstream
* Mon Jun 08 2020 Stefan Seyfried - add -fcommon to CFLAGS to work around gcc10 default changes
* Tue Mar 17 2020 Stefan Seyfried - add thunarx-python-py3.8.diff to add missing \"--embed\" flag to python3-config
* Mon Feb 24 2020 Stefan Seyfried - port reproducible.patch to python 3
* Mon Feb 10 2020 Tomáš Chvátal - Do not pull in python-gtk as that is py2 only and this package now uses introspection and gtk3
* Wed Jan 15 2020 Maurizio Galli - Build against python 3
* Mon Jun 10 2019 Bernhard Wiedemann - Add reproducible.patch to override build date to make package build reproducible (boo#1047218)
* Fri Jun 15 2018 seife+obsAATTb1-systems.com- update to version 0.5.1: - Fix building docs with python3 (bxo#14199) - Updated to work with python3 or python2 - Improve extension path loading semantics to follow XDG recommendations - Updated to work with Thunarx-3 which requires uses gobject introspection and requires Gtk+3 and PyGObject3
* Sat Feb 17 2018 seife+obsAATTb1-systems.com- disable gnome-python BuildRequires (boo#1081189)- ran spec-cleaner (but did not implement the braindead stuff) - remove %py_requires
* Fri Jul 14 2017 mailaenderAATTopensuse.org- SPDX.org compliant license
* Tue Apr 17 2012 gberAATTopensuse.org- fix source URL
* Fri Oct 14 2011 gberAATTopensuse.org- recommend -doc subpackage
* Fri Apr 01 2011 gberAATTopensuse.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 2011 gberAATTopensuse.org- new package