From patchwork Sun Dec 1 10:06:10 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 53431 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 4B397D49788 for ; Sun, 1 Dec 2024 10:06:21 +0000 (UTC) Received: from a27-31.smtp-out.us-west-2.amazonses.com (a27-31.smtp-out.us-west-2.amazonses.com [54.240.27.31]) by mx.groups.io with SMTP id smtpd.web11.149812.1733047567127021579 for ; Sun, 01 Dec 2024 02:06:11 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx header.b=Yp4C3seJ; dkim=pass header.i=@amazonses.com header.s=7v7vs6w47njt4pimodk5mmttbegzsi6n header.b=C+cQYuTw; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.31, mailfrom: 0101019381af51d1-13597ccd-f4c0-4956-a893-dc904abf0eb5-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx; d=yoctoproject.org; t=1733047571; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=07RW87PpUd4uIvzVe6gD4U0DLinSiCJsNOFQXsgUuPs=; b=Yp4C3seJrvNYkVFoAsvzffnMjegJQjFRchrt8/LAHbdkTgBYBbCyvzOVJeoGX1Qv rjmd02JSPNtoyI1dixiJ2gLzvAtaQzToidsw0SlMn6aspMbi9+bYXKzR7vBLUj11Tfu Eul1XTSaUAWwOlF5n9mmk6KjhZlS453ERaMUUWJg= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=7v7vs6w47njt4pimodk5mmttbegzsi6n; d=amazonses.com; t=1733047571; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=07RW87PpUd4uIvzVe6gD4U0DLinSiCJsNOFQXsgUuPs=; b=C+cQYuTwHZTaKAh4iJWbmEATU/Q2Johog6LhbNb+1UQFITWfUPTbpGI7d7+xfinw vVghanYLsMcb7ZAX4gX51rmgFwMwYkCv0RM6jS0Ctt9k0fxPvWNfz9j8+7Dxt5KrEpA N4lPlLOgHOaNxyqom0c3qU3BGqj3aXdmQ4kVoZVk= MIME-Version: 1.0 From: auh@yoctoproject.org To: Anuj Mittal Cc: openembedded-core@lists.openembedded.org Subject: [AUH] vte: upgrading to 0.78.2 SUCCEEDED Message-ID: <0101019381af51d1-13597ccd-f4c0-4956-a893-dc904abf0eb5-000000@us-west-2.amazonses.com> Date: Sun, 1 Dec 2024 10:06:10 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2024.12.01-54.240.27.31 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 ; Sun, 01 Dec 2024 10:06:21 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/208108 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *vte* to *0.78.2* has Succeeded. Next steps: - apply the patch: git am 0001-vte-upgrade-0.78.1-0.78.2.patch - check the changes to upstream patches and summarize them in the commit message, - compile an image that contains the package - perform some basic sanity tests - amend the patch and sign it off: git commit -s --reset-author --amend - send it to the appropriate mailing list Alternatively, if you believe the recipe should not be upgraded at this time, you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that automatic upgrades would no longer be attempted. Please review the attached files for further information and build/update failures. Any problem please file a bug at https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler Regards, The Upgrade Helper -- >8 -- From 5410092896668cc0743987dd67a8602cf21965e9 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Sun, 1 Dec 2024 10:05:44 +0000 Subject: [PATCH] vte: upgrade 0.78.1 -> 0.78.2 --- ...0001-Add-W_EXITCODE-macro-for-non-glibc-systems.patch | 4 ++-- meta/recipes-support/vte/vte/0002-lib-Typo-fix.patch | 4 ++-- ...float-Add-single-header-library-for-from_char-i.patch | 8 ++++---- ...-parser-Use-fast_float-implementation-for-from_.patch | 9 ++++----- .../recipes-support/vte/{vte_0.78.1.bb => vte_0.78.2.bb} | 2 +- 5 files changed, 13 insertions(+), 14 deletions(-) rename meta/recipes-support/vte/{vte_0.78.1.bb => vte_0.78.2.bb} (96%) diff --git a/meta/recipes-support/vte/vte/0001-Add-W_EXITCODE-macro-for-non-glibc-systems.patch b/meta/recipes-support/vte/vte/0001-Add-W_EXITCODE-macro-for-non-glibc-systems.patch index e2cff6cf76..05cda711d2 100644 --- a/meta/recipes-support/vte/vte/0001-Add-W_EXITCODE-macro-for-non-glibc-systems.patch +++ b/meta/recipes-support/vte/vte/0001-Add-W_EXITCODE-macro-for-non-glibc-systems.patch @@ -1,4 +1,4 @@ -From b8795dda629614cd842fcba1c4b50be759c20da4 Mon Sep 17 00:00:00 2001 +From e5a4af235673506c32e2a603817c026302209de9 Mon Sep 17 00:00:00 2001 From: Danilo Spinella Date: Thu, 21 Mar 2019 14:19:26 +0100 Subject: [PATCH] Add W_EXITCODE macro for non-glibc systems @@ -16,7 +16,7 @@ Signed-off-by: Andreas Müller 1 file changed, 4 insertions(+) diff --git a/src/widget.cc b/src/widget.cc -index b8daa5c..c357960 100644 +index 66955a6..b352c11 100644 --- a/src/widget.cc +++ b/src/widget.cc @@ -16,6 +16,10 @@ diff --git a/meta/recipes-support/vte/vte/0002-lib-Typo-fix.patch b/meta/recipes-support/vte/vte/0002-lib-Typo-fix.patch index 410d506806..8ac5dbeaa1 100644 --- a/meta/recipes-support/vte/vte/0002-lib-Typo-fix.patch +++ b/meta/recipes-support/vte/vte/0002-lib-Typo-fix.patch @@ -1,7 +1,7 @@ -From 6b7440996819c12ec32bfaf4e73b27baeb273207 Mon Sep 17 00:00:00 2001 +From cde64b1bab863f32209e5f44172222e44a3b3472 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Thu, 5 Sep 2024 23:59:05 +0200 -Subject: [PATCH 2/3] lib: Typo fix +Subject: [PATCH] lib: Typo fix Fixes: https://gitlab.gnome.org/GNOME/vte/-/issues/2816 Upstream-Status: Backport [https://gitlab.gnome.org/GNOME/vte/-/commit/e24087d953d9352c8bc46074e2662c80f9bfbc2d] diff --git a/meta/recipes-support/vte/vte/0004-fast_float-Add-single-header-library-for-from_char-i.patch b/meta/recipes-support/vte/vte/0004-fast_float-Add-single-header-library-for-from_char-i.patch index 731dba729d..29b8e973b2 100644 --- a/meta/recipes-support/vte/vte/0004-fast_float-Add-single-header-library-for-from_char-i.patch +++ b/meta/recipes-support/vte/vte/0004-fast_float-Add-single-header-library-for-from_char-i.patch @@ -1,7 +1,7 @@ -From 2a32e43e43b04771a3357d3d4ccbafa7714e0114 Mon Sep 17 00:00:00 2001 +From 1b84deb0148e8a83396354af75c21edced1ed411 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Fri, 4 Oct 2024 21:21:11 -0700 -Subject: [PATCH 4/5] fast_float: Add single header library for from_char +Subject: [PATCH] fast_float: Add single header library for from_char implementation Document the process to re-generate the file whenever new release @@ -18,7 +18,7 @@ Signed-off-by: Khem Raj create mode 100644 src/fast_float.hh diff --git a/README.md b/README.md -index a32465a9..20ed5ba2 100644 +index a32465a..20ed5ba 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,23 @@ on download.gnome.org, but please note that any tarball for releases @@ -47,7 +47,7 @@ index a32465a9..20ed5ba2 100644 diff --git a/src/fast_float.hh b/src/fast_float.hh new file mode 100644 -index 00000000..e0d5dd53 +index 0000000..e0d5dd5 --- /dev/null +++ b/src/fast_float.hh @@ -0,0 +1,3869 @@ diff --git a/meta/recipes-support/vte/vte/0005-color-parser-Use-fast_float-implementation-for-from_.patch b/meta/recipes-support/vte/vte/0005-color-parser-Use-fast_float-implementation-for-from_.patch index b951bbac18..d42e52cde4 100644 --- a/meta/recipes-support/vte/vte/0005-color-parser-Use-fast_float-implementation-for-from_.patch +++ b/meta/recipes-support/vte/vte/0005-color-parser-Use-fast_float-implementation-for-from_.patch @@ -1,8 +1,7 @@ -From 08b90d0a5bf8ceb68dd1b4e9ded0f8a2b5287a6e Mon Sep 17 00:00:00 2001 +From 19e6ef0cb4948449dbf27ffdb24434c1b83bd350 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Fri, 4 Oct 2024 21:22:52 -0700 -Subject: [PATCH 5/5] color-parser: Use fast_float implementation for - from_chars +Subject: [PATCH] color-parser: Use fast_float implementation for from_chars Removed dependency on c++ runtime to provide it. @@ -16,7 +15,7 @@ Signed-off-by: Khem Raj 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/src/color-parser.cc b/src/color-parser.cc -index 02ec5d3a..42c51966 100644 +index 02ec5d3..42c5196 100644 --- a/src/color-parser.cc +++ b/src/color-parser.cc @@ -17,7 +17,7 @@ @@ -64,7 +63,7 @@ index 02ec5d3a..42c51966 100644 return std::nullopt; diff --git a/src/termprops.hh b/src/termprops.hh -index 0d3f0f4c..a10fc7d1 100644 +index 0d3f0f4..a10fc7d 100644 --- a/src/termprops.hh +++ b/src/termprops.hh @@ -17,6 +17,7 @@ diff --git a/meta/recipes-support/vte/vte_0.78.1.bb b/meta/recipes-support/vte/vte_0.78.2.bb similarity index 96% rename from meta/recipes-support/vte/vte_0.78.1.bb rename to meta/recipes-support/vte/vte_0.78.2.bb index 5723f35b83..182a3073c4 100644 --- a/meta/recipes-support/vte/vte_0.78.1.bb +++ b/meta/recipes-support/vte/vte_0.78.2.bb @@ -22,7 +22,7 @@ SRC_URI += "file://0001-Add-W_EXITCODE-macro-for-non-glibc-systems.patch \ file://0004-fast_float-Add-single-header-library-for-from_char-i.patch \ file://0005-color-parser-Use-fast_float-implementation-for-from_.patch \ " -SRC_URI[archive.sha256sum] = "6499d25179315255f9bcfce03c66fb84c03ad325dea23d0e372178521eca42b5" +SRC_URI[archive.sha256sum] = "35d7bcde07356846b4a12881c8e016705b70a9004a9082285eee5834ccc49890" ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"