diff mbox series

[meta-gnome,PATCHv2,1/2] gnome-shell: update 48.0 -> 48.3

Message ID 20250722174726.14459-1-f_l_k@t-online.de
State Under Review
Headers show
Series [meta-gnome,PATCHv2,1/2] gnome-shell: update 48.0 -> 48.3 | expand

Commit Message

Markus Volk July 22, 2025, 5:47 p.m. UTC
48.3
====
* Check all modifiers for modifier-scroll [Florian; !3725]
* Fix visibility of emoji key in on-screen-keyboard [Carlos; !3733]
* Add missing accessibility labels in various components
  [Florian, Sergio; !3736, !3765, !3769, !3773, !3179]
* Allow users to correct keyring password after failure [Alynx; !3757]
* Misc. bug fixes and cleanups [fossdd, Jordan, Florian, Joan, Mike, Daniel;
  !3728, !3735, !3740, !3739, !3745, !3749, !3753, !3748, !3777, !3756]

Contributors:
  Sergio Costas Rodriguez, Mike FABIAN, fossdd, Carlos Garnacho,
  Florian Müllner, Jordan Petridis, Joan Torres López, Daniel van Vugt,
  Alynx Zhou

Translators:
  Fabio Tomat [fur], Takayuki Kusano [ja]

48.2
====
* Only enable surrounding-text IM capability when needed [Takao; !3666]
* Fix launching command from terminal in run dialog [Balló; !3683]
* Ignore offset changes caused by suspend for screen time [Sebastian; !3707]
* Fix app folders sometimes not closing after outside clicks [Damien; !3713]
* Fixed crash [Florian; !3721]
* Misc. bug fixes and cleanups [Philipp, Alynx; !3716, !3711]

Contributors:
  Takao Fujiwara, Balló György, Sebastian Keller, Philipp Kiemle,
  Florian Müllner, Damien Tournoud, Alynx Zhou

Translators:
  Antonio Marin [ro]

48.1
====
* Fix glitch in sliders when close to maximum [Sebastian; !3648]
* Fix detecting suspend/resume for time tracking [Sebastian; !3679]
* Fix wrongly sized images with fractional scaling [Jonas; !3680]
* Fix frozen cursor when using magnifier in push mode [Jerome; !3688]
* Fix session button on login screen after wrong password [Florian; !3638]
* Misc. bug fixes and cleanups [Florian, Philip, Balló, Andy; !3673,
  !3675, !3685, !3676, !3689, !3687, !3641, !3694, !3684, !3672]

Contributors:
  Jerome Brenier, Jonas Dreßler, Balló György, Andy Holmes, Sebastian Keller,
  Florian Müllner, Vasil Pupkin, Baxrom Raxmatov, Philip Withnall

Translators:
  Vasil Pupkin [be@latin], Daniel Mustieles [es], Antonio Marin [ro],
  Danial Behzadi [fa], Jose Riha [sk], Cheng-Chia Tseng [zh_TW],
  Danial Behzadi [fa], Jose Riha [sk], Cheng-Chia Tseng [zh_TW],
Signed-off-by: Markus Volk <f_l_k@t-online.de>
---
 .../gnome-shell/{gnome-shell_48.0.bb => gnome-shell_48.3.bb}    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-gnome/recipes-gnome/gnome-shell/{gnome-shell_48.0.bb => gnome-shell_48.3.bb} (95%)
diff mbox series

Patch

diff --git a/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_48.0.bb b/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_48.3.bb
similarity index 95%
rename from meta-gnome/recipes-gnome/gnome-shell/gnome-shell_48.0.bb
rename to meta-gnome/recipes-gnome/gnome-shell/gnome-shell_48.3.bb
index 1a0f89b6fc..33ba5eaa39 100644
--- a/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_48.0.bb
+++ b/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_48.3.bb
@@ -33,7 +33,7 @@  GIR_MESON_OPTION = ""
 # gobject-introspection is mandatory and cannot be configured
 REQUIRED_DISTRO_FEATURES += "gobject-introspection-data"
 
-SRC_URI[archive.sha256sum] = "36aac2edcdc7588aaadb658cd4687df262b37ba0b667102dcbefbff0c2232bc3"
+SRC_URI[archive.sha256sum] = "fb0203fc748593f14e51732618e1f042525fd719764a0fdb0ee3f6fe413a9b2b"
 
 PACKAGECONFIG ??= "bluetooth nm ${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}"
 PACKAGECONFIG[bluetooth] = ",,gnome-bluetooth"