forked from pool/mutter
Accepting request 929606 from GNOME:Factory
New stable release (forwarded request 929557 from iznogood) OBS-URL: https://build.opensuse.org/request/show/929606 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mutter?expand=0&rev=174
This commit is contained in:
commit
d0e868f7ad
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fa80a1a744044d88ebfd677ff03203d67705ed2cd624ea06cbb8b58948cdf89e
|
||||
size 2710476
|
3
mutter-41.1.tar.xz
Normal file
3
mutter-41.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:58e63fd0bc43f35134f21313aff4aebf92c829d6df4dc99a044a1e376691e3f3
|
||||
size 2712924
|
@ -1,3 +1,49 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 5 07:18:06 UTC 2021 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 41.1:
|
||||
+ Fix monitor screencast scanouts
|
||||
+ dma-buf: Use alpha-less pixel formats where appropriate
|
||||
+ wayland: Allow clients to maximize windows regardless of
|
||||
constraints
|
||||
+ Handle hotplug events without relevant changes more effectively
|
||||
+ Improve error reporting when startup fails
|
||||
+ dma-buf: Add support for ABGR and XBGR formats
|
||||
+ Fix X11 middle button emulation setting
|
||||
+ Include server-side shadows in window screenshots
|
||||
+ Don't change workspaces of unmanaged windows
|
||||
+ Reset idletime when unplugging the power cable
|
||||
+ xwayland: Avoid unnecessary _NET_WM_STATE events
|
||||
+ Fix videos in Firefox stuttering in overview
|
||||
+ Don't use atomic mode setting for virtio_gpu driver
|
||||
+ Improve on-screen keyboard on X11
|
||||
+ Fix text glitches after size changes
|
||||
+ Fix reporting output rotation to xwayland
|
||||
+ wayland: Accept final preference of drop destination
|
||||
+ Fix erratic scrolling in GTK apps
|
||||
+ Fix tilt direction of pen/tablet inputs
|
||||
+ Use b/w unicode for tablet mode OSD
|
||||
+ Fix negative paint volume offscreen effect
|
||||
+ Only add paint volumes of mapped actors to stage clip
|
||||
+ Fix mapping tablet input to correct monitor
|
||||
+ Misc. bug fixes and cleanups.
|
||||
+ Updated translations.
|
||||
- Drop clutter-only_reset_preedit_text_if_set.patch: Fixed upstream
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 2 11:55:37 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- BuildRequire libxcvt when building against xorg-x11-server > 21,
|
||||
unless when building for s390x: libxcvt was split out and lives
|
||||
in an own package now.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 21 12:41:20 UTC 2021 - Florian "spirit" <packaging@sp1rit.anonaddy.me>
|
||||
|
||||
- Added clutter-only_reset_preedit_text_if_set.patch
|
||||
+ fixes "scrollback" issue of GtkTextView
|
||||
(see lists.opensuse.org/archives/list/factory@lists.opensuse.org/thread/WYSUDJFTZIEEJS3QBBBUNLD3XBXULABU/)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 20 03:13:48 UTC 2021 - Yifan Jiang <yfjiang@suse.com>
|
||||
|
||||
|
@ -23,14 +23,13 @@
|
||||
%define api_minor 0
|
||||
%define libmutter libmutter-%{api_major}-%{api_minor}
|
||||
Name: mutter
|
||||
Version: 41.0
|
||||
Version: 41.1
|
||||
Release: 0
|
||||
Summary: Window and compositing manager based on Clutter
|
||||
License: GPL-2.0-or-later
|
||||
Group: System/GUI/GNOME
|
||||
URL: https://www.gnome.org
|
||||
Source: https://download.gnome.org/sources/mutter/41/%{name}-%{version}.tar.xz
|
||||
|
||||
# PATCH-FIX-OPENSUSE mutter-Lower-HIDPI_LIMIT-to-144.patch fate#326682, bsc#1125467 qkzhu@suse.com -- Lower HIDPI_LIMIT to 144
|
||||
Patch3: mutter-Lower-HIDPI_LIMIT-to-144.patch
|
||||
# PATCH-FIX-UPSTREAM mutter-disable-cvt-s390x.patch bsc#1158128 fcrozat@suse.com -- Do not search for cvt on s390x, it doesn't exist there
|
||||
@ -46,6 +45,9 @@ Patch1002: mutter-SLE-bsc984738-grab-display.patch
|
||||
|
||||
BuildRequires: Mesa-libGLESv3-devel
|
||||
BuildRequires: fdupes
|
||||
%ifnarch s390x
|
||||
BuildRequires: (libxcvt if xorg-x11-server > 21)
|
||||
%endif
|
||||
BuildRequires: meson >= 0.53.0
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: xorg-x11-server
|
||||
@ -118,7 +120,7 @@ Obsoletes: typelib-1_0-Meta-3_0
|
||||
Obsoletes: libmutter-8-0 <= %{version}
|
||||
# mutter-data was essentilly hard-required at the same version, as mutter requires
|
||||
# libmutter-<n>-0 (which has a soname bump at every major version change), libmutter
|
||||
# required mutter-data >= %{version} and mutter-data required mutter=%{version}.
|
||||
# required mutter-data >= %%{version} and mutter-data required mutter=%%{version}.
|
||||
Obsoletes: mutter-data <= %{version}
|
||||
|
||||
%description
|
||||
|
Loading…
x
Reference in New Issue
Block a user