diff mbox series

[AUH] pango: upgrading to 1.52.1 SUCCEEDED

Message ID 0101018e430e9a10-6704b8a3-45d0-497d-b628-9cb4b2f0355a-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] pango: upgrading to 1.52.1 SUCCEEDED | expand

Commit Message

auh@yoctoproject.org March 15, 2024, 5 p.m. UTC
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *pango* to *1.52.1* has Succeeded.

Next steps:
    - apply the patch: git am 0001-pango-upgrade-1.52.0-1.52.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 5e57c13bab182fe94bb974b0a064d2d783356133 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Fri, 15 Mar 2024 12:29:06 +0000
Subject: [PATCH] pango: upgrade 1.52.0 -> 1.52.1

---
 .../pango/pango/0001-Skip-running-test-layout-test.patch     | 5 +----
 .../pango/{pango_1.52.0.bb => pango_1.52.1.bb}               | 2 +-
 2 files changed, 2 insertions(+), 5 deletions(-)
 rename meta/recipes-graphics/pango/{pango_1.52.0.bb => pango_1.52.1.bb} (94%)
diff mbox series

Patch

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..675838922b 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 f029fafbe6b60d396ce4c6219497225467c57bc4 Mon Sep 17 00:00:00 2001
 From: Khem Raj <raj.khem@gmail.com>
 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.1.bb
similarity index 94%
rename from meta/recipes-graphics/pango/pango_1.52.0.bb
rename to meta/recipes-graphics/pango/pango_1.52.1.bb
index 7505ff9279..a67c3791a2 100644
--- a/meta/recipes-graphics/pango/pango_1.52.0.bb
+++ b/meta/recipes-graphics/pango/pango_1.52.1.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] = "58728a0a2d86f60761208df9493033d18ecb2497abac80ee1a274ad0c6e55f0f"
 
 DEPENDS = "glib-2.0 glib-2.0-native fontconfig freetype virtual/libiconv cairo harfbuzz fribidi"