Accepting request 945642 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/945642 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-shell?expand=0&rev=215
This commit is contained in:
commit
59738feec2
2
_service
2
_service
@ -3,7 +3,7 @@
|
||||
<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="revision">refs/tags/41.3</param>
|
||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||
<param name="versionrewrite-pattern">(.*)\+0</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
|
@ -1,4 +0,0 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://gitlab.gnome.org/GNOME/gnome-shell.git</param>
|
||||
<param name="changesrevision">b371faddb4c466a651a292006923eefe6fdb187e</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:171f33d9c78a0c763261f730cd5363d258c938de759696d4ba7d69c62a95e4f9
|
||||
size 15131661
|
3
gnome-shell-41.3.obscpio
Normal file
3
gnome-shell-41.3.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:36b6e6225e8d5829d008f3dfbb67c4331192ab7eafa40e04e9886d3a470f565a
|
||||
size 15131661
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 11 17:49:14 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 41.3:
|
||||
+ Improve window tracking
|
||||
+ Simplify scroll fade shader to work with old hardware
|
||||
+ Tweak (un)minimize animations
|
||||
+ Don't wake up screen in DND mode
|
||||
+ Fix immediately withdrawn notifications getting stuck
|
||||
+ Honor XDG SingleMainWindow key in .desktop files
|
||||
+ Fixed crashes
|
||||
+ Misc. bug fixes and cleanups
|
||||
+ Updated translations.
|
||||
- Modernize our Supplements in gnome-shell-calendar sub-package.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 17 04:09:17 UTC 2021 - QK ZHU <qkzhu@suse.com>
|
||||
|
||||
|
@ -1,5 +1,4 @@
|
||||
name: gnome-shell
|
||||
version: 41.2
|
||||
mtime: 1639232683
|
||||
commit: 618965fcd4a16255235dc6e27a88fe29118afd22
|
||||
|
||||
version: 41.3
|
||||
mtime: 1641765918
|
||||
commit: 0599ffd06e1795f2c1c1bb18fe3d495c7206a3b7
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package gnome-shell
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -19,7 +19,7 @@
|
||||
%global __requires_exclude typelib\\(Meta\\)
|
||||
|
||||
Name: gnome-shell
|
||||
Version: 41.2
|
||||
Version: 41.3
|
||||
Release: 0
|
||||
Summary: GNOME Shell
|
||||
# shew extension is LGPL 2.1; gnome-shell-extension-tool is GPL-3.0-or-later
|
||||
@ -160,7 +160,7 @@ Group: System/GUI/GNOME
|
||||
Requires: %{name} = %{version}
|
||||
# The clock / calendar applet in the panel requires e-d-s (bnc#795793).
|
||||
Requires: evolution-data-server
|
||||
Supplements: packageand(%{name}:evolution-data-server)
|
||||
Supplements: (%{name} and evolution-data-server)
|
||||
|
||||
%description calendar
|
||||
This package adds support for Evolution Calendar, such as appointments
|
||||
|
Loading…
Reference in New Issue
Block a user