diff mbox series

[AUH] wtmpdb: upgrading to 0.9.3 SUCCEEDED

Message ID 0101018b96c78128-0107c679-1550-4599-9a84-526d0eaac6cd-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] wtmpdb: upgrading to 0.9.3 SUCCEEDED | expand

Commit Message

auh@yoctoproject.org Nov. 3, 2023, 8:02 p.m. UTC
Hello,

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

Next steps:
    - apply the patch: git am 0001-wtmpdb-upgrade-0.7.1-0.9.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 bd87225d77cc219123378d8ef46dc9548bd1de53 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Fri, 3 Nov 2023 19:19:33 +0000
Subject: [PATCH] wtmpdb: upgrade 0.7.1 -> 0.9.3

---
 .../wtmpdb/{wtmpdb_0.7.1.bb => wtmpdb_0.9.3.bb}                 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-extended/wtmpdb/{wtmpdb_0.7.1.bb => wtmpdb_0.9.3.bb} (96%)
diff mbox series

Patch

diff --git a/meta-oe/recipes-extended/wtmpdb/wtmpdb_0.7.1.bb b/meta-oe/recipes-extended/wtmpdb/wtmpdb_0.9.3.bb
similarity index 96%
rename from meta-oe/recipes-extended/wtmpdb/wtmpdb_0.7.1.bb
rename to meta-oe/recipes-extended/wtmpdb/wtmpdb_0.9.3.bb
index cffae2d43..6d23c0070 100644
--- a/meta-oe/recipes-extended/wtmpdb/wtmpdb_0.7.1.bb
+++ b/meta-oe/recipes-extended/wtmpdb/wtmpdb_0.9.3.bb
@@ -5,7 +5,7 @@  LICENSE = "BSD-2-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=020090a00b69dd2af9ab82eb0003ea2c"
 SECTION = "libs"
 
-SRCREV = "502b19a41c7a3b1b5e70969b18088683825f71f8"
+SRCREV = "8ef2677a13d19aee3a834500f9c8a4dac9d68ef7"
 
 SRC_URI = "git://github.com/thkukuk/wtmpdb.git;branch=main;protocol=https \
            file://0001-remove-lto-to-fix-link-error-of-clang.patch \