diff mbox series

[AUH] libchamplain: upgrading to 0.12.21 FAILED

Message ID 0101018b98bf1661-c32726f0-f719-4846-a220-0c64e3a8710c-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] libchamplain: upgrading to 0.12.21 FAILED | expand

Commit Message

auh@yoctoproject.org Nov. 4, 2023, 5:12 a.m. UTC
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *libchamplain* to *0.12.21* has Failed(do_compile).

Detailed error information:

do_compile failed



Next steps:
    - apply the patch: git am 0001-libchamplain-upgrade-0.12.20-0.12.21.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 a4c4a98952c5ec72ae713fc3f8747815823e79e6 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Sat, 4 Nov 2023 04:42:55 +0000
Subject: [PATCH] libchamplain: upgrade 0.12.20 -> 0.12.21

---
 .../{libchamplain_0.12.20.bb => libchamplain_0.12.21.bb}        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-gnome/recipes-gnome/libchamplain/{libchamplain_0.12.20.bb => libchamplain_0.12.21.bb} (89%)
diff mbox series

Patch

diff --git a/meta-gnome/recipes-gnome/libchamplain/libchamplain_0.12.20.bb b/meta-gnome/recipes-gnome/libchamplain/libchamplain_0.12.21.bb
similarity index 89%
rename from meta-gnome/recipes-gnome/libchamplain/libchamplain_0.12.20.bb
rename to meta-gnome/recipes-gnome/libchamplain/libchamplain_0.12.21.bb
index 859eab916..2996718dd 100644
--- a/meta-gnome/recipes-gnome/libchamplain/libchamplain_0.12.20.bb
+++ b/meta-gnome/recipes-gnome/libchamplain/libchamplain_0.12.21.bb
@@ -7,7 +7,7 @@  inherit features_check gobject-introspection meson pkgconfig
 
 REQUIRED_DISTRO_FEATURES = "opengl"
 
-SRCREV = "145e417f32e507b63c21ad4e915b808a6174099e"
+SRCREV = "941560af497148588783db991e8135f52a82574d"
 SRC_URI = "git://github.com/gnome/libchamplain.git;branch=master;protocol=https"
 
 S = "${WORKDIR}/git"