Accepting request 1184261 from GNOME:Factory

- Update to version 46.3.1:
  + Fix including gvc source in tarball
- Changes from version 46.3:
  + Fix rendering artifacts of some rounded borders
  + Fix overview animation glitch when windows overlap workspaces
  + Misc. bug fixes and cleanups
  + Updated translations.
- Add gvc (libgnome-volume-control) submodule to _service file and
  inject subproject into the source directory. This is not tracked
  as git submodules, so the regular 'git submodule' service
  parameter is ineffective here.

  + Misc. bug fixes and cleanups (bsc#1215485 CVE-2023-43090). (forwarded request 1184215 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/1184261
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-shell?expand=0&rev=256
This commit is contained in:
Ana Guerrero 2024-07-02 16:16:07 +00:00 committed by Git OBS Bridge
commit 8de1b4fadc
8 changed files with 47 additions and 13 deletions

View File

@ -3,17 +3,25 @@
<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">46.2</param>
<param name="revision">46.3.1</param>
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
<param name="versionrewrite-pattern">(.*)\+0</param>
<param name="versionrewrite-replacement">\1</param>
<!-- <param name="changesgenerate">enable</param> -->
</service>
<service name="obs_scm" mode="manual">
<param name="scm">git</param>
<param name="url">https://gitlab.gnome.org/GNOME/libgnome-volume-control.git</param>
<param name="revision">5f9768a2eac29c1ed56f1fbb449a77a3523683b6</param>
<param name="versionformat">0.gitmodule</param>
</service>
<service name="tar" mode="buildtime"/>
<service name="recompress" mode="buildtime">
<param name="file">*.tar</param>
<param name="compression">zst</param>
</service>
<service name="set_version" mode="manual" />
<service name="set_version" mode="manual">
<param name="basename">gnome-shell</param>
</service>
</services>

View File

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

View File

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

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Sun Jun 30 09:45:26 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 46.3.1:
+ Fix including gvc source in tarball
- Changes from version 46.3:
+ Fix rendering artifacts of some rounded borders
+ Fix overview animation glitch when windows overlap workspaces
+ Misc. bug fixes and cleanups
+ Updated translations.
- Add gvc (libgnome-volume-control) submodule to _service file and
inject subproject into the source directory. This is not tracked
as git submodules, so the regular 'git submodule' service
parameter is ineffective here.
-------------------------------------------------------------------
Mon May 27 07:11:02 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
@ -249,7 +264,7 @@ Sat Sep 16 22:16:51 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
+ 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 (CVE-2023-43090).
+ Misc. bug fixes and cleanups (bsc#1215485 CVE-2023-43090).
+ Updated translations.
- Change compression of tarball in service and spec to zst from xz.

View File

@ -1,4 +1,4 @@
name: gnome-shell
version: 46.2
mtime: 1716649073
commit: 568152c22247efbb66cd13c15a638bf2d36bfadb
version: 46.3.1
mtime: 1719700490
commit: 52fd93196c1c61b34a571c9d7940fda22576e1c1

View File

@ -21,7 +21,7 @@
%define mutter_req 46.0
Name: gnome-shell
Version: 46.2
Version: 46.3.1
Release: 0
Summary: GNOME Shell
# shew extension is LGPL 2.1; gnome-shell-extension-tool is GPL-3.0-or-later
@ -29,11 +29,11 @@ License: GPL-2.0-or-later AND LGPL-2.1-or-later AND GPL-3.0-or-later
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.zst
Source1: libgnome-volume-control-0.gitmodule.tar.zst
# SOURCE-FEATURE-OPENSUSE noise-texture boo#1176418 qkzhu@suse.com -- Add noise-texture as the default greeter background, used by patch4.
Source1: noise-texture.png
Source100: noise-texture.png
# PATCH-FIX-UPSTREAM gnome-shell-private-connection.patch bnc#751211 bgo#646187 dimstar@opensuse.org -- create private connections if the user is not authorized
Patch1: gnome-shell-private-connection.patch
@ -186,6 +186,10 @@ This package contains an optional extensions app for managing GNOME Shell extens
%prep
%autosetup -N
pushd subprojects
tar xf %{SOURCE1}
mv libgnome-volume-control-0.gitmodule gvc
popd
%patch -P 1 -p1
%patch -P 7 -p1
%patch -P 8 -p1
@ -207,7 +211,7 @@ This package contains an optional extensions app for managing GNOME Shell extens
%patch -P 1013 -p1
%endif
cp %{SOURCE1} data/theme/
cp %{SOURCE100} data/theme/
%build
%meson \

View File

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

View File

@ -0,0 +1,4 @@
name: libgnome-volume-control
version: 0.gitmodule
mtime: 1715698836
commit: 5f9768a2eac29c1ed56f1fbb449a77a3523683b6