Hello community,

here is the log from the commit of package vertex-gtk-theme for 
openSUSE:Leap:15.2 checked in at 2020-02-25 12:17:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/vertex-gtk-theme (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.vertex-gtk-theme.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "vertex-gtk-theme"

Tue Feb 25 12:17:23 2020 rev:10 rq:778873 version:20170128

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/vertex-gtk-theme/vertex-gtk-theme.changes      
2020-01-15 16:27:58.696738403 +0100
+++ 
/work/SRC/openSUSE:Leap:15.2/.vertex-gtk-theme.new.26092/vertex-gtk-theme.changes
   2020-02-25 12:17:23.376458139 +0100
@@ -1,0 +2,15 @@
+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
+
+-------------------------------------------------------------------
+Thu Oct 25 12:16:46 UTC 2018 - [email protected]
+
+- Support GTK+ 3.24.
+- Disable GNOME Shell support for openSUSE Leap 15.1 and newer.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ vertex-gtk-theme.spec ++++++
--- /var/tmp/diff_new_pack.EI6jRg/_old  2020-02-25 12:17:24.120459682 +0100
+++ /var/tmp/diff_new_pack.EI6jRg/_new  2020-02-25 12:17:24.124459689 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package vertex-gtk-theme
 #
-# Copyright (c) 2017 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
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -22,9 +22,9 @@
 Version:        20170128
 Release:        0
 Summary:        Vertex GTK+ theme
-License:        GPL-3.0+
+License:        GPL-3.0-or-later
 Group:          System/GUI/Other
-Url:            https://github.com/horst3180/Vertex-theme
+URL:            https://github.com/horst3180/Vertex-theme
 Source:         
https://github.com/horst3180/%{_name}-theme/archive/%{version}.tar.gz#/%{_name}-theme-%{version}.tar.gz
 BuildRequires:  autoconf
 BuildRequires:  automake
@@ -36,7 +36,7 @@
 %description
 Vertex is a modern theme that comes with three variants to choose
 from. The default variant with dark header-bars, a light variant,
-and a dark variant. It supports MATE, GNOME, Xfce, and Cinnamon.
+and a dark variant. It supports MATE, Xfce, and Cinnamon.
 
 %package -n metatheme-%{_name}-common
 Summary:        Vertex Common Theme Files
@@ -48,10 +48,10 @@
 %description -n metatheme-%{_name}-common
 Vertex is a modern theme that comes with three variants to choose
 from. The default variant with dark header-bars, a light variant,
-and a dark variant. It supports MATE, GNOME, Xfce, and Cinnamon.
+and a dark variant. It supports MATE, Xfce, and Cinnamon.
 
-This package contains common files and themes for GNOME Shell,
-Marco, Xfwm4, and Cinnamon.
+This package contains common files and themes for Marco, Xfwm4, and
+Cinnamon.
 
 %package -n gtk2-metatheme-%{_name}
 Summary:        Vertex GTK+2 Theme
@@ -63,7 +63,7 @@
 %description -n gtk2-metatheme-%{_name}
 Vertex is a modern theme that comes with three variants to choose
 from. The default variant with dark header-bars, a light variant,
-and a dark variant. It supports MATE, GNOME, Xfce, and Cinnamon.
+and a dark variant. It supports MATE, Xfce, and Cinnamon.
 
 This package contains the GTK+2 theme.
 
@@ -77,7 +77,7 @@
 %description -n gtk3-metatheme-%{_name}
 Vertex is a modern theme that comes with three variants to choose
 from. The default variant with dark header-bars, a light variant,
-and a dark variant. It supports MATE, GNOME, Xfce, and Cinnamon.
+and a dark variant. It supports MATE, Xfce, and Cinnamon.
 
 This package contains the GTK+3 theme.
 
@@ -86,9 +86,17 @@
 sed -i '/configure/d' autogen.sh
 sed -i 's/^\(IconTheme=\).*$/\1Adwaita/' common/index.theme*
 
+[ ! -f common/gtk-3.0/3.24 ]
+ln -s 3.20 common/gtk-3.0/3.24
+
 %build
 ./autogen.sh
-%configure
+%configure \
+%if 0%{?suse_version} >= 1550 || 0%{?sle_version} >= 150200
+  --disable-gnome-shell
+%else
+  --enable-gnome-shell
+%endif
 make %{?_smp_mflags} V=1
 
 %install
@@ -97,21 +105,21 @@
 %fdupes %{buildroot}%{_datadir}/
 
 %files -n metatheme-%{_name}-common
-%defattr(-,root,root)
-%doc AUTHORS COPYING
+%license COPYING
+%doc AUTHORS
 %dir %{_datadir}/themes/%{_theme}*/
 %exclude %{_datadir}/themes/%{_theme}*/gtk-2.*/
 %exclude %{_datadir}/themes/%{_theme}*/gtk-3.*/
 %{_datadir}/themes/%{_theme}*/*
 
 %files -n gtk2-metatheme-%{_name}
-%defattr(-,root,root)
-%doc AUTHORS COPYING
+%license COPYING
+%doc AUTHORS
 %{_datadir}/themes/%{_theme}*/gtk-2.*/
 
 %files -n gtk3-metatheme-%{_name}
-%defattr(-,root,root)
-%doc AUTHORS COPYING
+%license COPYING
+%doc AUTHORS
 %{_datadir}/themes/%{_theme}*/gtk-3.*/
 
 %changelog


Reply via email to