Accepting request 940293 from GNOME:Next

- Update to version 41.2:
  + Fix wrongly rejected D-Bus calls after gnome-shell restarts.
  + magnifier: Avoid offscreen rendering if possible.
  + Improve handling of all-day/zero-length events in calendar.
  + Keep keyboard focus in notification list after deleting
    message.
  + Misc. bug fixes and cleanups.
  + Updated translations.
- Switch to git checkout of released tag via source service.

OBS-URL: https://build.opensuse.org/request/show/940293
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-shell?expand=0&rev=491
This commit is contained in:
Bjørn Lie 2021-12-13 16:39:03 +00:00 committed by Git OBS Bridge
parent 54a433732c
commit 8fb8e5ffbc
7 changed files with 50 additions and 5 deletions

20
_service Normal file
View File

@ -0,0 +1,20 @@
<?xml version="1.0"?>
<services>
<service name="obs_scm" mode="disabled">
<param name="scm">git</param>
<param name="url">https://gitlab.gnome.org/GNOME/gnome-shell.git</param>
<param name="revision">refs/tags/41.2</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="tar" mode="buildtime"/>
<service name="recompress" mode="buildtime">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
<service name="set_version" mode="disabled" />
</services>

4
_servicedata Normal file
View File

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

View File

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

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

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

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Mon Dec 13 16:07:50 UTC 2021 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 41.2:
+ Fix wrongly rejected D-Bus calls after gnome-shell restarts.
+ magnifier: Avoid offscreen rendering if possible.
+ Improve handling of all-day/zero-length events in calendar.
+ Keep keyboard focus in notification list after deleting
message.
+ Misc. bug fixes and cleanups.
+ Updated translations.
- Switch to git checkout of released tag via source service.
-------------------------------------------------------------------
Fri Nov 26 11:10:25 UTC 2021 - Callum Farmer <gmbr3@opensuse.org>

5
gnome-shell.obsinfo Normal file
View File

@ -0,0 +1,5 @@
name: gnome-shell
version: 41.2
mtime: 1639232683
commit: 618965fcd4a16255235dc6e27a88fe29118afd22

View File

@ -19,14 +19,17 @@
%global __requires_exclude typelib\\(Meta\\)
Name: gnome-shell
Version: 41.1
Version: 41.2
Release: 0
Summary: GNOME Shell
# shew extension is LGPL 2.1; gnome-shell-extension-tool is GPL-3.0-or-later
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: https://download.gnome.org/sources/gnome-shell/41/%{name}-%{version}.tar.xz
# 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
# 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
# SOURCE-FEATURE-OPENSUSE noise-texture boo#1176418 qkzhu@suse.com -- Add noise-texture as the default greeter background, used by patch4.