libsolv: upgrade 0.7.29 -> 0.7.30

Changelog:
==========
* removed dependency on external find program in the repo2solv
  tool
* bindings: fix return value of repodata.add_solv()
* new SOLVER_FLAG_FOCUS_NEW flag

(From OE-Core rev: 18753c7a62d1de79e03b03ac05aae9d09140850d)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Wang Mingyu
2024-07-29 09:09:44 +08:00
committed by Richard Purdie
parent d17110fbce
commit 19c4e25880

View 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 = "9c2b1a84b5a7ce0dc6e74226bdeb9527d6706791"
SRCREV = "27aa6a72c7db73d78aa711ae412231768e77c9e0"
UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)"