Accepting request 1109059 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/1109059 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mutter?expand=0&rev=210
This commit is contained in:
commit
a4a04b2b0b
2
_service
2
_service
@ -3,7 +3,7 @@
|
|||||||
<service name="obs_scm" mode="manual">
|
<service name="obs_scm" mode="manual">
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="url">https://gitlab.gnome.org/GNOME/mutter.git</param>
|
<param name="url">https://gitlab.gnome.org/GNOME/mutter.git</param>
|
||||||
<param name="revision">refs/tags/44.3</param>
|
<param name="revision">refs/tags/44.4</param>
|
||||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||||
<param name="versionrewrite-pattern">(.*)\+0</param>
|
<param name="versionrewrite-pattern">(.*)\+0</param>
|
||||||
<param name="versionrewrite-replacement">\1</param>
|
<param name="versionrewrite-replacement">\1</param>
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:5a158b05c5c0fa26ce79c9a23297f834d2aa0892dbe06fbd4bd397ea6292c0c0
|
|
||||||
size 25998349
|
|
3
mutter-44.4.obscpio
Normal file
3
mutter-44.4.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:46c4a949a9e4e8d409375b03d1d4ef588b14ed0a3c054fb9caa2b256d5e8a5d4
|
||||||
|
size 26010637
|
@ -1,3 +1,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 4 14:28:19 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 44.4:
|
||||||
|
+ Fix xwayland-allow-byte-swapped-clients setting.
|
||||||
|
+ Fix restoring focus when leaving the overview.
|
||||||
|
+ Fix touch move operations on subsurfaces.
|
||||||
|
+ Fix flickering when DRI driver isn't available.
|
||||||
|
+ Fix unexpected cursor changes over non-resizable windows.
|
||||||
|
+ Fix restoring maximized state of SSD windows.
|
||||||
|
+ Fix window focus unexpectedly moving to secondary monitor when
|
||||||
|
changing workspaces.
|
||||||
|
+ Fixed crash.
|
||||||
|
+ Misc. bug fixes and cleanups.
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Aug 29 09:50:53 UTC 2023 - Alynx Zhou <alynx.zhou@suse.com>
|
Tue Aug 29 09:50:53 UTC 2023 - Alynx Zhou <alynx.zhou@suse.com>
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
name: mutter
|
name: mutter
|
||||||
version: 44.3
|
version: 44.4
|
||||||
mtime: 1688640124
|
mtime: 1692789368
|
||||||
commit: 99d83f2985483bc192e1271665c442c7c480a588
|
commit: f1fc9e176200cd14f1b5bba4359ee54a0587f586
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
%define api_minor 0
|
%define api_minor 0
|
||||||
%define libmutter libmutter-%{api_major}-%{api_minor}
|
%define libmutter libmutter-%{api_major}-%{api_minor}
|
||||||
Name: mutter
|
Name: mutter
|
||||||
Version: 44.3
|
Version: 44.4
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Window and compositing manager based on Clutter
|
Summary: Window and compositing manager based on Clutter
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
|
Loading…
Reference in New Issue
Block a user