Accepting request 718875 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/718875 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mutter?expand=0&rev=137
This commit is contained in:
commit
b3493c35ae
17
_service
Normal file
17
_service
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
<services>
|
||||||
|
<service name="obs_scm" mode="disabled">
|
||||||
|
<param name="scm">git</param>
|
||||||
|
<param name="url">https://gitlab.gnome.org/GNOME/mutter.git</param>
|
||||||
|
<param name="revision">gnome-3-32</param>
|
||||||
|
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</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
4
_servicedata
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
<servicedata>
|
||||||
|
<service name="tar_scm">
|
||||||
|
<param name="url">https://gitlab.gnome.org/GNOME/mutter.git</param>
|
||||||
|
<param name="changesrevision">b7f158811934d8e4d9dd0be28ad8e1746ceac46c</param></service></servicedata>
|
3
mutter-3.32.2+43.obscpio
Normal file
3
mutter-3.32.2+43.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5f104c725390b20b366e48a9be3585717cef21dd9d71faa750ee6b0da0dfeea9
|
||||||
|
size 25605133
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:6ab3ec487228d3e6a12aa5eda719608c7d6bd8960184278377b79dab443ca7c0
|
|
||||||
size 2797664
|
|
@ -1,3 +1,24 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jul 24 20:49:24 UTC 2019 - bjorn.lie@gmail.com
|
||||||
|
|
||||||
|
- Update to version 3.32.2+43:
|
||||||
|
+ metatest: Dispatch the destruction instead of sleeping after it
|
||||||
|
+ window-x11: Remove double definition of MetaStack
|
||||||
|
+ window-x11: Focus a window in the active workspace as
|
||||||
|
take-focus fallback
|
||||||
|
+ meson: Bump meson requirement to 0.50.0
|
||||||
|
+ window-x11: Use any focusable window as fallback delayed focus
|
||||||
|
window
|
||||||
|
+ tests: Add "accept_take_focus" command
|
||||||
|
+ test-client: Add x11 events GSource handler
|
||||||
|
+ stack: Add a function to get a sorted list of focus candidates
|
||||||
|
+ window-x11: Accept any focusable window as fallback focus
|
||||||
|
+ window-x11: Don't double-check for unmanaging windows
|
||||||
|
- Switch to git checkout via source service, upstream is lacking in
|
||||||
|
stable releases. In the future we will use a stable tag when
|
||||||
|
possible, but when upstream slacks off, we will use a checkout of
|
||||||
|
the stable branch.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed May 29 17:29:16 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
|
Wed May 29 17:29:16 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
5
mutter.obsinfo
Normal file
5
mutter.obsinfo
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
name: mutter
|
||||||
|
version: 3.32.2+43
|
||||||
|
mtime: 1563468013
|
||||||
|
commit: b7f158811934d8e4d9dd0be28ad8e1746ceac46c
|
||||||
|
|
@ -20,13 +20,15 @@
|
|||||||
%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: 3.32.2
|
Version: 3.32.2+43
|
||||||
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
|
||||||
Group: System/GUI/GNOME
|
Group: System/GUI/GNOME
|
||||||
URL: https://www.gnome.org
|
URL: https://www.gnome.org
|
||||||
Source0: https://download.gnome.org/sources/mutter/3.32/%{name}-%{version}.tar.xz
|
# We are using source services, so no download url for source
|
||||||
|
Source: %{name}-%{version}.tar.xz
|
||||||
|
|
||||||
# PATCH-FEATURE-UPSTREAM mutter-iconcache-Support-RGB16_565-format-for-16-bit-color-.patch FATE#323412 bgo#781704 bsc#1024748 vliaskovitis@suse.com -- iconcache: Support RGB16_565 format for 16-bit sessions
|
# PATCH-FEATURE-UPSTREAM mutter-iconcache-Support-RGB16_565-format-for-16-bit-color-.patch FATE#323412 bgo#781704 bsc#1024748 vliaskovitis@suse.com -- iconcache: Support RGB16_565 format for 16-bit sessions
|
||||||
Patch1: mutter-iconcache-Support-RGB16_565-format-for-16-bit-color-.patch
|
Patch1: mutter-iconcache-Support-RGB16_565-format-for-16-bit-color-.patch
|
||||||
# PATCH-FIX-OPENSUSE mutter-xwayland-create-xauthority.patch bsc#1084737 hpj@suse.com -- Create and pass an Xauthority file to Xwayland and session
|
# PATCH-FIX-OPENSUSE mutter-xwayland-create-xauthority.patch bsc#1084737 hpj@suse.com -- Create and pass an Xauthority file to Xwayland and session
|
||||||
@ -40,6 +42,7 @@ Patch1000: mutter-SLE-bell.patch
|
|||||||
Patch1001: mutter-SLE-relax-some-constraints-on-CSD-windows.patch
|
Patch1001: mutter-SLE-relax-some-constraints-on-CSD-windows.patch
|
||||||
# PATCH-FIX-UPSTREAM mutter-SLE-bsc984738-grab-display.patch bsc#984738 bgo#769387 hpj@suse.com -- Revert a upstream commit to avoid X11 race condition that results in wrong dialog sizes.
|
# PATCH-FIX-UPSTREAM mutter-SLE-bsc984738-grab-display.patch bsc#984738 bgo#769387 hpj@suse.com -- Revert a upstream commit to avoid X11 race condition that results in wrong dialog sizes.
|
||||||
Patch1002: mutter-SLE-bsc984738-grab-display.patch
|
Patch1002: mutter-SLE-bsc984738-grab-display.patch
|
||||||
|
|
||||||
BuildRequires: Mesa-libGLESv3-devel
|
BuildRequires: Mesa-libGLESv3-devel
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: meson
|
BuildRequires: meson
|
||||||
|
Loading…
Reference in New Issue
Block a user