diff mbox series

[AUH] cairomm-1.16: upgrading to 1.18.0 SUCCEEDED

Message ID 0101018b96bebe05-1203abcf-10de-4488-81f8-11b519f9b5a6-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] cairomm-1.16: upgrading to 1.18.0 SUCCEEDED | expand

Commit Message

auh@yoctoproject.org Nov. 3, 2023, 7:52 p.m. UTC
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *cairomm-1.16* to *1.18.0* has Succeeded.

Next steps:
    - apply the patch: git am 0001-cairomm-1.16-upgrade-1.16.2-1.18.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 3bcf632f6b016398a3c6dbf33913c535656b0fa1 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Fri, 3 Nov 2023 11:46:54 +0000
Subject: [PATCH] cairomm-1.16: upgrade 1.16.2 -> 1.18.0

---
 .../cairo/{cairomm-1.16_1.16.2.bb => cairomm-1.16_1.18.0.bb}    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-graphics/cairo/{cairomm-1.16_1.16.2.bb => cairomm-1.16_1.18.0.bb} (82%)
diff mbox series

Patch

diff --git a/meta-oe/recipes-graphics/cairo/cairomm-1.16_1.16.2.bb b/meta-oe/recipes-graphics/cairo/cairomm-1.16_1.18.0.bb
similarity index 82%
rename from meta-oe/recipes-graphics/cairo/cairomm-1.16_1.16.2.bb
rename to meta-oe/recipes-graphics/cairo/cairomm-1.16_1.18.0.bb
index c1e271ffa..b18e1614e 100644
--- a/meta-oe/recipes-graphics/cairo/cairomm-1.16_1.16.2.bb
+++ b/meta-oe/recipes-graphics/cairo/cairomm-1.16_1.18.0.bb
@@ -9,7 +9,7 @@  inherit gnomebase
 DEPENDS += "boost cairo libsigc++-3"
 
 SRC_URI = "https://www.cairographics.org/releases/cairomm-${PV}.tar.xz"
-SRC_URI[sha256sum] = "6a63bf98a97dda2b0f55e34d1b5f3fb909ef8b70f9b8d382cb1ff3978e7dc13f"
+SRC_URI[sha256sum] = "b81255394e3ea8e8aa887276d22afa8985fc8daef60692eb2407d23049f03cfb"
 
 S = "${WORKDIR}/cairomm-${PV}"