forked from pool/mutter
Accepting request 1121579 from GNOME:Next
New stable release OBS-URL: https://build.opensuse.org/request/show/1121579 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/mutter?expand=0&rev=474
This commit is contained in:
parent
4a135e36fc
commit
368e51dda3
4
_service
4
_service
@ -3,11 +3,11 @@
|
||||
<service name="obs_scm" mode="manual">
|
||||
<param name="scm">git</param>
|
||||
<param name="url">https://gitlab.gnome.org/GNOME/mutter.git</param>
|
||||
<param name="revision">323a3a45d9efe2581ed9d17f422c90fe81109c7a</param>
|
||||
<param name="revision">refs/tags/45.1</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>
|
||||
<!-- <param name="changesgenerate">enable</param> -->
|
||||
</service>
|
||||
<service name="tar" mode="buildtime"/>
|
||||
<service name="recompress" mode="buildtime">
|
||||
|
@ -1,4 +0,0 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://gitlab.gnome.org/GNOME/mutter.git</param>
|
||||
<param name="changesrevision">323a3a45d9efe2581ed9d17f422c90fe81109c7a</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:69e79b4a510849a0477263d2c7b663369e4e9ca929b8aa083136b4f3994214c2
|
||||
size 26461197
|
3
mutter-45.1.obscpio
Normal file
3
mutter-45.1.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:772ef9b4a0cff0b6bafa63e992620eb7e7d64e27cbdfd038960f544334c6c878
|
||||
size 26457101
|
@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 1 09:38:49 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 45.1:
|
||||
+ Fix filtering keybinding events in presence of grabs
|
||||
+ Fix direct scanout support when using integer scaling
|
||||
+ Fix capitalization of some keys when caps lock is on
|
||||
+ Fix vsync regression
|
||||
+ Fix visibility of software cursors when using direct scanout
|
||||
+ Fix artifacts at the bottom of some surfaces
|
||||
+ Discard monitor configs with fractional scale when unusable
|
||||
+ Apply track point settings
|
||||
+ xwayland: Enable XDG portal only when not nested
|
||||
+ Inhibit real-time scheduling when mode setting
|
||||
+ Don't delay frame updates after idle period
|
||||
+ Fix running Xwayland in headless setup with nvidia driver
|
||||
+ wayland: Send keyboard modifiers after the enter event
|
||||
+ Fixed crashes
|
||||
+ Misc. bug fixes and cleanups
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 26 18:23:21 UTC 2023 - bjorn.lie@gmail.com
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: mutter
|
||||
version: 45.0+61
|
||||
mtime: 1698162013
|
||||
commit: 323a3a45d9efe2581ed9d17f422c90fe81109c7a
|
||||
version: 45.1
|
||||
mtime: 1698777300
|
||||
commit: c71a119de06d8937930e4d1adf06ff0c2b259653
|
||||
|
@ -22,7 +22,7 @@
|
||||
%define api_minor 0
|
||||
%define libmutter libmutter-%{api_major}-%{api_minor}
|
||||
Name: mutter
|
||||
Version: 45.0+61
|
||||
Version: 45.1
|
||||
Release: 0
|
||||
Summary: Window and compositing manager based on Clutter
|
||||
License: GPL-2.0-or-later
|
||||
|
Loading…
x
Reference in New Issue
Block a user