From patchwork Mon Apr 1 18:03:22 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: 41822 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 2CC1DCD12AF for ; Mon, 1 Apr 2024 18:03:28 +0000 (UTC) Received: from a27-45.smtp-out.us-west-2.amazonses.com (a27-45.smtp-out.us-west-2.amazonses.com [54.240.27.45]) by mx.groups.io with SMTP id smtpd.web10.1988.1711994601233172126 for ; Mon, 01 Apr 2024 11:03:23 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=TVF7/8RV; dkim=pass header.i=@amazonses.com header.s=7v7vs6w47njt4pimodk5mmttbegzsi6n header.b=RqPGpwZw; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.45, mailfrom: 0101018e9ad4847c-adf10399-6c36-4077-8fd8-43ee29b5eae9-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=1711994602; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=dPQ5t36H93836zznRNVvMouDbSPR0OQIGEs20tmNm80=; b=TVF7/8RVw0lB8mgB1f38fTgVY3xrawVSWBbA5QDG7v7+GKdfW+wxYptOBt6VMxPR N1G0CuIY17hKpC9aiAgkqXMX5cg1wzfGy8K+vrw7XUDGnubykIa3cwhZoDDYAJFRbng qryNpgbtwrNNRkalXAKn+6F+WJhjvn4ZoC83yerA= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=7v7vs6w47njt4pimodk5mmttbegzsi6n; d=amazonses.com; t=1711994602; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=dPQ5t36H93836zznRNVvMouDbSPR0OQIGEs20tmNm80=; b=RqPGpwZwNaOkcZ0r1B9yclFi4ynKFLDIbwuT8I8KZdvNbB161T874p4k0K/sOzxI u6MBPAHJqV1/XwEcbKkTHPBSEUDzSNVcQNQxvi4N9SGHfQFJyv7TpQ8BFGiNCi5v2qv VZFjqcPnUkWtlESnwMaV20QX7YpvHOp3dXW/WEzM= MIME-Version: 1.0 From: auh@yoctoproject.org To: Ross Burton Cc: openembedded-core@lists.openembedded.org Subject: [AUH] pango: upgrading to 1.52.2 SUCCEEDED Message-ID: <0101018e9ad4847c-adf10399-6c36-4077-8fd8-43ee29b5eae9-000000@us-west-2.amazonses.com> Date: Mon, 1 Apr 2024 18:03:22 +0000 Feedback-ID: 1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2024.04.01-54.240.27.45 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 ; Mon, 01 Apr 2024 18:03:28 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/197791 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *pango* to *1.52.2* has Succeeded. Next steps: - apply the patch: git am 0001-pango-upgrade-1.52.0-1.52.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 e4e7615933ab802707ecec1beff3f958adb59c83 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Mon, 1 Apr 2024 13:16:47 +0000 Subject: [PATCH] pango: upgrade 1.52.0 -> 1.52.2 --- .../pango/pango/0001-Skip-running-test-layout-test.patch | 5 +---- .../pango/{pango_1.52.0.bb => pango_1.52.2.bb} | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) rename meta/recipes-graphics/pango/{pango_1.52.0.bb => pango_1.52.2.bb} (94%) diff --git a/meta/recipes-graphics/pango/pango/0001-Skip-running-test-layout-test.patch b/meta/recipes-graphics/pango/pango/0001-Skip-running-test-layout-test.patch index ec7fb4727e..2263e807cd 100644 --- a/meta/recipes-graphics/pango/pango/0001-Skip-running-test-layout-test.patch +++ b/meta/recipes-graphics/pango/pango/0001-Skip-running-test-layout-test.patch @@ -1,4 +1,4 @@ -From b9bfe3a79f165682a6db3d7ee1928365e93b1ccf Mon Sep 17 00:00:00 2001 +From 271f4eb0df55d85178b08d6be0241e59464e8dc9 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 13 Apr 2022 19:39:29 -0700 Subject: [PATCH] Skip running test-layout test @@ -40,6 +40,3 @@ index 1139e4f..b47a066 100644 - return g_test_run (); + return 77; } --- -2.35.2 - diff --git a/meta/recipes-graphics/pango/pango_1.52.0.bb b/meta/recipes-graphics/pango/pango_1.52.2.bb similarity index 94% rename from meta/recipes-graphics/pango/pango_1.52.0.bb rename to meta/recipes-graphics/pango/pango_1.52.2.bb index 7505ff9279..4f748e6554 100644 --- a/meta/recipes-graphics/pango/pango_1.52.0.bb +++ b/meta/recipes-graphics/pango/pango_1.52.2.bb @@ -23,7 +23,7 @@ SRC_URI += "file://run-ptest \ file://0001-Skip-running-test-layout-test.patch \ " -SRC_URI[archive.sha256sum] = "1ec8518879c3f43224499f08e8ecbbdf4a5d302ed6cd3853b4fa949f82b89a9b" +SRC_URI[archive.sha256sum] = "d0076afe01082814b853deec99f9349ece5f2ce83908b8e58ff736b41f78a96b" DEPENDS = "glib-2.0 glib-2.0-native fontconfig freetype virtual/libiconv cairo harfbuzz fribidi"