From patchwork Thu Feb 1 18:00:08 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 38594 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 799C0C4828E for ; Thu, 1 Feb 2024 18:00:14 +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.web11.2091.1706810404660546641 for ; Thu, 01 Feb 2024 10:00:09 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=QoKgKZbx; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=bShI99ys; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.192, mailfrom: 0101018d65d3fc97-8bea5e40-b670-4588-b688-9f00e0fdd951-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=1706810408; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=CVX32UGX/7MHGMUdvHRWXfkep7QSHKFEvTLdcRAH1E0=; b=QoKgKZbx03p3LhiHuOS+YHFNDTTt/TFnGOdWhW+m6AlsVkeUkeFLLDDWOM+tIyY4 2oL44QWq4wJtkp+O+8cvg/PZAEDhcx0zC9ltEwlS9IHEVDq02phU8+nK4Sm/7XU9qBZ MNpjIbxDheJfKnGnjl1jLwnUgqx0hL23kTdyDzBQ= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1706810408; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=CVX32UGX/7MHGMUdvHRWXfkep7QSHKFEvTLdcRAH1E0=; b=bShI99ysCyAMDuaTcy2uik1vsbw0b+8woL+M3wTtfhGOjX63cOmtqIckeeuCntig Ufp4RBCr42iOmw20MAQTqntXsZP6/dDK4HIjFL2Xjjw/1wCfZAyGfjW8CFTQl7wEuBL PuvJimdrVt1gCz771zenNUC1z9FcZc2x/j2iNqgE= MIME-Version: 1.0 From: auh@yoctoproject.org To: Tim Orling Cc: openembedded-core@lists.openembedded.org Subject: [AUH] at-spi2-core: upgrading to 2.50.1 SUCCEEDED Message-ID: <0101018d65d3fc97-8bea5e40-b670-4588-b688-9f00e0fdd951-000000@us-west-2.amazonses.com> Date: Thu, 1 Feb 2024 18:00:08 +0000 Feedback-ID: 1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2024.02.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 ; Thu, 01 Feb 2024 18:00:14 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/194721 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *at-spi2-core* to *2.50.1* has Succeeded. Next steps: - apply the patch: git am 0001-at-spi2-core-upgrade-2.50.0-2.50.1.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 85603fe098a02f62fbc167600474482774d95dad Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Thu, 1 Feb 2024 16:14:33 +0000 Subject: [PATCH] at-spi2-core: upgrade 2.50.0 -> 2.50.1 --- .../atk/{at-spi2-core_2.50.0.bb => at-spi2-core_2.50.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/atk/{at-spi2-core_2.50.0.bb => at-spi2-core_2.50.1.bb} (95%) diff --git a/meta/recipes-support/atk/at-spi2-core_2.50.0.bb b/meta/recipes-support/atk/at-spi2-core_2.50.1.bb similarity index 95% rename from meta/recipes-support/atk/at-spi2-core_2.50.0.bb rename to meta/recipes-support/atk/at-spi2-core_2.50.1.bb index 57958fb7f5..6996ebebcd 100644 --- a/meta/recipes-support/atk/at-spi2-core_2.50.0.bb +++ b/meta/recipes-support/atk/at-spi2-core_2.50.1.bb @@ -11,7 +11,7 @@ MAJ_VER = "${@oe.utils.trim_version("${PV}", 2)}" SRC_URI = "${GNOME_MIRROR}/${BPN}/${MAJ_VER}/${BPN}-${PV}.tar.xz" -SRC_URI[sha256sum] = "e9f5a8c8235c9dd963b2171de9120301129c677dde933955e1df618b949c4adc" +SRC_URI[sha256sum] = "5727b5c0687ac57ba8040e79bd6731b714a36b8fcf32190f236b8fb3698789e7" DEPENDS = " \ dbus \