From patchwork Sat Nov 4 14:59:30 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Markus Volk X-Patchwork-Id: 33867 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 8AAF0C4332F for ; Sat, 4 Nov 2023 14:59:25 +0000 (UTC) Received: from mailout07.t-online.de (mailout07.t-online.de [194.25.134.83]) by mx.groups.io with SMTP id smtpd.web10.11013.1699109957977575463 for ; Sat, 04 Nov 2023 07:59:18 -0700 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=pass (domain: t-online.de, ip: 194.25.134.83, mailfrom: f_l_k@t-online.de) Received: from fwd80.aul.t-online.de (fwd80.aul.t-online.de [10.223.144.106]) by mailout07.t-online.de (Postfix) with SMTP id ACD5052614 for ; Sat, 4 Nov 2023 15:59:15 +0100 (CET) Received: from intel-corei7-64.fritz.box ([84.163.35.165]) by fwd80.t-online.de with (TLSv1.3:TLS_AES_256_GCM_SHA384 encrypted) esmtp id 1qzI7D-00YN730; Sat, 4 Nov 2023 15:59:11 +0100 From: Markus Volk To: openembedded-devel@lists.openembedded.org Subject: [meta-gnome][PATCH 1/3] tracker-miners: Upgrade 3.6.0 -> 3.6.2 Date: Sat, 4 Nov 2023 15:59:30 +0100 Message-ID: <20231104145932.128150-1-f_l_k@t-online.de> X-Mailer: git-send-email 2.42.0 MIME-Version: 1.0 X-TOI-EXPURGATEID: 150726::1699109951-58FF2ED2-5D502A20/0/0 CLEAN NORMAL X-TOI-MSGID: 2ec21fec-079c-49e4-8ac7-e07388f79c56 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 14:59:25 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/106372 NEW in 3.6.2 - 2023-10-31 ========================= * Improvements to the seccomp jail, and fixes for spurious SIGSYS positives. * Use GDateTime to handle dates Translations: ka NEW in 3.6.1 - 2023-09-28 ========================= * Avoid the special thread in tracker-extract-3, and extend the seccomp jail to the full process. Translations: eo Signed-off-by: Markus Volk --- .../{tracker-miners_3.6.0.bb => tracker-miners_3.6.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-gnome/recipes-gnome/tracker/{tracker-miners_3.6.0.bb => tracker-miners_3.6.2.bb} (96%) diff --git a/meta-gnome/recipes-gnome/tracker/tracker-miners_3.6.0.bb b/meta-gnome/recipes-gnome/tracker/tracker-miners_3.6.2.bb similarity index 96% rename from meta-gnome/recipes-gnome/tracker/tracker-miners_3.6.0.bb rename to meta-gnome/recipes-gnome/tracker/tracker-miners_3.6.2.bb index d89915502..a0a41d7f8 100644 --- a/meta-gnome/recipes-gnome/tracker/tracker-miners_3.6.0.bb +++ b/meta-gnome/recipes-gnome/tracker/tracker-miners_3.6.2.bb @@ -20,7 +20,7 @@ SRC_URI:append = " \ file://0001-fix-reproducibility.patch \ file://0001-Set-header-file-to-a-fixed-path-instead-of-a-host-pa.patch \ " -SRC_URI[archive.sha256sum] = "c2ed9f6b0410195863b84c7b5467c5bc1255e96d658741192b5e92568a3bebd0" +SRC_URI[archive.sha256sum] = "0ad722f3d532c21d757cf488f942960679ea8f457925efa97656ed4c9e9ba4ff" # gobject-introspection is mandatory and cannot be configured REQUIRED_DISTRO_FEATURES = "gobject-introspection-data" From patchwork Sat Nov 4 14:59:31 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Markus Volk X-Patchwork-Id: 33865 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 8BA50C4167B for ; Sat, 4 Nov 2023 14:59:25 +0000 (UTC) Received: from mailout07.t-online.de (mailout07.t-online.de [194.25.134.83]) by mx.groups.io with SMTP id smtpd.web10.11012.1699109957963639722 for ; Sat, 04 Nov 2023 07:59:18 -0700 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=pass (domain: t-online.de, ip: 194.25.134.83, mailfrom: f_l_k@t-online.de) Received: from fwd80.aul.t-online.de (fwd80.aul.t-online.de [10.223.144.106]) by mailout07.t-online.de (Postfix) with SMTP id B964C52617 for ; Sat, 4 Nov 2023 15:59:15 +0100 (CET) Received: from intel-corei7-64.fritz.box ([84.163.35.165]) by fwd80.t-online.de with (TLSv1.3:TLS_AES_256_GCM_SHA384 encrypted) esmtp id 1qzI7G-00YN740; Sat, 4 Nov 2023 15:59:15 +0100 From: Markus Volk To: openembedded-devel@lists.openembedded.org Subject: [meta-gnome][PATCH 2/3] libgweather4: Upgrade 4.2.0 -> 4.4.0 Date: Sat, 4 Nov 2023 15:59:31 +0100 Message-ID: <20231104145932.128150-2-f_l_k@t-online.de> X-Mailer: git-send-email 2.42.0 In-Reply-To: <20231104145932.128150-1-f_l_k@t-online.de> References: <20231104145932.128150-1-f_l_k@t-online.de> MIME-Version: 1.0 X-TOI-EXPURGATEID: 150726::1699109955-58FF2ED2-32F34870/0/0 CLEAN NORMAL X-TOI-MSGID: 84185eb2-ebbe-4fc0-93fe-b1f600db3ae7 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 14:59:25 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/106371 GWeather 4.4.0 (stable) ======================= - nws: fix null string comparison when reading visibility [!282] - Translation updates - Location database changes - Adds Cities from Ukraines Zaporizhzhia Oblast [!276] GWeather 4.3.2 (development) ============================ - Fix fallback metric unit detection logic [!231] - Documentation fixes [!229] - Performance improvements for nearest location lookups [!271] - Location database changes - Add Ulsan city and Ulsan Airport [!218] - Add Koblenz and Mainz (Germany) [!184] - Add São Bento do Sul, Brazil [!220] - Add Ryazan' city [!224] - Add Freiburg and Heidelberg in Germany [!225] - Add Nottingham, UK [!268] - Add cities and airports in Argentina [!270] - Add Bracknell, United Kingdom [!249] - Update Romanian cities [!255] - Add cities in Rwanda [!260] - Add Mahilyow, Belarus [!250] - Add Aachen (North Rhine-Westphalia, Germany) [!246] - Add airports, structure of regions and biggest regional cities of Ukraine [!242] - Add Osh City (Kyrgyzstan) [!190] - Add city Caravaca de la Cruz [!237] - Add a new Argentinian city, Bahía Blanca [!177] - Fix timezone for Denpasar [#209] - Fix spelling of Siem Reap [#199] - Add Rio Grande in Brazil [!226] - Add major cities of Japan [!267] - Add some cities in Germany [!266] - Translation updates Signed-off-by: Markus Volk --- .../{libgweather4_4.2.0.bb => libgweather4_4.4.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-gnome/recipes-gnome/libgweather/{libgweather4_4.2.0.bb => libgweather4_4.4.0.bb} (87%) diff --git a/meta-gnome/recipes-gnome/libgweather/libgweather4_4.2.0.bb b/meta-gnome/recipes-gnome/libgweather/libgweather4_4.4.0.bb similarity index 87% rename from meta-gnome/recipes-gnome/libgweather/libgweather4_4.2.0.bb rename to meta-gnome/recipes-gnome/libgweather/libgweather4_4.4.0.bb index f2ffcfdd7..81ae8317d 100644 --- a/meta-gnome/recipes-gnome/libgweather/libgweather4_4.2.0.bb +++ b/meta-gnome/recipes-gnome/libgweather/libgweather4_4.4.0.bb @@ -12,7 +12,7 @@ inherit gnomebase gsettings gobject-introspection gettext gi-docgen vala feature REQUIRED_DISTRO_FEATURES = "opengl" SRC_URI += "file://0001-Allow-building-gir-in-cross-environments.patch" -SRC_URI[archive.sha256sum] = "af8a812da0d8976a000e1d62572c256086a817323fbf35b066dbfdd8d2ca6203" +SRC_URI[archive.sha256sum] = "366e866ff2a708b894cfea9475b8e8ff54cb3e2b477ea72a8ade0dabee5f48a4" GTKDOC_MESON_OPTION = "gtk_doc" From patchwork Sat Nov 4 14:59:32 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Markus Volk X-Patchwork-Id: 33866 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 8E985C0018A for ; Sat, 4 Nov 2023 14:59:25 +0000 (UTC) Received: from mailout03.t-online.de (mailout03.t-online.de [194.25.134.81]) by mx.groups.io with SMTP id smtpd.web10.11015.1699109961208036236 for ; Sat, 04 Nov 2023 07:59:21 -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 fwd80.aul.t-online.de (fwd80.aul.t-online.de [10.223.144.106]) by mailout03.t-online.de (Postfix) with SMTP id 25DE325EB6 for ; Sat, 4 Nov 2023 15:59:19 +0100 (CET) Received: from intel-corei7-64.fritz.box ([84.163.35.165]) by fwd80.t-online.de with (TLSv1.3:TLS_AES_256_GCM_SHA384 encrypted) esmtp id 1qzI7I-00YN750; Sat, 4 Nov 2023 15:59:16 +0100 From: Markus Volk To: openembedded-devel@lists.openembedded.org Subject: [meta-gnome][PATCH 3/3] gtksourceview5: Upgrade 5.7.1 -> 5.10.0 Date: Sat, 4 Nov 2023 15:59:32 +0100 Message-ID: <20231104145932.128150-3-f_l_k@t-online.de> X-Mailer: git-send-email 2.42.0 In-Reply-To: <20231104145932.128150-1-f_l_k@t-online.de> References: <20231104145932.128150-1-f_l_k@t-online.de> MIME-Version: 1.0 X-TOI-EXPURGATEID: 150726::1699109957-58FF2ED2-879A4305/0/0 CLEAN NORMAL X-TOI-MSGID: 6d6c8723-0ffb-4d39-8424-698bcf8c696b 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 14:59:25 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/106373 News in 5.10.0, 2023-09-16 -------------------------- 5.10.0 corresponds with GNOME 45.0 and is meant for end-user distribution. Changes since 5.9.0: * Translation updates News in 5.9.0, 2023-09-01 ------------------------- 5.9.0 is a release candidate for GNOME 45. * Documentation improvements * Various introspection improvements * New languages: Blueprint * Updated languages: C, C++, Rust, Python3, Shell, Java, OCaml * Updated style schemes: cobalt * GtkSourceBuffer gained a "loading" property which is toggled when GtkSourceFileLoader is loading the buffer from storage. * More defensiveness improvements in GtkSourceBufferOutputStream. * A leak in Vim emulation has been fixed. * Vim emulation now supports visual replace. * Scheduling of batched workers has been improved with gtk_source_scheduler_add(). * Snippets are now initialized from GtkSourceView.constructed() to allow for applications to hook buffer creation. * Translation updates News in 5.8.0, 2023-03-17 ------------------------- 5.8.0 is meant for end-users which corresponds to the GNOME 44.0 release. * vim: avoid large numbers of small deletions in filter command * adwaita.xml: add missing def:deletion style * todotxt.lang: add support for todo.txt format News in 5.7.2, 2023-03-03 ------------------------- 5.7.2 is a development release of GtkSourceView intended for application developers and unstable distributions alike. * Documentation improvements * Updated languages: java.lang, html.lang * Fix Y offset calculation when GtkTextView:top-margin is set * Completion now requeries providers upon manual activation * CSS updates for completion popover to reduce allocation jitter * Assistants will more aggresively update positioning. It is heavily suggested that you have GNOME/gtk!5564 in whatever GTK you are linking against to reduce the potential for frames rendered with missing allocations/text. Signed-off-by: Markus Volk --- .../{gtksourceview5_5.7.1.bb => gtksourceview5_5.10.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-gnome/recipes-gnome/gtksourceview/{gtksourceview5_5.7.1.bb => gtksourceview5_5.10.0.bb} (83%) diff --git a/meta-gnome/recipes-gnome/gtksourceview/gtksourceview5_5.7.1.bb b/meta-gnome/recipes-gnome/gtksourceview/gtksourceview5_5.10.0.bb similarity index 83% rename from meta-gnome/recipes-gnome/gtksourceview/gtksourceview5_5.7.1.bb rename to meta-gnome/recipes-gnome/gtksourceview/gtksourceview5_5.10.0.bb index 4eaecbf08..33830c6a2 100644 --- a/meta-gnome/recipes-gnome/gtksourceview/gtksourceview5_5.7.1.bb +++ b/meta-gnome/recipes-gnome/gtksourceview/gtksourceview5_5.10.0.bb @@ -25,8 +25,8 @@ inherit gnomebase lib_package gettext features_check gi-docgen gtk-icon-cache go REQUIRED_DISTRO_FEATURES = "opengl" -SRC_URI = "https://download.gnome.org/sources/gtksourceview/5.7/${PNAME}-${PV}.tar.xz" -SRC_URI[sha256sum] = "3b42541964db9c2fa50a9658d4886bdf77d023fe4e96c5b17bce51c9f58c48e6" +SRC_URI = "https://download.gnome.org/sources/gtksourceview/5.10/${PNAME}-${PV}.tar.xz" +SRC_URI[sha256sum] = "b38a3010c34f59e13b05175e9d20ca02a3110443fec2b1e5747413801bc9c23f" GIR_MESON_ENABLE_FLAG = 'enabled' GIR_MESON_DISABLE_FLAG = 'disabled'