From 9abfc247d18947fb69b2eea70d5c3260bdfc201ab14d9d7fd06ae6c266dde34e Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Tue, 26 Nov 2019 09:26:26 +0000 Subject: [PATCH 1/2] Accepting request 750159 from GNOME:Next - Update gnome-shell-domain.patch to fix syntax errors. - Update to version 3.34.1+14: * windowManager: Replace left-over calls to _removeEffect() * Update Russian translation * windowManager: Complete interrupted size change effects * windowManager: Use Sets to track ongoing effects * ci: Fix checking out mutter on stable branches * theme: Adjust system-menu-action buttons * calendar-server: Uses wrong timezone for event times OBS-URL: https://build.opensuse.org/request/show/750159 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-shell?expand=0&rev=404 --- _servicedata | 2 +- gnome-shell-3.34.1+14.obscpio | 3 +++ gnome-shell-3.34.1+7.obscpio | 3 --- gnome-shell-domain.patch | 4 ++-- gnome-shell.changes | 17 +++++++++++++++++ gnome-shell.obsinfo | 6 +++--- gnome-shell.spec | 4 ++-- 7 files changed, 28 insertions(+), 11 deletions(-) create mode 100644 gnome-shell-3.34.1+14.obscpio delete mode 100644 gnome-shell-3.34.1+7.obscpio diff --git a/_servicedata b/_servicedata index 001f815..cdd3b97 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://gitlab.gnome.org/GNOME/gnome-shell.git - 750c5acd30ef724b2398bb9d9178a130b58e046b \ No newline at end of file + 7e8884a6010863c6d90ec9b72ba1fcb2ac1ecc7e \ No newline at end of file diff --git a/gnome-shell-3.34.1+14.obscpio b/gnome-shell-3.34.1+14.obscpio new file mode 100644 index 0000000..2dfa51e --- /dev/null +++ b/gnome-shell-3.34.1+14.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fdadfb4244c87799c5fd5246095bf84855067c12eba00181354b3b0bab68176 +size 12425741 diff --git a/gnome-shell-3.34.1+7.obscpio b/gnome-shell-3.34.1+7.obscpio deleted file mode 100644 index c1520db..0000000 --- a/gnome-shell-3.34.1+7.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:490d9d1b2ffe2dd89432256edaf71857bb20e8fe4c44f3b07ac9c84fbdd89829 -size 12410381 diff --git a/gnome-shell-domain.patch b/gnome-shell-domain.patch index fbcfcb6..ff573a2 100644 --- a/gnome-shell-domain.patch +++ b/gnome-shell-domain.patch @@ -333,7 +333,7 @@ Index: gnome-shell-3.34.1+7/js/gdm/loginDialog.js + })); + this._updateCancelButton(); + this._showPrompt(); -+ }, ++ } + _startSession(serviceName) { this._bindOpacity(); @@ -345,7 +345,7 @@ Index: gnome-shell-3.34.1+7/js/gdm/loginDialog.js + _hideUserListAskForDomainUsernameAndBeginVerification() { + this._hideUserList(); + this._askForDomainUsernameAndBeginVerification(); -+ }, ++ } + _hideUserListAndBeginVerification() { this._hideUserList(); diff --git a/gnome-shell.changes b/gnome-shell.changes index 399aa55..8e6d72a 100644 --- a/gnome-shell.changes +++ b/gnome-shell.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Thu Nov 21 15:58:13 UTC 2019 - Frederic Crozat + +- Update gnome-shell-domain.patch to fix syntax errors. + +------------------------------------------------------------------- +Tue Nov 19 12:09:59 UTC 2019 - dimstar@opensuse.org + +- Update to version 3.34.1+14: + * windowManager: Replace left-over calls to _removeEffect() + * Update Russian translation + * windowManager: Complete interrupted size change effects + * windowManager: Use Sets to track ongoing effects + * ci: Fix checking out mutter on stable branches + * theme: Adjust system-menu-action buttons + * calendar-server: Uses wrong timezone for event times + ------------------------------------------------------------------- Fri Nov 1 08:03:00 UTC 2019 - Alynx Zhou diff --git a/gnome-shell.obsinfo b/gnome-shell.obsinfo index d207c41..20d4a7e 100644 --- a/gnome-shell.obsinfo +++ b/gnome-shell.obsinfo @@ -1,5 +1,5 @@ name: gnome-shell -version: 3.34.1+7 -mtime: 1571958488 -commit: 750c5acd30ef724b2398bb9d9178a130b58e046b +version: 3.34.1+14 +mtime: 1573508398 +commit: 7e8884a6010863c6d90ec9b72ba1fcb2ac1ecc7e diff --git a/gnome-shell.spec b/gnome-shell.spec index 3dbb6fb..6118e10 100644 --- a/gnome-shell.spec +++ b/gnome-shell.spec @@ -19,7 +19,7 @@ %global __requires_exclude typelib\\(Meta\\) Name: gnome-shell -Version: 3.34.1+7 +Version: 3.34.1+14 Release: 0 Summary: GNOME Shell License: GPL-2.0-or-later @@ -95,7 +95,7 @@ BuildRequires: pkgconfig(json-glib-1.0) >= 0.13.2 BuildRequires: pkgconfig(libcanberra) BuildRequires: pkgconfig(libcanberra-gtk3) BuildRequires: pkgconfig(libcroco-0.6) >= 0.6.8 -BuildRequires: pkgconfig(libecal-2.0) >= 3.5.3 +BuildRequires: pkgconfig(libecal-2.0) >= 3.33.1 BuildRequires: pkgconfig(libedataserver-1.2) >= 3.17.2 BuildRequires: pkgconfig(libgnome-menu-3.0) >= 3.5.3 BuildRequires: pkgconfig(libmutter-5) >= 3.33.92 From d250fd9e4e9f0647aaad60f59c82dc48273172bb4abb5cd189ff317b3b699014 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Wed, 27 Nov 2019 14:35:00 +0000 Subject: [PATCH 2/2] Accepting request 751049 from GNOME:Next screen (bsc#1124493, glgo#GNOME/gnome-shell#851, CVE-2019-3820). OBS-URL: https://build.opensuse.org/request/show/751049 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-shell?expand=0&rev=405 --- gnome-shell.changes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnome-shell.changes b/gnome-shell.changes index 8e6d72a..199234d 100644 --- a/gnome-shell.changes +++ b/gnome-shell.changes @@ -442,7 +442,7 @@ Thu Feb 21 12:00:59 UTC 2019 - bjorn.lie@gmail.com + Remove top bar translucency. + Support emojis and keypads in on-screen keyboard. + Don't allow popups to re-enable keyboard shortcuts on lock - screen (CVE-2019-3820). + screen (bsc#1124493, glgo#GNOME/gnome-shell#851, CVE-2019-3820). + Replace app menu. + Include commonly copied+pasted extension helpers. + Misc. bug fixes and cleanups: glgo#GNOME/gnome-shell#780,