]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
libsolv: upgrade 0.7.32 -> 0.7.33
authorWang Mingyu <wangmy@fujitsu.com>
Mon, 16 Jun 2025 09:16:27 +0000 (17:16 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 16 Jun 2025 16:56:27 +0000 (17:56 +0100)
Changelog:
===========
- selected bug fixes:
  * improve transaction ordering by allowing more uninst->uninst
    edges
  * implement color filtering when adding update targets
- new features:
  * support orderwithrequires dependencies in susedata.xml

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-extended/libsolv/libsolv_0.7.33.bb [moved from meta/recipes-extended/libsolv/libsolv_0.7.32.bb with 95% similarity]

similarity index 95%
rename from meta/recipes-extended/libsolv/libsolv_0.7.32.bb
rename to meta/recipes-extended/libsolv/libsolv_0.7.33.bb
index 71786e40dce090839e390be14594079dc3321dbf..75842514200be3705a03e813fd0da7763f1bac62 100644 (file)
@@ -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 = "95f64952e3270deb6be30ae4b786cae5c114c807"
+SRCREV = "9fb855d872139fb1ebebec4c892b338fccda69ba"
 
 UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)"