Dominique Leuenberger 2023-12-04 12:26:31 +00:00 committed by Git OBS Bridge
parent 5479b9d4be
commit 45c12b1b6e
6 changed files with 26 additions and 8 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">refs/tags/45.1</param>
<param name="revision">refs/tags/45.2</param>
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
<param name="versionrewrite-pattern">(.*)\+0</param>
<param name="versionrewrite-replacement">\1</param>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c19cf1275110fed6abbb14f0b7d34121589a667011ff7dd27fd0e298f90bbc8c
size 16601613

3
gnome-shell-45.2.obscpio Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2d294532d51e33504d9c9680d65dc91f550b558d1a0b6470b34752273ede2964
size 16609805

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Sat Dec 2 20:02:57 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 45.2:
+ Fix performance degradation due to repeated signal leak
+ Optimize application search
+ Fix on-screen keyboard backspace getting stuck
+ Fix arrow navigation in search results
+ Support async code in Eval() D-Bus method
+ Fix sliders not requesting any size
+ Only show prefs dialog after the extension has been loaded
+ Improve high-contrast styling
+ Fix mapping of tablet rings/strips
+ Add support for "version-name" field in extension metainfo
+ Fixed crashes
+ Misc. bug fixes and cleanups
+ Updated translations.
-------------------------------------------------------------------
Tue Nov 28 12:05:27 UTC 2023 - Dominique Leuenberger <dimstar@opensuse.org>

View File

@ -1,4 +1,4 @@
name: gnome-shell
version: 45.1
mtime: 1698794309
commit: a7c169c6c29cf02a4c392fa0acbbc5f5072823e7
version: 45.2
mtime: 1701459831
commit: 8bb752adf47efa1e225d1aa885ae71865cabce8a

View File

@ -21,7 +21,7 @@
%define mutter_req 45.beta
Name: gnome-shell
Version: 45.1
Version: 45.2
Release: 0
Summary: GNOME Shell
# shew extension is LGPL 2.1; gnome-shell-extension-tool is GPL-3.0-or-later