diff mbox series

[AUH] libsolv: upgrading to 0.7.30 SUCCEEDED

Message ID 01010190b7d598a0-ad0d61de-3874-4fb9-a436-7fd73ec3ce9b-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] libsolv: upgrading to 0.7.30 SUCCEEDED | expand

Commit Message

auh@yoctoproject.org July 15, 2024, 7:19 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.30* has Succeeded.

Next steps:
    - apply the patch: git am 0001-libsolv-upgrade-0.7.29-0.7.30.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 9a967690584be52b2c367ba7783a7a5807d23094 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Mon, 15 Jul 2024 12:22:36 +0000
Subject: [PATCH] libsolv: upgrade 0.7.29 -> 0.7.30

---
 .../libsolv/0001-utils-Conside-musl-when-wrapping-qsort_r.patch | 2 +-
 .../libsolv/{libsolv_0.7.29.bb => libsolv_0.7.30.bb}            | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-extended/libsolv/{libsolv_0.7.29.bb => libsolv_0.7.30.bb} (95%)
diff mbox series

Patch

diff --git a/meta/recipes-extended/libsolv/libsolv/0001-utils-Conside-musl-when-wrapping-qsort_r.patch b/meta/recipes-extended/libsolv/libsolv/0001-utils-Conside-musl-when-wrapping-qsort_r.patch
index da93a12ed5..f73263ddf7 100644
--- a/meta/recipes-extended/libsolv/libsolv/0001-utils-Conside-musl-when-wrapping-qsort_r.patch
+++ b/meta/recipes-extended/libsolv/libsolv/0001-utils-Conside-musl-when-wrapping-qsort_r.patch
@@ -1,4 +1,4 @@ 
-From e1db3c41fa84391b7ab299f7351f58b413ed2994 Mon Sep 17 00:00:00 2001
+From 7abf28488ff72a53c987ad7cccff58ba907f1a53 Mon Sep 17 00:00:00 2001
 From: Khem Raj <raj.khem@gmail.com>
 Date: Thu, 28 Oct 2021 22:28:45 -0700
 Subject: [PATCH] utils: Conside musl when wrapping qsort_r
diff --git a/meta/recipes-extended/libsolv/libsolv_0.7.29.bb b/meta/recipes-extended/libsolv/libsolv_0.7.30.bb
similarity index 95%
rename from meta/recipes-extended/libsolv/libsolv_0.7.29.bb
rename to meta/recipes-extended/libsolv/libsolv_0.7.30.bb
index ff0bd2d174..20d1baaaaf 100644
--- a/meta/recipes-extended/libsolv/libsolv_0.7.29.bb
+++ b/meta/recipes-extended/libsolv/libsolv_0.7.30.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 = "9c2b1a84b5a7ce0dc6e74226bdeb9527d6706791"
+SRCREV = "27aa6a72c7db73d78aa711ae412231768e77c9e0"
 
 UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)"