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 2021-08-27 21:44:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnome-shell-extension-pop-shell (Old)
and /work/SRC/openSUSE:Factory/.gnome-shell-extension-pop-shell.new.1899
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gnome-shell-extension-pop-shell"
Fri Aug 27 21:44:13 2021 rev:4 rq:914633 version:1.2.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/gnome-shell-extension-pop-shell/gnome-shell-extension-pop-shell.changes
2021-07-27 14:32:16.503471430 +0200
+++
/work/SRC/openSUSE:Factory/.gnome-shell-extension-pop-shell.new.1899/gnome-shell-extension-pop-shell.changes
2021-08-27 21:45:25.410077460 +0200
@@ -1,0 +2,6 @@
+Fri Aug 27 14:29:49 UTC 2021 - Marcus Rueckert <[email protected]>
+
+- update 0143b0b5eb14291cbd9e0b8328eeec93c4871ba9.patch:
+ also allow gnome 41
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ 0143b0b5eb14291cbd9e0b8328eeec93c4871ba9.patch ++++++
--- /var/tmp/diff_new_pack.0axbnB/_old 2021-08-27 21:45:25.958078114 +0200
+++ /var/tmp/diff_new_pack.0axbnB/_new 2021-08-27 21:45:25.962078118 +0200
@@ -4,24 +4,26 @@
feat: Add support for GNOME 40
-diff --git a/metadata.json b/metadata.json
-index 2d13be6..d877ff0 100644
---- a/metadata.json
-+++ b/metadata.json
-@@ -5,6 +5,7 @@
+Index: shell-1.2.0/metadata.json
+===================================================================
+--- shell-1.2.0.orig/metadata.json
++++ shell-1.2.0/metadata.json
+@@ -5,6 +5,8 @@
"uuid": "[email protected]",
"settings-schema": "org.gnome.shell.extensions.pop-shell",
"shell-version": [
- "3.36"
+ "3.36",
-+ "40"
++ "40",
++ "41"
]
- }
+-}
\ No newline at end of file
-diff --git a/src/mod.d.ts b/src/mod.d.ts
-index 4e2b67e..96fae99 100644
---- a/src/mod.d.ts
-+++ b/src/mod.d.ts
++}
+Index: shell-1.2.0/src/mod.d.ts
+===================================================================
+--- shell-1.2.0.orig/src/mod.d.ts
++++ shell-1.2.0/src/mod.d.ts
@@ -82,8 +82,8 @@ declare namespace Gtk {
export class Widget {
@@ -33,11 +35,11 @@
}
}
-diff --git a/src/prefs.ts b/src/prefs.ts
-index 15d0b4a..c4793de 100644
---- a/src/prefs.ts
-+++ b/src/prefs.ts
-@@ -70,7 +70,6 @@ function settings_dialog_view(): [AppWidgets, Gtk.Container]
{
+Index: shell-1.2.0/src/prefs.ts
+===================================================================
+--- shell-1.2.0.orig/src/prefs.ts
++++ shell-1.2.0/src/prefs.ts
+@@ -70,7 +70,6 @@ function settings_dialog_view(): [AppWid
let grid = new Gtk.Grid({
column_spacing: 12,
row_spacing: 12,
@@ -45,7 +47,7 @@
});
let win_label = new Gtk.Label({
-@@ -182,6 +181,10 @@ function logging_combo(grid: any, top_index: number) {
+@@ -182,6 +181,10 @@ function logging_combo(grid: any, top_in
// @ts-ignore
function buildPrefsWidget() {
let dialog = settings_dialog_new();