diff mbox series

[AUH] libhandy: upgrading to 1.8.3 SUCCEEDED

Message ID 0101018dadd3a7c7-af5f25ac-e5e7-4fe0-8a27-f7e823b6be81-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] libhandy: upgrading to 1.8.3 SUCCEEDED | expand

Commit Message

auh@yoctoproject.org Feb. 15, 2024, 5:32 p.m. UTC
Hello,

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

Next steps:
    - apply the patch: git am 0001-libhandy-upgrade-1.8.2-1.8.3.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 fd79cce65f6bed4f7954de44290fdf5a223043fb Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Thu, 15 Feb 2024 12:55:59 +0000
Subject: [PATCH] libhandy: upgrade 1.8.2 -> 1.8.3

---
 .../libhandy/{libhandy_1.8.2.bb => libhandy_1.8.3.bb}           | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-gnome/libhandy/{libhandy_1.8.2.bb => libhandy_1.8.3.bb} (95%)
diff mbox series

Patch

diff --git a/meta/recipes-gnome/libhandy/libhandy_1.8.2.bb b/meta/recipes-gnome/libhandy/libhandy_1.8.3.bb
similarity index 95%
rename from meta/recipes-gnome/libhandy/libhandy_1.8.2.bb
rename to meta/recipes-gnome/libhandy/libhandy_1.8.3.bb
index e863e8d13b..7f5f02a7ba 100644
--- a/meta/recipes-gnome/libhandy/libhandy_1.8.2.bb
+++ b/meta/recipes-gnome/libhandy/libhandy_1.8.3.bb
@@ -10,7 +10,7 @@  LICENSE = "LGPL-2.1-only"
 LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
 
 SRC_URI = "git://gitlab.gnome.org/GNOME/libhandy.git;protocol=https;branch=libhandy-1-8"
-SRCREV = "48ae7ec0f7f9ee5f666da38b0e39e66874957166"
+SRCREV = "9b0071408ce86a3ef843806fddd723a85f6f2416"
 S = "${WORKDIR}/git"
 
 UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+\.(\d*[02468])+(\.\d+))"