Hello community, here is the log from the commit of package thunarx-python for openSUSE:Factory checked in at 2018-06-20 15:25:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/thunarx-python (Old) and /work/SRC/openSUSE:Factory/.thunarx-python.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "thunarx-python" Wed Jun 20 15:25:41 2018 rev:3 rq:617423 version:0.5.1 Changes: -------- --- /work/SRC/openSUSE:Factory/thunarx-python/thunarx-python.changes 2018-02-18 11:45:23.447082121 +0100 +++ /work/SRC/openSUSE:Factory/.thunarx-python.new/thunarx-python.changes 2018-06-20 15:25:53.433974700 +0200 @@ -1,0 +2,11 @@ +Fri Jun 15 09:07:53 UTC 2018 - [email protected] + +- 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 + +------------------------------------------------------------------- Old: ---- thunarx-python-0.3.0.tar.bz2 New: ---- thunarx-python-0.5.1.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ thunarx-python.spec ++++++ --- /var/tmp/diff_new_pack.OJeqLD/_old 2018-06-20 15:25:55.085914778 +0200 +++ /var/tmp/diff_new_pack.OJeqLD/_new 2018-06-20 15:25:55.085914778 +0200 @@ -1,7 +1,7 @@ # # spec file for package thunarx-python # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,26 +17,20 @@ Name: thunarx-python -Version: 0.3.0 +Version: 0.5.1 Release: 0 Summary: Python Bindings for the Thunar Extension Framework -License: GPL-2.0+ +License: GPL-2.0-or-later Group: Development/Languages/Python Url: http://goodies.xfce.org/projects/bindings/thunarx-python -Source: http://archive.xfce.org/src/bindings/%{name}/0.3/%{name}-%{version}.tar.bz2 +Source: http://archive.xfce.org/src/bindings/%{name}/0.5/%{name}-%{version}.tar.bz2 BuildRequires: fdupes BuildRequires: gtk-doc BuildRequires: pkgconfig BuildRequires: python-devel -BuildRequires: pkgconfig(glib-2.0) -# disabled because it's no longer available (boo#1081189) -# build seems to work fine without it, let's see if anyone complains -#BuildRequires: pkgconfig(gnome-python-2.0) -BuildRequires: pkgconfig(gobject-2.0) -BuildRequires: pkgconfig(gtk+-2.0) -BuildRequires: pkgconfig(pygobject-2.0) -BuildRequires: pkgconfig(pygtk-2.0) -BuildRequires: pkgconfig(thunarx-2) +BuildRequires: pkgconfig(gtk+-3.0) >= 3.20.0 +BuildRequires: pkgconfig(pygobject-3.0) >= 3.20.0 +BuildRequires: pkgconfig(thunarx-3) Requires: python-gtk Requires: thunar Recommends: %{name}-doc = %{version} @@ -66,13 +60,11 @@ mv %{buildroot}%{_defaultdocdir}/%{name}/README \ %{buildroot}%{_defaultdocdir}/%{name}/README.examples rm -f %{buildroot}%{_libdir}/thunarx-python/thunarx.la \ - %{buildroot}%{_libdir}/thunarx-2/thunarx-python.la + %{buildroot}%{_libdir}/thunarx-3/thunarx-python.la %files -%dir %{_libdir}/thunarx-python/ -%{_libdir}/thunarx-python/thunarx.so -%dir %{_libdir}/thunarx-2/ -%{_libdir}/thunarx-2/thunarx-python.so +%dir %{_libdir}/thunarx-3/ +%{_libdir}/thunarx-3/thunarx-python.so %files doc %doc %{_defaultdocdir}/%{name} ++++++ thunarx-python-0.3.0.tar.bz2 -> thunarx-python-0.5.1.tar.bz2 ++++++ ++++ 40618 lines of diff (skipped)
