diff --git a/_service b/_service new file mode 100644 index 0000000..3443116 --- /dev/null +++ b/_service @@ -0,0 +1,17 @@ + + + git + https://gitlab.gnome.org/GNOME/mutter.git + gnome-3-32 + @PARENT_TAG@+@TAG_OFFSET@ + enable + + + + *.tar + xz + + + + + diff --git a/_servicedata b/_servicedata new file mode 100644 index 0000000..3431003 --- /dev/null +++ b/_servicedata @@ -0,0 +1,4 @@ + + + https://gitlab.gnome.org/GNOME/mutter.git + b7f158811934d8e4d9dd0be28ad8e1746ceac46c \ No newline at end of file diff --git a/mutter-3.32.2+43.obscpio b/mutter-3.32.2+43.obscpio new file mode 100644 index 0000000..9b502d4 --- /dev/null +++ b/mutter-3.32.2+43.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f104c725390b20b366e48a9be3585717cef21dd9d71faa750ee6b0da0dfeea9 +size 25605133 diff --git a/mutter-3.32.2.tar.xz b/mutter-3.32.2.tar.xz deleted file mode 100644 index 29d80cc..0000000 --- a/mutter-3.32.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6ab3ec487228d3e6a12aa5eda719608c7d6bd8960184278377b79dab443ca7c0 -size 2797664 diff --git a/mutter.changes b/mutter.changes index 37fe8ec..aebd7a9 100644 --- a/mutter.changes +++ b/mutter.changes @@ -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 diff --git a/mutter.obsinfo b/mutter.obsinfo new file mode 100644 index 0000000..e064799 --- /dev/null +++ b/mutter.obsinfo @@ -0,0 +1,5 @@ +name: mutter +version: 3.32.2+43 +mtime: 1563468013 +commit: b7f158811934d8e4d9dd0be28ad8e1746ceac46c + diff --git a/mutter.spec b/mutter.spec index e228cb2..8dd72d1 100644 --- a/mutter.spec +++ b/mutter.spec @@ -20,13 +20,15 @@ %define api_minor 0 %define libmutter libmutter-%{api_major}-%{api_minor} Name: mutter -Version: 3.32.2 +Version: 3.32.2+43 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 -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 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 @@ -40,6 +42,7 @@ Patch1000: mutter-SLE-bell.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. Patch1002: mutter-SLE-bsc984738-grab-display.patch + BuildRequires: Mesa-libGLESv3-devel BuildRequires: fdupes BuildRequires: meson