From patchwork Thu Feb 15 17:32:26 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: 39406 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 7A37DC54E5D for ; Thu, 15 Feb 2024 17:32:33 +0000 (UTC) Received: from a27-29.smtp-out.us-west-2.amazonses.com (a27-29.smtp-out.us-west-2.amazonses.com [54.240.27.29]) by mx.groups.io with SMTP id smtpd.web10.20166.1708018345567949155 for ; Thu, 15 Feb 2024 09:32:26 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=eVT6ffXl; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=EgFUBiXN; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.29, mailfrom: 0101018dadd3a87e-2face09a-f25e-4d63-8341-bcaf113f059f-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=1708018346; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=0ZPvEH7yicIx3kerpC7sLrqumOtrp2GKRG5kwpbphwA=; b=eVT6ffXlxrkjcM1iXy4REAk84aJ2Sn3gBUSJNDcCDrxnNefwv98CjBbHh8VUSPGi J5knJ0RCH5jMQb7nSs0CFKqL27qCG5fx72PbI/1eo8ikRsXz2ob9++ldYfhhTfn01Xv nEteEYZhzulDDGmaGNLnypnjtgk/3kFDl6lND6Q4= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1708018346; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=0ZPvEH7yicIx3kerpC7sLrqumOtrp2GKRG5kwpbphwA=; b=EgFUBiXNUe7APtONU7k1bgNiGbB2r62sz+rdSOLnt6C9YLd1aFOeg9keo5NTKmS/ uMYLo06lm7sYVD088NZTGW1+PRA+9w4dr9ZlU8N180yOh30swe3ggvQtDsCvwluBtMb 5MqX4odDZUsSLYo/keXD0H2Fbx7smeIkdHl3hxuc= MIME-Version: 1.0 From: auh@yoctoproject.org To: Ross Burton Cc: openembedded-core@lists.openembedded.org Subject: [AUH] pango: upgrading to 1.51.2 SUCCEEDED Message-ID: <0101018dadd3a87e-2face09a-f25e-4d63-8341-bcaf113f059f-000000@us-west-2.amazonses.com> Date: Thu, 15 Feb 2024 17:32:26 +0000 Feedback-ID: 1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2024.02.15-54.240.27.29 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, 15 Feb 2024 17:32:33 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/195643 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *pango* to *1.51.2* has Succeeded. Next steps: - apply the patch: git am 0001-pango-upgrade-1.51.0-1.51.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 9d599efb46c84d23f93e4db2f674a4604b40ae0e Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Thu, 15 Feb 2024 13:16:01 +0000 Subject: [PATCH] pango: upgrade 1.51.0 -> 1.51.2 --- .../pango/pango/0001-Skip-running-test-layout-test.patch | 6 ++---- .../pango/{pango_1.51.0.bb => pango_1.51.2.bb} | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) rename meta/recipes-graphics/pango/{pango_1.51.0.bb => pango_1.51.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..8178f164e3 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 64bd43acad2c065df50e2a119a99aa4997f83b40 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 @@ -25,6 +25,7 @@ FAIL: pango/test-layout.test (Child process killed by signal 6) Upstream-Status: Inappropriate [bugfix https://gitlab.gnome.org/GNOME/pango/-/issues/677] Signed-off-by: Khem Raj + --- tests/test-layout.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) @@ -40,6 +41,3 @@ index 1139e4f..b47a066 100644 - return g_test_run (); + return 77; } --- -2.35.2 - diff --git a/meta/recipes-graphics/pango/pango_1.51.0.bb b/meta/recipes-graphics/pango/pango_1.51.2.bb similarity index 94% rename from meta/recipes-graphics/pango/pango_1.51.0.bb rename to meta/recipes-graphics/pango/pango_1.51.2.bb index 85a0270a3f..4721408338 100644 --- a/meta/recipes-graphics/pango/pango_1.51.0.bb +++ b/meta/recipes-graphics/pango/pango_1.51.2.bb @@ -23,7 +23,7 @@ SRC_URI += "file://run-ptest \ file://0001-Skip-running-test-layout-test.patch \ " -SRC_URI[archive.sha256sum] = "74efc109ae6f903bbe6af77eaa2ac6094b8ee245a2e23f132a7a8f0862d1a9f5" +SRC_URI[archive.sha256sum] = "3dba407f2b5fc117e192f3025f0a1cc8edc1fd9b934b1c578b2b97342139415a" DEPENDS = "glib-2.0 glib-2.0-native fontconfig freetype virtual/libiconv cairo harfbuzz fribidi"