From patchwork Sat Nov 4 06:31:36 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Markus Volk X-Patchwork-Id: 33803 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 372BFC4167B for ; Sat, 4 Nov 2023 06:31:30 +0000 (UTC) Received: from mailout03.t-online.de (mailout03.t-online.de [194.25.134.81]) by mx.groups.io with SMTP id smtpd.web11.5051.1699079483202911345 for ; Fri, 03 Nov 2023 23:31:23 -0700 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=pass (domain: t-online.de, ip: 194.25.134.81, mailfrom: f_l_k@t-online.de) Received: from fwd79.aul.t-online.de (fwd79.aul.t-online.de [10.223.144.105]) by mailout03.t-online.de (Postfix) with SMTP id E2B9F581AE for ; Sat, 4 Nov 2023 07:31:20 +0100 (CET) Received: from intel-corei7-64.fritz.box ([84.163.35.165]) by fwd79.t-online.de with (TLSv1.3:TLS_AES_256_GCM_SHA384 encrypted) esmtp id 1qzABk-1LnF0U0; Sat, 4 Nov 2023 07:31:20 +0100 From: Markus Volk To: openembedded-devel@lists.openembedded.org Subject: [meta-gnome][PATCH 2/2] mutter: Upgrade 45.0 -> 45.1 Date: Sat, 4 Nov 2023 07:31:36 +0100 Message-ID: <20231104063136.40884-2-f_l_k@t-online.de> X-Mailer: git-send-email 2.42.0 In-Reply-To: <20231104063136.40884-1-f_l_k@t-online.de> References: <20231104063136.40884-1-f_l_k@t-online.de> MIME-Version: 1.0 X-TOI-EXPURGATEID: 150726::1699079480-42563D4D-89650ECC/0/0 CLEAN NORMAL X-TOI-MSGID: 91553794-bee9-445b-95aa-96d4ddf7c145 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Sat, 04 Nov 2023 06:31:30 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/106298 45.1 ==== * Fix filtering keybinding events in presence of grabs [Sebastian K.; !3054] * Fix direct scanout support when using integer scaling [Daniel; !3290] * Fix capitalization of some keys when caps lock is on [Carlos; !3306] * Fix vsync regression [Robert; !3286] * Fix visibility of software cursors when using direct scanout [Robert; !3302] * Fix artifacts at the bottom of some surfaces [Robert; !3310] * Discard monitor configs with fractional scale when unusable [Jonas Å.; !3299] * Apply track point settings [Rohan; !3089] * xwayland: Enable XDG portal only when not nested [Olivier; !3303] * Inhibit real-time scheduling when mode setting [Ray; !3324] * Don't delay frame updates after idle period [Michel; !3174] * Fix running Xwayland in headless setup with nvidia driver [Olivier; !3320] * wayland: Send keyboard modifiers after the enter event [Alexandros; !3341] * Fixed crashes [Carlos, Jonas D., Robert, Sebastian W., Jonas Å.; !3287, !3283, !3311, !3322, !3318] * Misc. bug fixes and cleanups [Daniel, Corentin, Carlos, Jonas Å., Ivan, Michel, Sebastian W., Robert, Barnabás, Peter; !3212, !3298, !3267, !3297, !3313, !3316, !3317, !3323, !3325, !3326, !3328, !3330, !3332, !3319] Contributors: Jonas Ådahl, Michel Dänzer, Jonas Dreßler, Olivier Fourdan, Alexandros Frantzis, Carlos Garnacho, Peter Hutterer, Rohan Hendrik Jotz-Lean, Sebastian Keller, Robert Mader, Ivan Molodetskikh, Florian Müllner, Corentin Noël, Barnabás Pőcze, Ray Strode, Daniel van Vugt, Sebastian Wick Translators: Kristjan SCHMIDT [eo], Rafael Fontenelle [pt_BR], Guillaume Bernard [fr], Jordi Mas i Hernandez [ca], Florentina Mușat [ro] Signed-off-by: Markus Volk --- .../recipes-gnome/mutter/{mutter_45.0.bb => mutter_45.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-gnome/recipes-gnome/mutter/{mutter_45.0.bb => mutter_45.1.bb} (97%) diff --git a/meta-gnome/recipes-gnome/mutter/mutter_45.0.bb b/meta-gnome/recipes-gnome/mutter/mutter_45.1.bb similarity index 97% rename from meta-gnome/recipes-gnome/mutter/mutter_45.0.bb rename to meta-gnome/recipes-gnome/mutter/mutter_45.1.bb index 87d61c266..541991ba8 100644 --- a/meta-gnome/recipes-gnome/mutter/mutter_45.0.bb +++ b/meta-gnome/recipes-gnome/mutter/mutter_45.1.bb @@ -26,7 +26,7 @@ GNOMEBASEBUILDCLASS = "meson" inherit gnomebase gsettings gobject-introspection gettext features_check -SRC_URI[archive.sha256sum] = "8fbc963019eda9ba52fca2f6c4c477efbc6e36eb4fa93f23174f02ff6b907715" +SRC_URI[archive.sha256sum] = "2cd3c5efb22db76c79311cb1889a1aab2feb35b4a4dd03f3822aab7999da212c" # x11 is still manadatory - see meson.build REQUIRED_DISTRO_FEATURES = "wayland x11 polkit"