From patchwork Sun Sep 15 14:34:01 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: 49116 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 C0088C35FFB for ; Sun, 15 Sep 2024 14:34:17 +0000 (UTC) Received: from a27-29.smtp-out.us-west-2.amazonses.com (a27-29.smtp-out.us-west-2.amazonses.com [54.240.27.29]) by mx.groups.io with SMTP id smtpd.web11.115411.1726410842333116240 for ; Sun, 15 Sep 2024 07:34:02 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx header.b=ZOLP124W; dkim=pass header.i=@amazonses.com header.s=7v7vs6w47njt4pimodk5mmttbegzsi6n header.b=0NJ0H8YS; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.29, mailfrom: 01010191f61ade5e-ff4ef6c9-7fa2-47f4-ace1-9c4431d8c77d-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=1726410841; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=VaX4uPFdcQAFn+Ibl8myez7wQXOLhyEN/ZWK//BhHB4=; b=ZOLP124WGg85SM61NrOiVQEVcNOK3z6QtpV71/qkm+f8A0uDUvqbdacc9mnfTJ1w Sr0v1/HvD8QxoaRhFzBZR8iWhxywQIbUIKMedVYIK8Fr9mpMMvkEr+o/AJCiLCautwy wHCRooQCmtL7tT2BXSsxuGdEk2s0bxVlkNim8jtw= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=7v7vs6w47njt4pimodk5mmttbegzsi6n; d=amazonses.com; t=1726410841; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=VaX4uPFdcQAFn+Ibl8myez7wQXOLhyEN/ZWK//BhHB4=; b=0NJ0H8YSp1tOyzSOEy1NtNXJz/gyA3HUs3TcaDFgEUuRbVhWWYbND4AcJP34z25e YRCzV0T4e4Va0pHgP1BEaDBpXkZFOKDm2sU45pOldjF2U6WFF86qnzwQ2NkaAc7U3fG 6XAAhGLL4KIJSu4x2JaUbLU69VhpfYnhwXz+/cLI= MIME-Version: 1.0 From: auh@yoctoproject.org To: Anuj Mittal Cc: openembedded-core@lists.openembedded.org Subject: [AUH] vte: upgrading to 0.78.0 SUCCEEDED Message-ID: <01010191f61ade5e-ff4ef6c9-7fa2-47f4-ace1-9c4431d8c77d-000000@us-west-2.amazonses.com> Date: Sun, 15 Sep 2024 14:34:01 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2024.09.15-54.240.27.29 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, 15 Sep 2024 14:34:17 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/204581 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *vte* to *0.78.0* has Succeeded. Next steps: - apply the patch: git am 0001-vte-upgrade-0.76.3-0.78.0.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 15f431f24baffe98e3c69329d4bd8db12038e305 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Sun, 15 Sep 2024 14:33:57 +0000 Subject: [PATCH] vte: upgrade 0.76.3 -> 0.78.0 --- .../vte/0001-Add-W_EXITCODE-macro-for-non-glibc-systems.patch | 4 ++-- meta/recipes-support/vte/{vte_0.76.3.bb => vte_0.78.0.bb} | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-support/vte/{vte_0.76.3.bb => vte_0.78.0.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..b21ee4754a 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 605fd189e0db46793967c7425dfc546c5c76ff7c 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_0.76.3.bb b/meta/recipes-support/vte/vte_0.78.0.bb similarity index 96% rename from meta/recipes-support/vte/vte_0.76.3.bb rename to meta/recipes-support/vte/vte_0.78.0.bb index 515ff228fd..8c9292e8a7 100644 --- a/meta/recipes-support/vte/vte_0.76.3.bb +++ b/meta/recipes-support/vte/vte_0.78.0.bb @@ -19,7 +19,7 @@ GIDOCGEN_MESON_OPTION = "docs" inherit gnomebase gi-docgen features_check upstream-version-is-even gobject-introspection systemd vala SRC_URI += "file://0001-Add-W_EXITCODE-macro-for-non-glibc-systems.patch" -SRC_URI[archive.sha256sum] = "f678e94c056f377fd0021214adff5450cb172e9a08b160911181ddff7b7d5d60" +SRC_URI[archive.sha256sum] = "07f09c6228a8bb3c1599dd0f5a6ec797b30d3010c3ac91cf21b69d9635dfaf7c" ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"