Accepting request 1076013 from GNOME:Next

- Update to version 44.0+42:
  + appFavorite:
    - Add missing .desktop extension for simplescan
    - Rename simple-scan.desktop
  + style: Light variant fixes and accommodations
  + extensionDownloader: Check schemadir existence and type
  + status/network: Fix a11y names for VPN connection menu items
  + quickSettings: Fix icon-name construct property in menu toggles
  + screenshot: Fix broken GLib.Error.matches call
  + Updated translations.

  + status/network: Generalize code to hide subtitle
  + screenshot: Get cursor texture from window

OBS-URL: https://build.opensuse.org/request/show/1076013
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-shell?expand=0&rev=528
This commit is contained in:
Bjørn Lie 2023-03-31 12:02:59 +00:00 committed by Git OBS Bridge
parent 302969b2ff
commit 0e010f1c26
7 changed files with 25 additions and 11 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">9e19f27e</param>
<param name="revision">2844f6db</param>
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
<param name="versionrewrite-pattern">(.*)\+0</param>
<param name="versionrewrite-replacement">\1</param>

View File

@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://gitlab.gnome.org/GNOME/gnome-shell.git</param>
<param name="changesrevision">9e19f27e45d9311e622ba66f617e18c12097d099</param></service></servicedata>
<param name="changesrevision">2844f6db1762bcb6ed86ee7f5676a6ac882828b8</param></service></servicedata>

View File

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

View File

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

View File

@ -1,9 +1,23 @@
-------------------------------------------------------------------
Thu Mar 30 11:21:55 UTC 2023 - bjorn.lie@gmail.com
- Update to version 44.0+42:
+ appFavorite:
- Add missing .desktop extension for simplescan
- Rename simple-scan.desktop
+ style: Light variant fixes and accommodations
+ extensionDownloader: Check schemadir existence and type
+ status/network: Fix a11y names for VPN connection menu items
+ quickSettings: Fix icon-name construct property in menu toggles
+ screenshot: Fix broken GLib.Error.matches call
+ Updated translations.
-------------------------------------------------------------------
Wed Mar 22 13:33:02 UTC 2023 - bjorn.lie@gmail.com
- Update to version 44.0+28:
* status/network: Generalize code to hide subtitle
* screenshot: Get cursor texture from window
+ status/network: Generalize code to hide subtitle
+ screenshot: Get cursor texture from window
+ st/icon-theme: Disconnect from settings signals on disposal
+ workspacesView: Update visibility after updating workspaces
+ screenshot: Use meta_window_has_pointer () for pointer check

View File

@ -1,4 +1,4 @@
name: gnome-shell
version: 44.0+28
mtime: 1679431951
commit: 9e19f27e45d9311e622ba66f617e18c12097d099
version: 44.0+42
mtime: 1680126664
commit: 2844f6db1762bcb6ed86ee7f5676a6ac882828b8

View File

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