Accepting request 940313 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/940313 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mutter?expand=0&rev=176
This commit is contained in:
commit
e85911e761
19
_service
Normal file
19
_service
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
<?xml version="1.0"?>
|
||||||
|
<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">refs/tags/41.2</param>
|
||||||
|
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||||
|
<param name="versionrewrite-pattern">(.*)\+0</param>
|
||||||
|
<param name="versionrewrite-replacement">\1</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">62609d7a6a7e9cfc34d4eebf2e1a7a29151810ae</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:58e63fd0bc43f35134f21313aff4aebf92c829d6df4dc99a044a1e376691e3f3
|
|
||||||
size 2712924
|
|
3
mutter-41.2.obscpio
Normal file
3
mutter-41.2.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:122e8ffad1d68643104bdc915f3f3c7ee4883254b11981c550de83671bf4a74b
|
||||||
|
size 24791565
|
@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Dec 13 15:58:41 UTC 2021 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- 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 <alynx.zhou@suse.com>
|
Tue Nov 23 07:33:31 UTC 2021 - Alynx Zhou <alynx.zhou@suse.com>
|
||||||
|
|
||||||
|
5
mutter.obsinfo
Normal file
5
mutter.obsinfo
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
name: mutter
|
||||||
|
version: 41.2
|
||||||
|
mtime: 1639332937
|
||||||
|
commit: 664ac09eecfd365b5258f53d2c9e6c8410a37919
|
||||||
|
|
@ -23,13 +23,16 @@
|
|||||||
%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: 41.1
|
Version: 41.2
|
||||||
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
|
||||||
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
|
# 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
|
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
|
# 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
|
||||||
|
Loading…
Reference in New Issue
Block a user