Accepting request 1111679 from GNOME:Next

New stable release

OBS-URL: https://build.opensuse.org/request/show/1111679
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-shell?expand=0&rev=541
This commit is contained in:
Bjørn Lie 2023-09-18 06:37:11 +00:00 committed by Git OBS Bridge
parent 49019ae99f
commit ecbad09025
6 changed files with 24 additions and 10 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.rc</param>
<param name="revision">refs/tags/45.0</param>
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
<param name="versionrewrite-pattern">(.*)\+0</param>
<param name="versionrewrite-replacement">\1</param>
@ -12,7 +12,7 @@
<service name="tar" mode="buildtime"/>
<service name="recompress" mode="buildtime">
<param name="file">*.tar</param>
<param name="compression">xz</param>
<param name="compression">zst</param>
</service>
<service name="set_version" mode="manual" />
</services>

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

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

View File

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

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Sat Sep 16 22:16:51 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 45.0:
+ Fix exposing window previews on lock screen via keyboard
shortcuts
+ Improve handling of latched vs. locked modes in OSK
+ Fix regression in workspace state tracking
+ Update extensions immediately on startup after major upgrades
+ Reverse slider direction in RTL locales
+ Misc. bug fixes and cleanups
+ Updated translations.
- Change compression of tarball in service and spec to zst from xz.
-------------------------------------------------------------------
Wed Sep 6 19:26:54 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>

View File

@ -1,4 +1,4 @@
name: gnome-shell
version: 45.rc
mtime: 1694001322
commit: f83dae197f16cc35977cbc6d082175d260fbc77d
version: 45.0
mtime: 1694888878
commit: 2127c62b210f605747e019e6e2abee82516e3ccb

View File

@ -21,7 +21,7 @@
%define mutter_req 45.beta
Name: gnome-shell
Version: 45.rc
Version: 45.0
Release: 0
Summary: GNOME Shell
# shew extension is LGPL 2.1; gnome-shell-extension-tool is GPL-3.0-or-later
@ -30,7 +30,7 @@ Group: System/GUI/GNOME
URL: https://wiki.gnome.org/Projects/GnomeShell
# Source url disabled as we are using a git checkout via source service
#Source0: https://download.gnome.org/sources/gnome-shell/41/%%{name}-%%{version}.tar.xz
Source0: %{name}-%{version}.tar.xz
Source0: %{name}-%{version}.tar.zst
# SOURCE-FEATURE-SLE aboutMenu fate#314545 dliang@suse.com -- Add an applet on login UI to display suse icon, product name, hostname.
Source1: aboutMenu.js