forked from pool/mutter
Accepting request 738124 from GNOME:Next
- Update to version 3.34.1+21: + x11: Map mimetypes back to selection atoms + wayland: - Figure out better the right selection source for a wl_data_offer - Set dummy selection source on .set_selection(null) - Simplify MetaSelectionSourceWayland - Check resource before emitting cancelled event - Emit wl/primary offer after changing selection - Chain up to the right finalize on MetaWaylandDataSourceWayland - Drop field from MetaWaylandDataSourcePrimary - Plug MetaSelectionSourceWayland leaks + clutter/shader-effect: Initialize shader-type properly + ci: Change the without-native-backend to not build with Wayland too + main: Warn instead of error in meta_test_init() - Switch to the now available 3-34 stable branch in service. OBS-URL: https://build.opensuse.org/request/show/738124 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/mutter?expand=0&rev=323
This commit is contained in:
parent
9071592537
commit
d6f68db7b1
2
_service
2
_service
@ -2,7 +2,7 @@
|
|||||||
<service name="obs_scm" mode="disabled">
|
<service name="obs_scm" mode="disabled">
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="url">https://gitlab.gnome.org/GNOME/mutter.git</param>
|
<param name="url">https://gitlab.gnome.org/GNOME/mutter.git</param>
|
||||||
<param name="revision">1b470979</param>
|
<param name="revision">gnome-3-34</param>
|
||||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||||
<param name="changesgenerate">enable</param>
|
<param name="changesgenerate">enable</param>
|
||||||
</service>
|
</service>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">https://gitlab.gnome.org/GNOME/mutter.git</param>
|
<param name="url">https://gitlab.gnome.org/GNOME/mutter.git</param>
|
||||||
<param name="changesrevision">1b4709794ea3602f5573fee164c880a14f049d3b</param></service></servicedata>
|
<param name="changesrevision">5c1be2233de15c7bb18bbb32b8071b78e992a0c5</param></service></servicedata>
|
3
mutter-3.34.1+21.obscpio
Normal file
3
mutter-3.34.1+21.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:342a44dd9ed80098cd3a5f33de41dc73d9a6a06a41336467c3e9771e799fedf6
|
||||||
|
size 25443341
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a333e82bc39b585dea49407f9621be328dac9409b38e6de2050e67a4b2bed23c
|
|
||||||
size 25442829
|
|
@ -1,3 +1,25 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Oct 13 17:58:09 UTC 2019 - bjorn.lie@gmail.com
|
||||||
|
|
||||||
|
- Update to version 3.34.1+21:
|
||||||
|
+ x11: Map mimetypes back to selection atoms
|
||||||
|
+ wayland:
|
||||||
|
- Figure out better the right selection source for a
|
||||||
|
wl_data_offer
|
||||||
|
- Set dummy selection source on .set_selection(null)
|
||||||
|
- Simplify MetaSelectionSourceWayland
|
||||||
|
- Check resource before emitting cancelled event
|
||||||
|
- Emit wl/primary offer after changing selection
|
||||||
|
- Chain up to the right finalize on
|
||||||
|
MetaWaylandDataSourceWayland
|
||||||
|
- Drop field from MetaWaylandDataSourcePrimary
|
||||||
|
- Plug MetaSelectionSourceWayland leaks
|
||||||
|
+ clutter/shader-effect: Initialize shader-type properly
|
||||||
|
+ ci: Change the without-native-backend to not build with Wayland
|
||||||
|
too
|
||||||
|
+ main: Warn instead of error in meta_test_init()
|
||||||
|
- Switch to the now available 3-34 stable branch in service.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Oct 10 21:46:49 UTC 2019 - bjorn.lie@gmail.com
|
Thu Oct 10 21:46:49 UTC 2019 - bjorn.lie@gmail.com
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
name: mutter
|
name: mutter
|
||||||
version: 3.34.1+9
|
version: 3.34.1+21
|
||||||
mtime: 1570718792
|
mtime: 1570900699
|
||||||
commit: 1b4709794ea3602f5573fee164c880a14f049d3b
|
commit: 5c1be2233de15c7bb18bbb32b8071b78e992a0c5
|
||||||
|
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
%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.34.1+9
|
Version: 3.34.1+21
|
||||||
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user