Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package workrave for openSUSE:Factory 
checked in at 2021-04-17 00:02:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/workrave (Old)
 and      /work/SRC/openSUSE:Factory/.workrave.new.12324 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "workrave"

Sat Apr 17 00:02:10 2021 rev:7 rq:886007 version:1.10.44

Changes:
--------
--- /work/SRC/openSUSE:Factory/workrave/workrave.changes        2021-04-15 
16:58:41.914795940 +0200
+++ /work/SRC/openSUSE:Factory/.workrave.new.12324/workrave.changes     
2021-04-17 00:02:29.661663073 +0200
@@ -1,0 +2,5 @@
+Fri Apr 16 09:35:12 UTC 2021 - Timo Jyrinki <[email protected]>
+
+- Add support-gnome-40.patch to fix working with GNOME 40
+
+-------------------------------------------------------------------

New:
----
  support-gnome-40.patch

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

Other differences:
------------------
++++++ workrave.spec ++++++
--- /var/tmp/diff_new_pack.341WCG/_old  2021-04-17 00:02:30.189663908 +0200
+++ /var/tmp/diff_new_pack.341WCG/_new  2021-04-17 00:02:30.201663927 +0200
@@ -26,8 +26,10 @@
 URL:            http://www.workrave.org
 Source:         
https://github.com/rcaelers/workrave/archive/v%{upstream_version}.tar.gz
 Source2:        %{name}-rpmlintrc
-# PATCH-FIX-UPSTREAM fix-wayland-gnome-crash.patch boo#1184773
+# PATCH-FIX-UPSTREAM fix-wayland-gnome-crash.patch boo#1184773 -- based on 
https://github.com/rcaelers/workrave/commit/56af818cd3e148069134551aacc7b06043d8541a
 Patch0:         fix-wayland-gnome-crash.patch
+# PATCH-FIX-UPSTREAM support-gnome-40.patch boo#1184863
+Patch1:         
https://github.com/rcaelers/workrave/commit/f199d4c5df43612b7d513168a00f8094fe08218a.patch#/support-gnome-40.patch
 BuildRequires:  autoconf
 BuildRequires:  autoconf-archive
 BuildRequires:  automake
@@ -82,6 +84,7 @@
 %prep
 %setup -q -n %{name}-%{upstream_version}
 %patch0 -p1
+%patch1 -p1
 
 %build
 ./autogen.sh

++++++ support-gnome-40.patch ++++++
>From f199d4c5df43612b7d513168a00f8094fe08218a Mon Sep 17 00:00:00 2001
From: Rob Caelers <[email protected]>
Date: Tue, 6 Apr 2021 21:30:09 +0200
Subject: [PATCH] Support Gnome Shell 40 (#288)

---
 frontend/applets/gnome-shell/src/metadata.json.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/frontend/applets/gnome-shell/src/metadata.json.in 
b/frontend/applets/gnome-shell/src/metadata.json.in
index c10ca8212..1662021e2 100644
--- a/frontend/applets/gnome-shell/src/metadata.json.in
+++ b/frontend/applets/gnome-shell/src/metadata.json.in
@@ -23,6 +23,7 @@
                        "3.28",
                        "3.30",
                        "3.32",
+                       "40",
                        "@shell_current@" ],
  "localedir": "@LOCALEDIR@",
  "url": "@url@"

Reply via email to