From patchwork Sat Jul 1 16:02:04 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 26817 Return-Path: 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 75800C001DE for ; Sat, 1 Jul 2023 16:02:06 +0000 (UTC) Received: from a27-192.smtp-out.us-west-2.amazonses.com (a27-192.smtp-out.us-west-2.amazonses.com [54.240.27.192]) by mx.groups.io with SMTP id smtpd.web10.10506.1688227323727153084 for ; Sat, 01 Jul 2023 09:02:04 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=Yq1NvOyG; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.192, mailfrom: 010101891230a138-6ab0f2f1-c5e1-4dc8-a522-38dc12ab63a8-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky; d=yoctoproject.org; t=1688227324; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=lZ4wEsviiMV2Yf6a75NQDE4F+kM49rw6lJSCJdmqF/Q=; b=Yq1NvOyGs1hquxJmoYvy+NK835awhEMkXQLDW+76Xn0asLsiTokExKcDtbko5yz3 iXKbS8wJbqvbNZ92d7YPPzPvK/CUZCguYVskOoV0mgzw3lK40pZep00/bQTuAco3bTo M9epphXKsNShFOrBBcg7cJYWtOXYO8rLZcmuY9V8= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1688227324; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=lZ4wEsviiMV2Yf6a75NQDE4F+kM49rw6lJSCJdmqF/Q=; b=gnSnnlyAxGAy+II9mh3CcB+LXRIJkXGhOBU2AxnCQoY/+rQ+7k/Nax61XEwYi0BN C1blb11PHKE4iUWvy3AFT5ZyBlWE0QeBciXrKvPGzMRjoPwZZ1BH2URdg7SdFK8JTRF eDeaiDjubGd90ca8Az6kxgXh0MreF4Uv84l2rX28= MIME-Version: 1.0 From: auh@yoctoproject.org To: Anuj Mittal Cc: openembedded-core@lists.openembedded.org Subject: [AUH] vte: upgrading to 0.72.2 SUCCEEDED Message-ID: <010101891230a138-6ab0f2f1-c5e1-4dc8-a522-38dc12ab63a8-000000@us-west-2.amazonses.com> Date: Sat, 1 Jul 2023 16:02:04 +0000 Feedback-ID: 1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2023.07.01-54.240.27.192 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, 01 Jul 2023 16:02:06 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/183767 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *vte* to *0.72.2* has Succeeded. Next steps: - apply the patch: git am 0001-vte-upgrade-0.72.1-0.72.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 a4ee70917338888aee31f23778e70872b8d478b7 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Sat, 1 Jul 2023 16:01:59 +0000 Subject: [PATCH] vte: upgrade 0.72.1 -> 0.72.2 --- meta/recipes-support/vte/{vte_0.72.1.bb => vte_0.72.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/vte/{vte_0.72.1.bb => vte_0.72.2.bb} (94%) diff --git a/meta/recipes-support/vte/vte_0.72.1.bb b/meta/recipes-support/vte/vte_0.72.2.bb similarity index 94% rename from meta/recipes-support/vte/vte_0.72.1.bb rename to meta/recipes-support/vte/vte_0.72.2.bb index b9ff3183c8..4249b75ac0 100644 --- a/meta/recipes-support/vte/vte_0.72.1.bb +++ b/meta/recipes-support/vte/vte_0.72.2.bb @@ -21,7 +21,7 @@ inherit gnomebase gi-docgen features_check upstream-version-is-even gobject-intr # vapigen.m4 is required when vala is not present (but the one from vala should be used normally) SRC_URI += "file://0001-Add-W_EXITCODE-macro-for-non-glibc-systems.patch" -SRC_URI[archive.sha256sum] = "0554f9f88d56ce2d78398fcc7f69bc00e53bbbc5f694e0ae1dcaf5286f89d7e4" +SRC_URI[archive.sha256sum] = "f7966fd185a6981f53964162b71cfef7e606495155d6f5827b72aa0dd6741c9e" ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"