Hello community,

here is the log from the commit of package icewm-theme-branding for 
openSUSE:Leap:15.2 checked in at 2020-03-17 04:15:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/icewm-theme-branding (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.icewm-theme-branding.new.3160 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "icewm-theme-branding"

Tue Mar 17 04:15:22 2020 rev:17 rq:784862 version:1.2.4

Changes:
--------
--- 
/work/SRC/openSUSE:Leap:15.2/icewm-theme-branding/icewm-theme-branding.changes  
    2020-01-15 15:11:57.234124883 +0100
+++ 
/work/SRC/openSUSE:Leap:15.2/.icewm-theme-branding.new.3160/icewm-theme-branding.changes
    2020-03-17 04:15:32.308972997 +0100
@@ -1,0 +2,12 @@
+Thu Mar  5 02:46:24 UTC 2020 - Yifan Jiang <[email protected]>
+
+- Add add-adwaita-legacy-iconpath-to-preference.patch:
+
+  Add the adwaita legacy path to the IconPath in
+  preferences. adwaita-icon-theme has its main icon updated to
+  symbolic style, while icewm's style is more suitable for
+  legacy-style icons (eg. web-browser).  Without the update,
+  current icewm can not find default web-browser toolbar icon
+  (bsc#1157930).
+
+-------------------------------------------------------------------

New:
----
  add-adwaita-legacy-iconpath-to-preference.patch

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

Other differences:
------------------
++++++ icewm-theme-branding.spec ++++++
--- /var/tmp/diff_new_pack.wrmO8S/_old  2020-03-17 04:15:32.748973253 +0100
+++ /var/tmp/diff_new_pack.wrmO8S/_new  2020-03-17 04:15:32.752973254 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package icewm-theme-branding
 #
-# 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
@@ -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/
 #
 
 
@@ -21,10 +21,12 @@
 Version:        1.2.4
 Release:        0
 Summary:        Icewm theme branding for SLES or openSUSE
-License:        LGPL-2.1+ and GPL-3.0+
+License:        LGPL-2.1-or-later AND GPL-3.0-or-later
 Group:          System/GUI/Other
-Url:            https://github.com/openSUSE/icewm-config-openSUSE
+URL:            https://github.com/openSUSE/icewm-config-openSUSE
 Source:         
https://github.com/openSUSE/%{_name}/archive/%{_name}-%{version}.tar.gz
+# PATCH-FIX-UPSTREAM add-adwaita-legacy-iconpath-to-preference.patch 
bsc#1157930 gh#openSUSE/icewm-config-openSUSE!8 [email protected] -- Add the 
adwaita legacy path to the IconPath 
+Patch0:         add-adwaita-legacy-iconpath-to-preference.patch
 Requires:       icewm
 Conflicts:      icewm < 1.3.11
 Conflicts:      otherproviders(icewm-configuration-files)
@@ -38,6 +40,7 @@
 
 %prep
 %setup -q -n %{_name}-%{_name}-%{version}
+%patch0 -p1
 
 %build
 %if 0%{?is_opensuse}

++++++ add-adwaita-legacy-iconpath-to-preference.patch ++++++
Index: icewm-config-openSUSE-icewm-config-openSUSE-1.2.4/preferences
===================================================================
--- icewm-config-openSUSE-icewm-config-openSUSE-1.2.4.orig/preferences
+++ icewm-config-openSUSE-icewm-config-openSUSE-1.2.4/preferences
@@ -539,7 +539,7 @@ MenuMouseTracking=1 # 0/1
 # NetWorkAreaBehaviour=0 # [0-2]
 
 #  Icon search path (colon separated)
-IconPath="/usr/share/icons/Adwaita/16x16/apps:/usr/share/icons/hicolor/16x16/apps:/usr/share/pixmaps"
+IconPath="/usr/share/icons/Adwaita/16x16/legacy:/usr/share/icons/Adwaita/16x16/apps:/usr/share/icons/hicolor/16x16/apps:/usr/share/pixmaps"
 
 #  Mailbox path (use $MAIL instead)
 # MailBoxPath=""

Reply via email to