Accepting request 736444 from GNOME:Next
New stable release OBS-URL: https://build.opensuse.org/request/show/736444 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/mutter?expand=0&rev=321
This commit is contained in:
parent
b1d8c9ad53
commit
f758618e69
5
_service
5
_service
@ -2,9 +2,8 @@
|
||||
<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">b5775e3d</param>
|
||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="revision">refs/tags/3.34.1</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
</service>
|
||||
<service name="tar" mode="buildtime"/>
|
||||
<service name="recompress" mode="buildtime">
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:becf923b0c4a7d4888e4b5e9a09c3ea7ac5d160f5ae383414b3100d2e768508e
|
||||
size 25429517
|
3
mutter-3.34.1.obscpio
Normal file
3
mutter-3.34.1.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:93babaf6c8f4fcaf0277992066f2dd5ef8e2d1ea182470144783129ce5476dcc
|
||||
size 25437197
|
@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 9 09:38:35 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 3.34.1:
|
||||
+ Fix startup of X11 session services on wayland.
|
||||
+ Fix _NET_ACTIVE_WINDOW emission.
|
||||
+ Fix initial view perspective.
|
||||
+ Fix screenshots and window animations when scaled.
|
||||
+ Re-enable coredumps when capabilities are set.
|
||||
+ Fix scaling of DND surface actors.
|
||||
+ Optimize blitting of untransformed offscreen stage views.
|
||||
+ Fix freeze of pointer event delivery on X11.
|
||||
+ Fix scaling of stylus input coordinates with HiDPI.
|
||||
+ Fix memory leak when using implicit animations.
|
||||
+ Fix numlock state for native backend.
|
||||
+ Fixed crashes.
|
||||
+ Misc. bug fixes and cleanups.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 3 10:17:28 UTC 2019 - Frederic Crozat <fcrozat@suse.com>
|
||||
|
||||
@ -7,22 +26,25 @@ Thu Oct 3 10:17:28 UTC 2019 - Frederic Crozat <fcrozat@suse.com>
|
||||
Sat Sep 21 17:08:50 UTC 2019 - bjorn.lie@gmail.com
|
||||
|
||||
- Update to version 3.34.0+30:
|
||||
* window-actor: Use surface coordinates for the fast path in get_image()
|
||||
* shaped-texture: Use surface coordinates in get_image()
|
||||
* shaped-texture: Declare that we inherit from GObject
|
||||
* window/surface-actor: Add docstrings
|
||||
* shaped-texture: Mark set the clip and return value nullable
|
||||
* clutter/actor: Cancel delayed timelines on removal
|
||||
* clutter/timeline: Don't emit ::paused signal on delayed timelines
|
||||
* clutter/timeline: Use a function to cancel the delay timeout
|
||||
* wayland/dma-buf: Handle zero modifiers from eglQueryDmaBufModifiersEXT
|
||||
* stage: Compute view perspective when parameters changed
|
||||
* build: Compile with `-ffloat-store` on x86 (32 bit)
|
||||
* kms-impl-device: Use portable formatting for 64-bit integers
|
||||
* output-kms: Use portable formatting for 64-bit integers
|
||||
* input-settings: Use portable formatting for 64-bit integers
|
||||
* clutter/stage-cogl: Use portable formatting for 64-bit integers
|
||||
* clutter/paint-node: Convert safely from pointer to integer
|
||||
+ window-actor: Use surface coordinates for the fast path in
|
||||
get_image()
|
||||
+ shaped-texture: Use surface coordinates in get_image()
|
||||
+ shaped-texture: Declare that we inherit from GObject
|
||||
+ window/surface-actor: Add docstrings
|
||||
+ shaped-texture: Mark set the clip and return value nullable
|
||||
+ clutter/actor: Cancel delayed timelines on removal
|
||||
+ clutter/timeline: Don't emit ::paused signal on delayed
|
||||
timelines
|
||||
+ clutter/timeline: Use a function to cancel the delay timeout
|
||||
+ wayland/dma-buf: Handle zero modifiers from
|
||||
eglQueryDmaBufModifiersEXT
|
||||
+ stage: Compute view perspective when parameters changed
|
||||
+ build: Compile with `-ffloat-store` on x86 (32 bit)
|
||||
+ kms-impl-device: Use portable formatting for 64-bit integers
|
||||
+ output-kms: Use portable formatting for 64-bit integers
|
||||
+ input-settings: Use portable formatting for 64-bit integers
|
||||
+ clutter/stage-cogl: Use portable formatting for 64-bit integers
|
||||
+ clutter/paint-node: Convert safely from pointer to integer
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 17 09:06:26 UTC 2019 - bjorn.lie@gmail.com
|
||||
|
@ -1,5 +1,5 @@
|
||||
name: mutter
|
||||
version: 3.34.0+30
|
||||
mtime: 1568997775
|
||||
commit: b5775e3d85235418fc12c2024a54863d49acf02d
|
||||
version: 3.34.1
|
||||
mtime: 1570539328
|
||||
commit: 658c7414209d2546b8f2b535b22a8e6e55b5a705
|
||||
|
||||
|
@ -23,7 +23,7 @@
|
||||
%define api_minor 0
|
||||
%define libmutter libmutter-%{api_major}-%{api_minor}
|
||||
Name: mutter
|
||||
Version: 3.34.0+30
|
||||
Version: 3.34.1
|
||||
Release: 0
|
||||
Summary: Window and compositing manager based on Clutter
|
||||
License: GPL-2.0-or-later
|
||||
|
Loading…
Reference in New Issue
Block a user