Compare commits

3 Commits
1.1 ... main

7 changed files with 63 additions and 22 deletions

View File

@@ -3,7 +3,7 @@
<service name="obs_scm" mode="manual">
<param name="scm">git</param>
<param name="url">https://gitlab.gnome.org/GNOME/gnome-shell.git</param>
<param name="revision">48.0</param>
<param name="revision">48.3</param>
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
<param name="versionrewrite-pattern">(.*)\+0</param>
<param name="versionrewrite-replacement">\1</param>

BIN
gnome-shell-48.0.obscpio (Stored with Git LFS)

Binary file not shown.

BIN
gnome-shell-48.3.obscpio (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,11 +0,0 @@
Index: gnome-shell-48.rc/data/org.gnome.Shell-disable-extensions.service
===================================================================
--- gnome-shell-48.rc.orig/data/org.gnome.Shell-disable-extensions.service
+++ gnome-shell-48.rc/data/org.gnome.Shell-disable-extensions.service
@@ -11,5 +11,5 @@ ConditionPathExists=%t/gnome-shell-disab
[Service]
Type=simple
# Disable extensions
-ExecStart=gsettings set org.gnome.shell disable-user-extensions true
+ExecStart=@bindir@/gsettings set org.gnome.shell disable-user-extensions true
Restart=no

View File

@@ -1,3 +1,57 @@
-------------------------------------------------------------------
Sun Jun 29 17:27:46 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 48.3:
+ Check all modifiers for modifier-scroll
+ Fix visibility of emoji key in on-screen-keyboard
+ Add missing accessibility labels in various components
+ Allow users to correct keyring password after failure
+ Misc. bug fixes and cleanups
+ Updated translations.
-------------------------------------------------------------------
Mon May 26 14:25:28 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 48.2:
+ Only enable surrounding-text IM capability when needed
+ Fix launching command from terminal in run dialog
+ Ignore offset changes caused by suspend for screen time
+ Fix app folders sometimes not closing after outside clicks
+ Fixed crash
+ Misc. bug fixes and cleanups
+ Updated translations.
-------------------------------------------------------------------
Thu Apr 24 08:58:07 UTC 2025 - Alynx Zhou <alynx.zhou@suse.com>
- Drop gnome-shell-executable-path-not-absolute.patch: The original
patch did not work as expected, and assuming gsettings is in the
bin dir of gnome-shell is not correct, so keep relative path
(bsc#1241666).
-------------------------------------------------------------------
Mon Apr 14 05:36:07 UTC 2025 - Dominique Leuenberger <dimstar@opensuse.org>
- Update to version 48.1:
+ Fix glitch in sliders when close to maximum.
+ Fix detecting suspend/resume for time tracking.
+ Fix wrongly sized images with fractional scaling.
+ Fix frozen cursor when using magnifier in push mode.
+ Fix session button on login screen after wrong password.
+ Misc. bug fixes and cleanups.
+ Updated translations.
-------------------------------------------------------------------
Thu Mar 20 15:47:47 UTC 2025 - bjorn.lie@gmail.com
- Update to version 48.0+6:
* slider: Align handle size with with pixel grid
* slider: Use correct handle size when calculating rightmost
position
* Revert "ci: Disable container building temporarily"
* Revert "ci: Disable sysext temporarily"
* Updated translations.
-------------------------------------------------------------------
Tue Mar 18 19:20:04 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>

View File

@@ -1,4 +1,4 @@
name: gnome-shell
version: 48.0
mtime: 1742135451
commit: a2ffd14a35d3e926dcc86c06ea6d04c57ed5c1a3
version: 48.3
mtime: 1751193341
commit: 2d5d3056e9dad839b137477c937d0dc05f3b3d16

View File

@@ -21,7 +21,7 @@
%define mutter_req 48.alpha
Name: gnome-shell
Version: 48.0
Version: 48.3
Release: 0
Summary: GNOME Shell
# shew extension is LGPL 2.1; gnome-shell-extension-tool is GPL-3.0-or-later
@@ -35,10 +35,8 @@ Source1: libgnome-volume-control-0.gitmodule.tar.zst
# SOURCE-FEATURE-OPENSUSE noise-texture boo#1176418 qkzhu@suse.com -- Add noise-texture as the default greeter background, used by patch4.
Source100: noise-texture.png
# PATCH-FIX-OPENSUSE gnome-shell-executable-path-not-absolute.patch bsc#1176051 xwang@suse.com -- Fix ExecStart is not absolute path
Patch1: gnome-shell-executable-path-not-absolute.patch
# PATCH-FIX-UPSTREAM gnome-shell-fix-cursor-on-hide-preedit.patch glgo#GNOME/gnome-shell!3318 alynx.zhou@suse.com -- Correctly reset cursor when hide preedit
Patch2: gnome-shell-fix-cursor-on-hide-preedit.patch
Patch1: gnome-shell-fix-cursor-on-hide-preedit.patch
## NOTE: Keep SLE-only patches at bottom (starting on 1000).
# PATCH-FEATURE-SLE gnome-shell-gdm-login-applet.patch fate#314545 dliang@suse.com -- Add an applet on login UI to display suse icon, product name, hostname.