From patchwork Sat Nov 4 07:33:44 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Markus Volk X-Patchwork-Id: 33854 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 A54F8C0018C for ; Sat, 4 Nov 2023 07:33:32 +0000 (UTC) Received: from mailout10.t-online.de (mailout10.t-online.de [194.25.134.21]) by mx.groups.io with SMTP id smtpd.web10.5557.1699083208718168876 for ; Sat, 04 Nov 2023 00:33:29 -0700 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=pass (domain: t-online.de, ip: 194.25.134.21, mailfrom: f_l_k@t-online.de) Received: from fwd81.aul.t-online.de (fwd81.aul.t-online.de [10.223.144.107]) by mailout10.t-online.de (Postfix) with SMTP id 699EB33072 for ; Sat, 4 Nov 2023 08:33:26 +0100 (CET) Received: from intel-corei7-64.fritz.box ([84.163.35.165]) by fwd81.t-online.de with (TLSv1.3:TLS_AES_256_GCM_SHA384 encrypted) esmtp id 1qzB9o-1L3at70; Sat, 4 Nov 2023 08:33:25 +0100 From: Markus Volk To: openembedded-devel@lists.openembedded.org Subject: [meta-gnome][PATCH 1/5] gvfs: Upgrade 1.52.0 -> 1.52.1 Date: Sat, 4 Nov 2023 08:33:44 +0100 Message-ID: <20231104073348.132975-1-f_l_k@t-online.de> X-Mailer: git-send-email 2.42.0 MIME-Version: 1.0 X-TOI-EXPURGATEID: 150726::1699083205-CF573E93-AD576BD0/0/0 CLEAN NORMAL X-TOI-MSGID: 4d26e862-b2eb-435f-9643-1ae017484e19 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 07:33:32 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/106354 Major changes in 1.52.1 ======================= * client: Prevent returning invalid mount cache entries (rong wang) * dav: Fix authentication issues when DNS-SD URIs are used (Ondrej Holy) * nfs: Fix IPv6 URI handling (Ondrej Holy) * Translation updates (GNOME Translation Project contributors) Signed-off-by: Markus Volk --- .../recipes-gnome/gvfs/{gvfs_1.52.0.bb => gvfs_1.52.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-gnome/recipes-gnome/gvfs/{gvfs_1.52.0.bb => gvfs_1.52.1.bb} (97%) diff --git a/meta-gnome/recipes-gnome/gvfs/gvfs_1.52.0.bb b/meta-gnome/recipes-gnome/gvfs/gvfs_1.52.1.bb similarity index 97% rename from meta-gnome/recipes-gnome/gvfs/gvfs_1.52.0.bb rename to meta-gnome/recipes-gnome/gvfs/gvfs_1.52.1.bb index d5103d865..61c8fadfd 100644 --- a/meta-gnome/recipes-gnome/gvfs/gvfs_1.52.0.bb +++ b/meta-gnome/recipes-gnome/gvfs/gvfs_1.52.1.bb @@ -20,7 +20,7 @@ RDEPENDS:${PN} += "gsettings-desktop-schemas" SRC_URI = "https://download.gnome.org/sources/${BPN}/${@gnome_verdir("${PV}")}/${BPN}-${PV}.tar.xz;name=archive" -SRC_URI[archive.sha256sum] = "e40e2035a40bc51ce9e88eed05b025596e40bb4aaf9bc632d12ce74fdb30b1f6" +SRC_URI[archive.sha256sum] = "cdbd4440f6d08792a6e7521244c17386e20bd537d375117099fc8fb68fe91741" ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" From patchwork Sat Nov 4 07:33:45 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Markus Volk X-Patchwork-Id: 33852 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 88780C4167D for ; Sat, 4 Nov 2023 07:33:32 +0000 (UTC) Received: from mailout10.t-online.de (mailout10.t-online.de [194.25.134.21]) by mx.groups.io with SMTP id smtpd.web11.5417.1699083208369144373 for ; Sat, 04 Nov 2023 00:33:28 -0700 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=pass (domain: t-online.de, ip: 194.25.134.21, mailfrom: f_l_k@t-online.de) Received: from fwd81.aul.t-online.de (fwd81.aul.t-online.de [10.223.144.107]) by mailout10.t-online.de (Postfix) with SMTP id 7B55733075 for ; Sat, 4 Nov 2023 08:33:26 +0100 (CET) Received: from intel-corei7-64.fritz.box ([84.163.35.165]) by fwd81.t-online.de with (TLSv1.3:TLS_AES_256_GCM_SHA384 encrypted) esmtp id 1qzB9p-1L3at80; Sat, 4 Nov 2023 08:33:25 +0100 From: Markus Volk To: openembedded-devel@lists.openembedded.org Subject: [meta-gnome][PATCH 2/5] gnome-text-editor: Upgrade 45.0 -> 45.1 Date: Sat, 4 Nov 2023 08:33:45 +0100 Message-ID: <20231104073348.132975-2-f_l_k@t-online.de> X-Mailer: git-send-email 2.42.0 In-Reply-To: <20231104073348.132975-1-f_l_k@t-online.de> References: <20231104073348.132975-1-f_l_k@t-online.de> MIME-Version: 1.0 X-TOI-EXPURGATEID: 150726::1699083205-CF573E93-ED0AF97D/0/0 CLEAN NORMAL X-TOI-MSGID: 345c7010-e7f7-4eaf-831a-6c7780aa3eb7 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 07:33:32 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/106350 • Use proper etag when comparing document for changes after a Save As operation occurs. • Fix row styling in preferences. • Fix memory leak of GtkNativeDialog. • Translation updates. Signed-off-by: Markus Volk --- .../{gnome-text-editor_45.0.bb => gnome-text-editor_45.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-gnome/recipes-gnome/gnome-text-editor/{gnome-text-editor_45.0.bb => gnome-text-editor_45.1.bb} (84%) diff --git a/meta-gnome/recipes-gnome/gnome-text-editor/gnome-text-editor_45.0.bb b/meta-gnome/recipes-gnome/gnome-text-editor/gnome-text-editor_45.1.bb similarity index 84% rename from meta-gnome/recipes-gnome/gnome-text-editor/gnome-text-editor_45.0.bb rename to meta-gnome/recipes-gnome/gnome-text-editor/gnome-text-editor_45.1.bb index 52bb92ee9..c1e8f3a99 100644 --- a/meta-gnome/recipes-gnome/gnome-text-editor/gnome-text-editor_45.0.bb +++ b/meta-gnome/recipes-gnome/gnome-text-editor/gnome-text-editor_45.1.bb @@ -19,7 +19,7 @@ inherit gnomebase gtk-icon-cache itstool gnome-help mime-xdg features_check REQUIRED_DISTRO_FEATURES = "opengl" -SRC_URI[archive.sha256sum] = "47b3fbe4900eb204413d9af3ae8e0ecd06728d2ac15d02b1a050d02d47226bc1" +SRC_URI[archive.sha256sum] = "6a86ec9920f466b6ed92695524d3b507b1e84272dafa5341d06a157de868af71" FILES:${PN} += " \ ${datadir}/metainfo \ From patchwork Sat Nov 4 07:33:46 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Markus Volk X-Patchwork-Id: 33855 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 9668BC4167B for ; Sat, 4 Nov 2023 07:33:32 +0000 (UTC) Received: from mailout10.t-online.de (mailout10.t-online.de [194.25.134.21]) by mx.groups.io with SMTP id smtpd.web10.5555.1699083208367186705 for ; Sat, 04 Nov 2023 00:33:28 -0700 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=pass (domain: t-online.de, ip: 194.25.134.21, mailfrom: f_l_k@t-online.de) Received: from fwd81.aul.t-online.de (fwd81.aul.t-online.de [10.223.144.107]) by mailout10.t-online.de (Postfix) with SMTP id 7D2D033076 for ; Sat, 4 Nov 2023 08:33:26 +0100 (CET) Received: from intel-corei7-64.fritz.box ([84.163.35.165]) by fwd81.t-online.de with (TLSv1.3:TLS_AES_256_GCM_SHA384 encrypted) esmtp id 1qzB9p-1L3at90; Sat, 4 Nov 2023 08:33:25 +0100 From: Markus Volk To: openembedded-devel@lists.openembedded.org Subject: [meta-gnome][PATCH 3/5] evolution-data-server: Upgrade 3.50.0 -> 3.50.1 Date: Sat, 4 Nov 2023 08:33:46 +0100 Message-ID: <20231104073348.132975-3-f_l_k@t-online.de> X-Mailer: git-send-email 2.42.0 In-Reply-To: <20231104073348.132975-1-f_l_k@t-online.de> References: <20231104073348.132975-1-f_l_k@t-online.de> MIME-Version: 1.0 X-TOI-EXPURGATEID: 150726::1699083205-CF573E93-80B11137/0/0 CLEAN NORMAL X-TOI-MSGID: 2497c17b-3af0-4e17-831e-ca1a790a0734 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 07:33:32 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/106352 Evolution-Data-Server 3.50.1 2023-10-20 --------------------------------------- Bug Fixes: I#494 - Update default calendar colors evo-I#1436 - Mail: Correct conversion of UTF-16 encoded text files Translations: Alan Mortensen (da) Signed-off-by: Markus Volk --- .../evolution-data-server/evolution-data-server.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-gnome/recipes-gnome/evolution-data-server/evolution-data-server.inc b/meta-gnome/recipes-gnome/evolution-data-server/evolution-data-server.inc index 511cc04af..195b8cb85 100644 --- a/meta-gnome/recipes-gnome/evolution-data-server/evolution-data-server.inc +++ b/meta-gnome/recipes-gnome/evolution-data-server/evolution-data-server.inc @@ -9,5 +9,5 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=6a6e689d19255cf0557f3fe7d7068212 \ inherit gnomebase upstream-version-is-even -SRC_URI[archive.sha256sum] = "c9f793d99ba188ef8cf2891b8062d7e570e3cba22b8cfc46eb561c6cecc81d3a" -PV = "3.50.0" +SRC_URI[archive.sha256sum] = "91f4ffc38a1b8d2fe8939834449ac541c0bff4a39b444edc2a9529344a28e98a" +PV = "3.50.1" From patchwork Sat Nov 4 07:33:47 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Markus Volk X-Patchwork-Id: 33856 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 9D683C0018A for ; Sat, 4 Nov 2023 07:33:32 +0000 (UTC) Received: from mailout10.t-online.de (mailout10.t-online.de [194.25.134.21]) by mx.groups.io with SMTP id smtpd.web11.5418.1699083208717443799 for ; Sat, 04 Nov 2023 00:33:29 -0700 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=pass (domain: t-online.de, ip: 194.25.134.21, mailfrom: f_l_k@t-online.de) Received: from fwd81.aul.t-online.de (fwd81.aul.t-online.de [10.223.144.107]) by mailout10.t-online.de (Postfix) with SMTP id 7EF4633077 for ; Sat, 4 Nov 2023 08:33:26 +0100 (CET) Received: from intel-corei7-64.fritz.box ([84.163.35.165]) by fwd81.t-online.de with (TLSv1.3:TLS_AES_256_GCM_SHA384 encrypted) esmtp id 1qzB9p-1L3atA0; Sat, 4 Nov 2023 08:33:25 +0100 From: Markus Volk To: openembedded-devel@lists.openembedded.org Subject: [meta-gnome][PATCH 4/5] dconf-editor: Upgrade 43 -> 45.0.1 Date: Sat, 4 Nov 2023 08:33:47 +0100 Message-ID: <20231104073348.132975-4-f_l_k@t-online.de> X-Mailer: git-send-email 2.42.0 In-Reply-To: <20231104073348.132975-1-f_l_k@t-online.de> References: <20231104073348.132975-1-f_l_k@t-online.de> MIME-Version: 1.0 X-TOI-EXPURGATEID: 150726::1699083205-CF573E93-F0379FC9/0/0 CLEAN NORMAL X-TOI-MSGID: 293002a7-431c-463e-8709-056d15b06a74 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 07:33:32 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/106353 dconf-editor 45.0.1 =================== Fix string freeze break dconf-editor 45.0 ================= Fix UI not displaying with latest GTK Misc fixes and translation updates Signed-off-by: Markus Volk --- .../dconf/{dconf-editor_43.0.bb => dconf-editor_45.0.1.bb} | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) rename meta-gnome/recipes-gnome/dconf/{dconf-editor_43.0.bb => dconf-editor_45.0.1.bb} (63%) diff --git a/meta-gnome/recipes-gnome/dconf/dconf-editor_43.0.bb b/meta-gnome/recipes-gnome/dconf/dconf-editor_45.0.1.bb similarity index 63% rename from meta-gnome/recipes-gnome/dconf/dconf-editor_43.0.bb rename to meta-gnome/recipes-gnome/dconf/dconf-editor_45.0.1.bb index 5b3764560..31226ef44 100644 --- a/meta-gnome/recipes-gnome/dconf/dconf-editor_43.0.bb +++ b/meta-gnome/recipes-gnome/dconf/dconf-editor_45.0.1.bb @@ -6,6 +6,7 @@ GNOMEBASEBUILDCLASS = "meson" DEPENDS = " \ dconf \ + desktop-file-utils-native \ gtk+3 \ glib-2.0 \ libhandy\ @@ -13,7 +14,8 @@ DEPENDS = " \ inherit gnomebase vala gsettings bash-completion pkgconfig gtk-icon-cache -SRC_URI[archive.sha256sum] = "935a3c2dd76cc2a93cd5aee9a54d3947fb111eb396f4b63dc5f0ba8f8d099136" +SRC_URI = "${GNOME_MIRROR}/${GNOMEBN}/45/${GNOMEBN}-${PV}.tar.${GNOME_COMPRESS_TYPE};name=archive" +SRC_URI[archive.sha256sum] = "1180297678eedae6217cc514a2638c187d2f1d1ef2720cb9079b740c429941dd" FILES:${PN} += " \ ${datadir}/dbus-1 \ From patchwork Sat Nov 4 07:33:48 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Markus Volk X-Patchwork-Id: 33853 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 87553C4332F for ; Sat, 4 Nov 2023 07:33:32 +0000 (UTC) Received: from mailout10.t-online.de (mailout10.t-online.de [194.25.134.21]) by mx.groups.io with SMTP id smtpd.web10.5556.1699083208367429901 for ; Sat, 04 Nov 2023 00:33:28 -0700 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=pass (domain: t-online.de, ip: 194.25.134.21, mailfrom: f_l_k@t-online.de) Received: from fwd81.aul.t-online.de (fwd81.aul.t-online.de [10.223.144.107]) by mailout10.t-online.de (Postfix) with SMTP id 80A2B33078 for ; Sat, 4 Nov 2023 08:33:26 +0100 (CET) Received: from intel-corei7-64.fritz.box ([84.163.35.165]) by fwd81.t-online.de with (TLSv1.3:TLS_AES_256_GCM_SHA384 encrypted) esmtp id 1qzB9p-1L3atB0; Sat, 4 Nov 2023 08:33:25 +0100 From: Markus Volk To: openembedded-devel@lists.openembedded.org Subject: [meta-gnome][PATCH 5/5] libgsf: Upgrade 1.14.50 -> 1.14.51 Date: Sat, 4 Nov 2023 08:33:48 +0100 Message-ID: <20231104073348.132975-5-f_l_k@t-online.de> X-Mailer: git-send-email 2.42.0 In-Reply-To: <20231104073348.132975-1-f_l_k@t-online.de> References: <20231104073348.132975-1-f_l_k@t-online.de> MIME-Version: 1.0 X-TOI-EXPURGATEID: 150726::1699083205-CF573E93-DE9FA595/0/0 CLEAN NORMAL X-TOI-MSGID: 237b0593-f225-498d-8c12-8ee926265eb5 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 07:33:32 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/106351 License changed to LGPL-2.1-only https://gitlab.gnome.org/GNOME/libgsf/-/commit/037c913eb631349c410ef45e49697bf5c46dac8a Signed-off-by: Markus Volk --- .../libgsf/{libgsf_1.14.50.bb => libgsf_1.14.51.bb} | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) rename meta-gnome/recipes-gnome/libgsf/{libgsf_1.14.50.bb => libgsf_1.14.51.bb} (60%) diff --git a/meta-gnome/recipes-gnome/libgsf/libgsf_1.14.50.bb b/meta-gnome/recipes-gnome/libgsf/libgsf_1.14.51.bb similarity index 60% rename from meta-gnome/recipes-gnome/libgsf/libgsf_1.14.50.bb rename to meta-gnome/recipes-gnome/libgsf/libgsf_1.14.51.bb index d2486a035..e213f60bc 100644 --- a/meta-gnome/recipes-gnome/libgsf/libgsf_1.14.50.bb +++ b/meta-gnome/recipes-gnome/libgsf/libgsf_1.14.51.bb @@ -1,7 +1,6 @@ SUMMARY = "GNOME Structured File Library" -LICENSE = "GPL-2.0-only & LGPL-2.1-only" -LIC_FILES_CHKSUM = "file://COPYING;md5=dc7371b50816c96e145fa0f8ade8e24d \ - file://COPYING.LIB;md5=61464cfe342798eeced82efe9ae55f63" +LICENSE = "LGPL-2.1-only" +LIC_FILES_CHKSUM = "file://COPYING;md5=61464cfe342798eeced82efe9ae55f63" SECTION = "libs" @@ -9,7 +8,7 @@ DEPENDS= "libxml2 bzip2 glib-2.0 zlib gnome-common-native" inherit gnomebase gobject-introspection gettext gtk-doc -SRC_URI[archive.sha256sum] = "6e6c20d0778339069d583c0d63759d297e817ea10d0d897ebbe965f16e2e8e52" +SRC_URI[archive.sha256sum] = "f0b83251f98b0fd5592b11895910cc0e19f798110b389aba7da1cb7c474017f5" SRC_URI += "file://0001-configure.ac-drop-a-copy-paste-of-introspection.m4-m.patch" PACKAGECONFIG ??= ""