diff --git a/_service b/_service new file mode 100644 index 0000000..d6d1b41 --- /dev/null +++ b/_service @@ -0,0 +1,19 @@ + + + + git + https://gitlab.gnome.org/GNOME/mutter.git + refs/tags/41.2 + @PARENT_TAG@+@TAG_OFFSET@ + (.*)\+0 + \1 + + + + + *.tar + xz + + + diff --git a/_servicedata b/_servicedata new file mode 100644 index 0000000..29a4e3f --- /dev/null +++ b/_servicedata @@ -0,0 +1,4 @@ + + + https://gitlab.gnome.org/GNOME/mutter.git + 62609d7a6a7e9cfc34d4eebf2e1a7a29151810ae \ No newline at end of file diff --git a/mutter-41.1.tar.xz b/mutter-41.1.tar.xz deleted file mode 100644 index e09ba3a..0000000 --- a/mutter-41.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:58e63fd0bc43f35134f21313aff4aebf92c829d6df4dc99a044a1e376691e3f3 -size 2712924 diff --git a/mutter-41.2.obscpio b/mutter-41.2.obscpio new file mode 100644 index 0000000..af5c417 --- /dev/null +++ b/mutter-41.2.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:122e8ffad1d68643104bdc915f3f3c7ee4883254b11981c550de83671bf4a74b +size 24791565 diff --git a/mutter.changes b/mutter.changes index 5666d71..65a4147 100644 --- a/mutter.changes +++ b/mutter.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Mon Dec 13 15:58:41 UTC 2021 - Bjørn Lie + +- Update to version 41.2: + + Fix blank screen when unplugging docking station. + + Prefer GBM over EGLStream where possible. + + Fix unredirected Xwayland windows not getting updated. + + Improve anti-aliasing of background corners. + + Copy damage rectangles to secondary GPU + + Improve Wacom tablet mapping. + + Fixed crashes. + + Misc. bug fixes and cleanups. + + Updated translations. +- Switch to git checkout of released tag via source service. + ------------------------------------------------------------------- Tue Nov 23 07:33:31 UTC 2021 - Alynx Zhou diff --git a/mutter.obsinfo b/mutter.obsinfo new file mode 100644 index 0000000..2d2df12 --- /dev/null +++ b/mutter.obsinfo @@ -0,0 +1,5 @@ +name: mutter +version: 41.2 +mtime: 1639332937 +commit: 664ac09eecfd365b5258f53d2c9e6c8410a37919 + diff --git a/mutter.spec b/mutter.spec index 9c6f30a..52d3694 100644 --- a/mutter.spec +++ b/mutter.spec @@ -23,13 +23,16 @@ %define api_minor 0 %define libmutter libmutter-%{api_major}-%{api_minor} Name: mutter -Version: 41.1 +Version: 41.2 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 +# Source url disabled, we are using a git checkout via source service +#Source0: https://download.gnome.org/sources/mutter/41/%%{name}-%%{version}.tar.xz +Source0: %{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