Accepting request 987349 from GNOME:Factory

Scripted push from GNOME:Next (forwarded request 987174 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/987349
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-shell?expand=0&rev=224
This commit is contained in:
Dominique Leuenberger 2022-07-09 14:59:17 +00:00 committed by Git OBS Bridge
commit 12b6a40e6b
6 changed files with 32 additions and 8 deletions

View File

@ -3,7 +3,7 @@
<service name="obs_scm" mode="disabled"> <service name="obs_scm" mode="disabled">
<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">refs/tags/42.2</param> <param name="revision">refs/tags/42.3.1</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>

View File

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

View File

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

View File

@ -1,3 +1,27 @@
-------------------------------------------------------------------
Wed Jul 6 12:11:54 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org>
- Update to version 42.3.1:
+ Fix regression in ibus support.
+ Make sure screenshot UI opens above dialogs.
+ Misc. bug fixes and cleanups.
- Changes from version 42.3:
+ Fix feedback when turning on a11y features by keyboard.
+ Fix OSD colors with light stylesheet.
+ Only close messages via delete key if they can be closed.
+ Fix screenshots when XDG directories are disabled.
+ Do not create systemd scope for D-Bus activated apps.
+ Improve high-contrast stylesheet.
+ Hide overview after 'Show Details' from app context menu.
+ Fix stylesheet papercuts.
+ Respect IM hint for candidates list in on-screen keyboard.
+ Fix edge case where windows stay dimmed after a modal is
closed.
+ Improve Belgian on-screen keyboard layout.
+ Fix fallback ibus-daemon launching.
+ Misc. bug fixes.
+ Updated translations.
------------------------------------------------------------------- -------------------------------------------------------------------
Mon May 30 11:37:42 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org> Mon May 30 11:37:42 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org>

View File

@ -1,4 +1,4 @@
name: gnome-shell name: gnome-shell
version: 42.2 version: 42.3.1
mtime: 1653738933 mtime: 1656951950
commit: c6a0f4ae7f05511db2a91174885041fb793f2422 commit: ed602bdc0f28f1547a2c39d1d7889aa25ea1677a

View File

@ -19,7 +19,7 @@
%global __requires_exclude typelib\\(Meta\\) %global __requires_exclude typelib\\(Meta\\)
Name: gnome-shell Name: gnome-shell
Version: 42.2 Version: 42.3.1
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