Accepting request 1237899 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/1237899 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mutter?expand=0&rev=243
This commit is contained in:
commit
caa96517de
2
_service
2
_service
@ -3,7 +3,7 @@
|
||||
<service name="obs_scm" mode="manual">
|
||||
<param name="scm">git</param>
|
||||
<param name="url">https://gitlab.gnome.org/GNOME/mutter.git</param>
|
||||
<param name="revision">47.3</param>
|
||||
<param name="revision">47.4</param>
|
||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||
<param name="versionrewrite-pattern">(.*)\+0</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4ead7c02425db1d9936b3886923d8e56fb354e97612d03f2f3150015c19145ae
|
||||
size 30768653
|
3
mutter-47.4.obscpio
Normal file
3
mutter-47.4.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d0e2a7dcfaac3b225c456ab3cbff19c3850b39005a3577a6e5926488136ce96e
|
||||
size 31219725
|
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 13 12:47:11 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 47.4:
|
||||
+ Use BT709 coefficients and limited range for YUV conversion by
|
||||
defaults
|
||||
+ Also request high priority secondary EGL context
|
||||
+ Fix Xwayland DND coordinates when using fractional scaling
|
||||
+ Fix applying initial _NET_WM_WINDOW_OPACITY on Xwayland
|
||||
+ Implement wp_viewport support for cursor surfaces
|
||||
+ Improve input → output latency of cursor movements
|
||||
+ Improve frame rate on monitors attached to secondary GPUs in
|
||||
copy mode
|
||||
+ Send preferred scales to all surface roles
|
||||
+ Misc. bug fixes and cleanups
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 6 07:39:00 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: mutter
|
||||
version: 47.3
|
||||
mtime: 1733442745
|
||||
commit: a5e1f011268ca128d1d3d1f3d4b15b760459ad4a
|
||||
version: 47.4
|
||||
mtime: 1736717380
|
||||
commit: 96e62be1022a45b7012d5a97b667b28dad13f74b
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package mutter
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -22,7 +22,7 @@
|
||||
%define api_minor 0
|
||||
%define libmutter libmutter-%{api_major}-%{api_minor}
|
||||
Name: mutter
|
||||
Version: 47.3
|
||||
Version: 47.4
|
||||
Release: 0
|
||||
Summary: Window and compositing manager based on Clutter
|
||||
License: GPL-2.0-or-later
|
||||
|
Loading…
Reference in New Issue
Block a user