From patchwork Wed Jan 15 10:26:16 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 55601 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 BD11DC02188 for ; Wed, 15 Jan 2025 10:26:18 +0000 (UTC) Received: from a27-23.smtp-out.us-west-2.amazonses.com (a27-23.smtp-out.us-west-2.amazonses.com [54.240.27.23]) by mx.groups.io with SMTP id smtpd.web11.17880.1736936777793155665 for ; Wed, 15 Jan 2025 02:26:18 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx header.b=FjTO37jK; dkim=pass header.i=@amazonses.com header.s=7v7vs6w47njt4pimodk5mmttbegzsi6n header.b=OcDduqLV; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.23, mailfrom: 01010194697fe50f-752065cf-206d-44c2-8719-384281d8078a-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=1736936777; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=S0Qty/ywtrqkS1UJW3xlKrrkOgeAAuRUVa3/Q0GCg9o=; b=FjTO37jKwj1qOnMAo82oQwPtSL2ZtMJyFga4s1Dd83wCF7/GDK+XrmC5xxW4Tu+5 0zcCNTOOBWTaqvUN8lc8+r8bAf4r3fcgS/gqo3MePrrSNYbEEXXWaguniK037zQhUpR ytNiXwUOVv4q5+l+6D3AsVHB0KmRRuyRlNWg6wO8= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=7v7vs6w47njt4pimodk5mmttbegzsi6n; d=amazonses.com; t=1736936777; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=S0Qty/ywtrqkS1UJW3xlKrrkOgeAAuRUVa3/Q0GCg9o=; b=OcDduqLVn5aK8d29cmFsi64CFXJ8i+0uv1ymf2Yvl0A+1LtsUldQzEX/7ZJD0tJd KpND4FAPhKwIRxFFtDCAXL+ZQyT9MpSMvlSTO4nM8KhewkteBs5WAv5EkQekkfL3SqY t3foyFsKAhhUA+nU/6se6tli63IKMHqaDdyOlVgs= MIME-Version: 1.0 From: auh@yoctoproject.org To: Ross Burton Cc: openembedded-core@lists.openembedded.org Subject: [AUH] pango: upgrading to 1.56.0 SUCCEEDED Message-ID: <01010194697fe50f-752065cf-206d-44c2-8719-384281d8078a-000000@us-west-2.amazonses.com> Date: Wed, 15 Jan 2025 10:26:16 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2025.01.15-54.240.27.23 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 ; Wed, 15 Jan 2025 10:26:18 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/209871 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *pango* to *1.56.0* has Succeeded. Next steps: - apply the patch: git am 0001-pango-upgrade-1.55.5-1.56.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 9afb33c65062ff36631815ffaf52a053681f1a4c Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Wed, 15 Jan 2025 08:58:59 +0000 Subject: [PATCH] pango: upgrade 1.55.5 -> 1.56.0 --- .../recipes-graphics/pango/{pango_1.55.5.bb => pango_1.56.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-graphics/pango/{pango_1.55.5.bb => pango_1.56.0.bb} (93%) diff --git a/meta/recipes-graphics/pango/pango_1.55.5.bb b/meta/recipes-graphics/pango/pango_1.56.0.bb similarity index 93% rename from meta/recipes-graphics/pango/pango_1.55.5.bb rename to meta/recipes-graphics/pango/pango_1.56.0.bb index 6c7242274f..4184d8733e 100644 --- a/meta/recipes-graphics/pango/pango_1.55.5.bb +++ b/meta/recipes-graphics/pango/pango_1.56.0.bb @@ -18,7 +18,7 @@ UPSTREAM_CHECK_REGEX = "pango-(?P\d+\.(?!9\d+)\d+\.\d+)" GIR_MESON_ENABLE_FLAG = "enabled" GIR_MESON_DISABLE_FLAG = "disabled" -SRC_URI[archive.sha256sum] = "e396126ea08203cbd8ef12638e6222e2e1fd8aa9cac6743072fedc5f2d820dd8" +SRC_URI[archive.sha256sum] = "1fb98b338ee6f7cf8ef96153b7d242f4568fe60f9b7434524eca630a57bd538b" DEPENDS = "glib-2.0 glib-2.0-native fontconfig freetype virtual/libiconv cairo harfbuzz fribidi"