diff mbox series

[AUH] libsolv: upgrading to 0.7.25 SUCCEEDED

Message ID 0101018a9a36c0c1-b1fba200-d9d9-4274-b233-b5ce56551b88-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] libsolv: upgrading to 0.7.25 SUCCEEDED | expand

Commit Message

auh@yoctoproject.org Sept. 15, 2023, 6:59 p.m. UTC
Hello,

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

Next steps:
    - apply the patch: git am 0001-libsolv-upgrade-0.7.24-0.7.25.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 059aaf647e86fc20cac5776b3cfadd7b59565037 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Fri, 15 Sep 2023 13:11:04 +0000
Subject: [PATCH] libsolv: upgrade 0.7.24 -> 0.7.25

---
 .../libsolv/{libsolv_0.7.24.bb => libsolv_0.7.25.bb}            | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-extended/libsolv/{libsolv_0.7.24.bb => libsolv_0.7.25.bb} (95%)
diff mbox series

Patch

diff --git a/meta/recipes-extended/libsolv/libsolv_0.7.24.bb b/meta/recipes-extended/libsolv/libsolv_0.7.25.bb
similarity index 95%
rename from meta/recipes-extended/libsolv/libsolv_0.7.24.bb
rename to meta/recipes-extended/libsolv/libsolv_0.7.25.bb
index 7c8f1fd372..d1946a2b54 100644
--- a/meta/recipes-extended/libsolv/libsolv_0.7.24.bb
+++ b/meta/recipes-extended/libsolv/libsolv_0.7.25.bb
@@ -12,7 +12,7 @@  SRC_URI = "git://github.com/openSUSE/libsolv.git;branch=master;protocol=https \
            file://0001-utils-Conside-musl-when-wrapping-qsort_r.patch \
 "
 
-SRCREV = "4d05dca3974156faf2f025ca4a82b68904848307"
+SRCREV = "f1be8bf3dcc7dc14d331adbc97f337fa08e641c9"
 
 UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)"