diff mbox series

[AUH] libxcvt: upgrading to 0.1.3 SUCCEEDED

Message ID 01010193c9a70896-78445c96-7d44-4139-afb0-d6fe1125978b-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] libxcvt: upgrading to 0.1.3 SUCCEEDED | expand

Commit Message

auh@yoctoproject.org Dec. 15, 2024, 9:29 a.m. UTC
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe(s) *libxcvt* to *0.1.3* has Succeeded.

Next steps:
    - apply the patch: git am 0001-libxcvt-upgrade-0.1.2-0.1.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 b16ca6b12733043d99ac3920f273fe13c32d178c Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Sun, 15 Dec 2024 08:35:38 +0000
Subject: [PATCH] libxcvt: upgrade 0.1.2 -> 0.1.3

---
 .../xorg-lib/{libxcvt_0.1.2.bb => libxcvt_0.1.3.bb}             | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-graphics/xorg-lib/{libxcvt_0.1.2.bb => libxcvt_0.1.3.bb} (91%)
diff mbox series

Patch

diff --git a/meta/recipes-graphics/xorg-lib/libxcvt_0.1.2.bb b/meta/recipes-graphics/xorg-lib/libxcvt_0.1.3.bb
similarity index 91%
rename from meta/recipes-graphics/xorg-lib/libxcvt_0.1.2.bb
rename to meta/recipes-graphics/xorg-lib/libxcvt_0.1.3.bb
index e62fabdf58..91537b0f4b 100644
--- a/meta/recipes-graphics/xorg-lib/libxcvt_0.1.2.bb
+++ b/meta/recipes-graphics/xorg-lib/libxcvt_0.1.3.bb
@@ -7,7 +7,7 @@  LIC_FILES_CHKSUM = "file://COPYING;md5=129947a06984d6faa6f9a9788fa2a03f"
 SECTION = "x11/libs"
 
 SRC_URI = "git://gitlab.freedesktop.org/xorg/lib/libxcvt.git;protocol=https;branch=master"
-SRCREV = "d9ca87eea9eecddaccc3a77227bcb3acf84e89df"
+SRCREV = "dd8631c61465cc0de5e476c7a98e56528d62b163"
 
 S = "${WORKDIR}/git"