diff mbox series

[v2] libsolv: upgrade 0.7.31 -> 0.7.32

Message ID 1744103876-30713-1-git-send-email-wangmy@fujitsu.com
State New
Headers show
Series [v2] libsolv: upgrade 0.7.31 -> 0.7.32 | expand

Commit Message

Mingyu Wang (Fujitsu) April 8, 2025, 9:17 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
===========
- build both static and dynamic libraries on new suse distros
- require cmake >= 3.5
- new features:
  * support the apk package and repository format (both v2 and v3)
  * new dataiterator_final_{repo,solvable} functions

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../libsolv/{libsolv_0.7.31.bb => libsolv_0.7.32.bb}          | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-extended/libsolv/{libsolv_0.7.31.bb => libsolv_0.7.32.bb} (93%)

Comments

Alexander Kanavin April 8, 2025, 9:38 a.m. UTC | #1
On Tue, 8 Apr 2025 at 11:18, wangmy via lists.openembedded.org
<wangmy=fujitsu.com@lists.openembedded.org> wrote:
> -SRC_URI = "git://github.com/openSUSE/libsolv.git;branch=master;protocol=https \
> +SRC_URI = "git://github.com/openSUSE/libsolv.git;branch=master;protocol=https;tag=${PV} \
>             file://0001-utils-Conside-musl-when-wrapping-qsort_r.patch \
>  "

The request was to update all the recipes in the set that fetch from
git://. There's at least hwdata, systemd, and possibly others.

Alex
diff mbox series

Patch

diff --git a/meta/recipes-extended/libsolv/libsolv_0.7.31.bb b/meta/recipes-extended/libsolv/libsolv_0.7.32.bb
similarity index 93%
rename from meta/recipes-extended/libsolv/libsolv_0.7.31.bb
rename to meta/recipes-extended/libsolv/libsolv_0.7.32.bb
index b395ff972d..c74836419c 100644
--- a/meta/recipes-extended/libsolv/libsolv_0.7.31.bb
+++ b/meta/recipes-extended/libsolv/libsolv_0.7.32.bb
@@ -8,11 +8,11 @@  LIC_FILES_CHKSUM = "file://LICENSE.BSD;md5=62272bd11c97396d4aaf1c41bc11f7d8"
 
 DEPENDS = "expat zlib zstd"
 
-SRC_URI = "git://github.com/openSUSE/libsolv.git;branch=master;protocol=https \
+SRC_URI = "git://github.com/openSUSE/libsolv.git;branch=master;protocol=https;tag=${PV} \
            file://0001-utils-Conside-musl-when-wrapping-qsort_r.patch \
 "
 
-SRCREV = "95aef5cc57d0f51782e55b6903b30ec93afbfa15"
+SRCREV = "95f64952e3270deb6be30ae4b786cae5c114c807"
 
 UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)"