From patchwork Fri Jun 16 03:51:25 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: 25808 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 F1AAFC2FC19 for ; Fri, 16 Jun 2023 03:51:29 +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.804.1686887482657561571 for ; Thu, 15 Jun 2023 20:51:26 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=ZmG+ydm1; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.31, mailfrom: 01010188c2545069-389a350b-6640-4959-a723-d9fc3f9a92bc-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=1686887485; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=uRzk65hTo7ql8pbQ1B5WP9KKW60nNbp6PRRnN4hENAQ=; b=ZmG+ydm1aZnAD/X7HimVfGa6MBcPb1jwOEgOzIStMUXcadVrMxZDJXni7PxBOHt4 XU5eAOmGBkvuf9NZsSCJZ67s/BTCxiZKoA8vQTsJhH6Zu8Hla5IPn7zC3GTHuapTTjj uljo4I3axm03+WjmifINdS3gEr4rGWqp9LtKADp8= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1686887485; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=uRzk65hTo7ql8pbQ1B5WP9KKW60nNbp6PRRnN4hENAQ=; b=CZn5sJimf6WM6TQh2sZZZibE2IiAkQlUNh9Osmc2kGIQz7mbSP38knf8if8dpXA3 DcK8R54GvLCnYVWM4yL/AXv+WqzZPb0ME8pbDQjlbuMf6MisV3kunWIF+Gi6b09Vyrf OYhBes3L1Kt7T6yTw7KBAVxzaYjbmdBVA5Z4twsg= 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: <01010188c2545069-389a350b-6640-4959-a723-d9fc3f9a92bc-000000@us-west-2.amazonses.com> Date: Fri, 16 Jun 2023 03:51:25 +0000 Feedback-ID: 1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2023.06.16-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 ; Fri, 16 Jun 2023 03:51:29 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/182995 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 a6ed2f45b005a1dabaaf18631e0dae9824cc0360 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Fri, 16 Jun 2023 03:46:53 +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}"