Hello community,
here is the log from the commit of package vertex-gtk-theme for
openSUSE:Factory checked in at 2020-02-24 15:53:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/vertex-gtk-theme (Old)
and /work/SRC/openSUSE:Factory/.vertex-gtk-theme.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "vertex-gtk-theme"
Mon Feb 24 15:53:52 2020 rev:9 rq:778610 version:20170128
Changes:
--------
--- /work/SRC/openSUSE:Factory/vertex-gtk-theme/vertex-gtk-theme.changes
2018-10-29 14:29:43.876694891 +0100
+++
/work/SRC/openSUSE:Factory/.vertex-gtk-theme.new.26092/vertex-gtk-theme.changes
2020-02-24 15:54:07.923702428 +0100
@@ -1,0 +2,9 @@
+Sun Feb 23 16:38:41 UTC 2020 - Max Lin <[email protected]>
+
+- Correction the conditional of enable/disable GNOME Shell support
+ * Leap 15.x would stay with suse_version 1500 in the whole scope,
+ use > 1500 just won't work
+ * Looks 15.1 build succeed, let's disable building with GNOME Shell
+ support from 15.2
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ vertex-gtk-theme.spec ++++++
--- /var/tmp/diff_new_pack.qHiqrw/_old 2020-02-24 15:54:08.511703737 +0100
+++ /var/tmp/diff_new_pack.qHiqrw/_new 2020-02-24 15:54:08.511703737 +0100
@@ -1,7 +1,7 @@
#
# spec file for package vertex-gtk-theme
#
-# Copyright (c) 2018 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
@@ -92,7 +92,7 @@
%build
./autogen.sh
%configure \
-%if 0%{?suse_version} > 1500
+%if 0%{?suse_version} >= 1550 || 0%{?sle_version} >= 150200
--disable-gnome-shell
%else
--enable-gnome-shell