Hello community, here is the log from the commit of package tilix for openSUSE:Leap:15.2 checked in at 2020-06-05 19:52:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/tilix (Old) and /work/SRC/openSUSE:Leap:15.2/.tilix.new.3606 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "tilix" Fri Jun 5 19:52:52 2020 rev:26 rq:811736 version:1.9.3 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/tilix/tilix.changes 2020-01-15 16:24:13.556611575 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.tilix.new.3606/tilix.changes 2020-06-05 19:52:53.314550722 +0200 @@ -1,0 +2,5 @@ +Wed Jun 3 22:20:04 UTC 2020 - Max Lin <[email protected]> + +- Use python3-nautilus for Leap 15.2 since python2-nautilus has been dropped + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ tilix.spec ++++++ --- /var/tmp/diff_new_pack.4sjDFR/_old 2020-06-05 19:52:53.722552140 +0200 +++ /var/tmp/diff_new_pack.4sjDFR/_new 2020-06-05 19:52:53.726552154 +0200 @@ -1,7 +1,7 @@ # # spec file for package tilix # -# Copyright (c) 2019 SUSE LLC +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -87,10 +87,10 @@ %package -n nautilus-extension-tilix Summary: Nautilus Extension to Open Tilix in Folders Group: System/GUI/GNOME -%if 0%{?suse_version} < 1550 -Requires: python-nautilus -%else +%if 0%{?suse_version} >= 1550 || 0%{?sle_version} >= 150200 Requires: python3-nautilus +%else +Requires: python-nautilus %endif Supplements: (nautilus and %{name})
