Sync from SUSE:SLFO:Main gnome-shell revision 331a952fbef1b7385d2cb33052f553ba
This commit is contained in:
parent
81fb3845cf
commit
ec4530b51c
4
_service
4
_service
@ -3,11 +3,11 @@
|
|||||||
<service name="obs_scm" mode="manual">
|
<service name="obs_scm" mode="manual">
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="url">https://gitlab.gnome.org/GNOME/gnome-shell.git</param>
|
<param name="url">https://gitlab.gnome.org/GNOME/gnome-shell.git</param>
|
||||||
<param name="revision">47.1</param>
|
<param name="revision">47.4</param>
|
||||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||||
<param name="versionrewrite-pattern">(.*)\+0</param>
|
<param name="versionrewrite-pattern">(.*)\+0</param>
|
||||||
<param name="versionrewrite-replacement">\1</param>
|
<param name="versionrewrite-replacement">\1</param>
|
||||||
<!-- <param name="changesgenerate">enable</param> -->
|
<param name="changesgenerate">disable</param>
|
||||||
</service>
|
</service>
|
||||||
<service name="obs_scm" mode="manual">
|
<service name="obs_scm" mode="manual">
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
|
BIN
gnome-shell-47.1.obscpio
(Stored with Git LFS)
BIN
gnome-shell-47.1.obscpio
(Stored with Git LFS)
Binary file not shown.
BIN
gnome-shell-47.4.obscpio
(Stored with Git LFS)
Normal file
BIN
gnome-shell-47.4.obscpio
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,42 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Feb 5 12:27:12 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 47.4:
|
||||||
|
+ Fix overlapping tiles in app grid on hover
|
||||||
|
+ Fix default user avatar with light style
|
||||||
|
+ Fixed crash
|
||||||
|
+ Misc. bug fixes and cleanups
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jan 13 12:50:32 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 47.3:
|
||||||
|
+ Fix Escape handling in run dialog
|
||||||
|
+ Fix custom text-scaling-factor getting reset
|
||||||
|
+ Tweak ibus candidate popover appearance
|
||||||
|
+ Misc. bug fixes and cleanups
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 25 19:59:34 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 47.2:
|
||||||
|
+ Fix graphical artifacts in partially-rounded buttons
|
||||||
|
+ Fix caret tracking in magnifier
|
||||||
|
+ Improve accessibility of keyboard backlight quick settings
|
||||||
|
toggle
|
||||||
|
+ Fix resetting non-caps shift key in on-screen keyboard
|
||||||
|
+ Misc. bug fixes and cleanups
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Nov 08 19:28:51 UTC 2024 - bjorn.lie@gmail.com
|
||||||
|
|
||||||
|
- Update to version 47.1+6:
|
||||||
|
+ st/theme-node-drawing: Don't skip square top left inset shadow
|
||||||
|
corners
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Oct 19 08:44:46 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
|
Sat Oct 19 08:44:46 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
name: gnome-shell
|
name: gnome-shell
|
||||||
version: 47.1
|
version: 47.4
|
||||||
mtime: 1729272127
|
mtime: 1738755842
|
||||||
commit: c35b83650eb8444dbcfd1bc929eb28afdb9f6ee2
|
commit: acde3efa5f16dd84ecb12ff91685e06189861469
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gnome-shell
|
# spec file for package gnome-shell
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -21,7 +21,7 @@
|
|||||||
%define mutter_req 46.0
|
%define mutter_req 46.0
|
||||||
|
|
||||||
Name: gnome-shell
|
Name: gnome-shell
|
||||||
Version: 47.1
|
Version: 47.4
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: GNOME Shell
|
Summary: GNOME Shell
|
||||||
# shew extension is LGPL 2.1; gnome-shell-extension-tool is GPL-3.0-or-later
|
# shew extension is LGPL 2.1; gnome-shell-extension-tool is GPL-3.0-or-later
|
||||||
|
Loading…
x
Reference in New Issue
Block a user