Hello community, here is the log from the commit of package sway for openSUSE:Factory checked in at 2020-03-12 23:06:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/sway (Old) and /work/SRC/openSUSE:Factory/.sway.new.3160 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "sway" Thu Mar 12 23:06:26 2020 rev:19 rq:784166 version:1.4 Changes: -------- --- /work/SRC/openSUSE:Factory/sway/sway.changes 2020-01-23 15:55:06.887101423 +0100 +++ /work/SRC/openSUSE:Factory/.sway.new.3160/sway.changes 2020-03-12 23:11:50.339312856 +0100 @@ -1,0 +2,6 @@ +Wed Mar 4 18:59:21 UTC 2020 - Max Lin <[email protected]> + +- Disable swaybar tray support on Leap 15.2 reflected to wlroots's + change against Leap 15 build + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ sway.spec ++++++ --- /var/tmp/diff_new_pack.tyroEf/_old 2020-03-12 23:11:51.035313131 +0100 +++ /var/tmp/diff_new_pack.tyroEf/_new 2020-03-12 23:11:51.035313131 +0100 @@ -1,7 +1,7 @@ # # spec file for package sway # -# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany. +# 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 @@ -68,7 +68,10 @@ %build export CFLAGS="%{optflags}" -%meson +%meson \ +%if 0%{?suse_version} < 1550 + -Dtray=disabled +%endif %meson_build
