Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package icewm-theme-branding for
openSUSE:Factory checked in at 2024-02-28 19:45:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/icewm-theme-branding (Old)
and /work/SRC/openSUSE:Factory/.icewm-theme-branding.new.1770 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "icewm-theme-branding"
Wed Feb 28 19:45:00 2024 rev:13 rq:1152082 version:1.2.5
Changes:
--------
---
/work/SRC/openSUSE:Factory/icewm-theme-branding/icewm-theme-branding.changes
2022-03-01 17:03:11.680327502 +0100
+++
/work/SRC/openSUSE:Factory/.icewm-theme-branding.new.1770/icewm-theme-branding.changes
2024-02-28 19:45:16.717796992 +0100
@@ -1,0 +2,15 @@
+Thu Feb 22 13:39:55 UTC 2024 - Dominique Leuenberger <[email protected]>
+
+- Use %autosetup macro. Allows to eliminate the usage of deprecated
+ %patchN
+
+-------------------------------------------------------------------
+Mon Feb 19 06:47:17 UTC 2024 - Yifan Jiang <[email protected]>
+
+- Add fix-web-browser-icon.patch:
+ The Adwaita theme does not provide much legacy apps icon now,
+ redirect icewm web-browser icon to the right place. See:
+ https://gitlab.gnome.org/GNOME/adwaita-icon-theme/-/issues/163
+ https://gitlab.gnome.org/GNOME/adwaita-icon-theme/-/merge_requests/34/
+
+-------------------------------------------------------------------
New:
----
fix-web-browser-icon.patch
BETA DEBUG BEGIN:
New:
- Add fix-web-browser-icon.patch:
The Adwaita theme does not provide much legacy apps icon now,
BETA DEBUG END:
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ icewm-theme-branding.spec ++++++
--- /var/tmp/diff_new_pack.8yD2Qd/_old 2024-02-28 19:45:18.441859226 +0100
+++ /var/tmp/diff_new_pack.8yD2Qd/_new 2024-02-28 19:45:18.445859370 +0100
@@ -1,7 +1,7 @@
#
# spec file for package icewm-theme-branding
#
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -51,6 +51,8 @@
Patch0: pass-env-var-to-systemd-user-session.patch
# PATCH-FIX-UPSTREAM fix-font-configuration.patch boo#1195328 bsc#1196336
[email protected] -- Fix font configuration after google-droid-fonts update
Patch1: fix-font-configuration.patch
+# PATCH-FIX-UPSTREAM fix-web-browser-icon.patch bsc#1220034 [email protected]
-- Fix the path of web browser icon
+Patch2: fix-web-browser-icon.patch
Requires: icewm
Conflicts: icewm < 1.3.11
Conflicts: otherproviders(icewm-configuration-files)
@@ -66,9 +68,7 @@
the system default theme,background etc.
%prep
-%setup -q -n %{_name}-%{_name}-%{version}
-%patch0 -p1
-%patch1 -p1
+%autosetup -p1 -n %{_name}-%{_name}-%{version}
%build
%if 0%{?build_openSUSE}
++++++ fix-web-browser-icon.patch ++++++
>From e201ec60a7fdfa0784a32b9d952ec549636b2ae1 Mon Sep 17 00:00:00 2001
From: Yifan J <[email protected]>
Date: Mon, 19 Feb 2024 11:02:51 +0800
Subject: [PATCH] Update web browser icon.
The Adwaita theme does not provide much legacy apps icon now, redirect
icewm web-browser icon to the right place. See:
https://gitlab.gnome.org/GNOME/adwaita-icon-theme/-/issues/163
https://gitlab.gnome.org/GNOME/adwaita-icon-theme/-/merge_requests/34/
---
preferences | 2 +-
toolbar | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/preferences b/preferences
index 55c2ab2..62eee3d 100644
--- a/preferences
+++ b/preferences
@@ -539,7 +539,7 @@ MenuMouseTracking=1 # 0/1
# NetWorkAreaBehaviour=0 # [0-2]
# Icon search path (colon separated)
-IconPath="/usr/share/icons/Adwaita/16x16/legacy:/usr/share/icons/Adwaita/16x16/apps:/usr/share/icons/hicolor/16x16/apps:/usr/share/pixmaps"
+IconPath="/usr/share/icons/Adwaita/symbolic/legacy:/usr/share/icons/hicolor/16x16/apps:/usr/share/pixmaps"
# Mailbox path (use $MAIL instead)
# MailBoxPath=""
diff --git a/toolbar b/toolbar
index 8872d8b..d51319c 100644
--- a/toolbar
+++ b/toolbar
@@ -5,5 +5,5 @@
# (re)install icewm.
#
prog xterm xterm xterm
-prog "Web browser" web-browser xdg-open about:blank
+prog "Web browser" web-browser-symbolic xdg-open about:blank
--
2.43.0