diff mbox series

[AUH] libosinfo: upgrading to 1.11.0 SUCCEEDED

Message ID 0101018b96becd15-9f17b56b-62c7-4b5e-ac63-ec925ab5ff58-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] libosinfo: upgrading to 1.11.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 *libosinfo* to *1.11.0* has Succeeded.

Next steps:
    - apply the patch: git am 0001-libosinfo-upgrade-1.10-1.11.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 d37c8b3a6cc3b5a3f99654ff4910b05bf37290c6 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Fri, 3 Nov 2023 14:17:17 +0000
Subject: [PATCH] libosinfo: upgrade 1.10 -> 1.11.0

---
 .../libosinfo/{libosinfo_1.10.bb => libosinfo_1.11.0.bb}        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-support/libosinfo/{libosinfo_1.10.bb => libosinfo_1.11.0.bb} (95%)
diff mbox series

Patch

diff --git a/meta-oe/recipes-support/libosinfo/libosinfo_1.10.bb b/meta-oe/recipes-support/libosinfo/libosinfo_1.11.0.bb
similarity index 95%
rename from meta-oe/recipes-support/libosinfo/libosinfo_1.10.bb
rename to meta-oe/recipes-support/libosinfo/libosinfo_1.11.0.bb
index d724c52ea..16e0cf8f7 100644
--- a/meta-oe/recipes-support/libosinfo/libosinfo_1.10.bb
+++ b/meta-oe/recipes-support/libosinfo/libosinfo_1.11.0.bb
@@ -10,7 +10,7 @@  SRC_URI = " \
 	file://0001-meson.build-allow-crosscompiling-gir.patch \
 "
 
-SRCREV = "f503ff7a9e13963bcf396776bce0b209a819ba9b"
+SRCREV = "ca9dd5b810dc04ea38048ae9be491654c8596ef9"
 
 S = "${WORKDIR}/git"