Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package gnome-shell-extension-pop-shell for
openSUSE:Factory checked in at 2022-09-25 15:34:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnome-shell-extension-pop-shell (Old)
and /work/SRC/openSUSE:Factory/.gnome-shell-extension-pop-shell.new.2275
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gnome-shell-extension-pop-shell"
Sun Sep 25 15:34:55 2022 rev:6 rq:1005627 version:1.2.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/gnome-shell-extension-pop-shell/gnome-shell-extension-pop-shell.changes
2022-06-01 17:35:28.590798545 +0200
+++
/work/SRC/openSUSE:Factory/.gnome-shell-extension-pop-shell.new.2275/gnome-shell-extension-pop-shell.changes
2022-09-25 15:35:15.399616225 +0200
@@ -1,0 +2,5 @@
+Fri Sep 23 11:59:16 UTC 2022 - Robert Munteanu <[email protected]>
+
+- Add 4520e7813dcbca57ff19cba68085f5d8adf4785e.patch, allows GNOME 43
+
+-------------------------------------------------------------------
New:
----
4520e7813dcbca57ff19cba68085f5d8adf4785e.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gnome-shell-extension-pop-shell.spec ++++++
--- /var/tmp/diff_new_pack.pXvNqf/_old 2022-09-25 15:35:15.807617208 +0200
+++ /var/tmp/diff_new_pack.pXvNqf/_new 2022-09-25 15:35:15.811617217 +0200
@@ -29,6 +29,7 @@
Source:
https://github.com/pop-os/shell/archive/%{version}.tar.gz#/%{upstream_name}-%{version}.tar.gz
Source1: series
Patch0: 0143b0b5eb14291cbd9e0b8328eeec93c4871ba9.patch
+Patch1: 4520e7813dcbca57ff19cba68085f5d8adf4785e.patch
BuildRequires: gnome-shell >= 3.36
BuildRequires: gobject-introspection
BuildRequires: typescript >= 3.8
++++++ 4520e7813dcbca57ff19cba68085f5d8adf4785e.patch ++++++
>From 4520e7813dcbca57ff19cba68085f5d8adf4785e Mon Sep 17 00:00:00 2001
From: Carl George <[email protected]>
Date: Wed, 31 Aug 2022 18:00:24 -0500
Subject: [PATCH] fix: Allow installation on GNOME 43
I was able to set org.gnome.shell.disable-extension-version-validation
to true and install the extension on GNOME shell 43 beta. Everything
appears to work as expected.
---
metadata.json | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/metadata.json b/metadata.json
index c80f61d3..c92b3f21 100644
--- a/metadata.json
+++ b/metadata.json
@@ -8,6 +8,7 @@
"3.36",
"40",
"41",
- "42"
+ "42",
+ "43"
]
}
++++++ series ++++++
--- /var/tmp/diff_new_pack.pXvNqf/_old 2022-09-25 15:35:15.875617372 +0200
+++ /var/tmp/diff_new_pack.pXvNqf/_new 2022-09-25 15:35:15.879617382 +0200
@@ -1,2 +1,3 @@
0143b0b5eb14291cbd9e0b8328eeec93c4871ba9.patch
+4520e7813dcbca57ff19cba68085f5d8adf4785e.patch