libsolv: upgrade 0.7.20 -> 0.7.21

Message ID 1646135633-39009-2-git-send-email-wangmy@fujitsu.com
State Accepted, archived
Commit a02f7e4cf097e3c814a3a415f700d87c71fa6528
Headers show
Series libsolv: upgrade 0.7.20 -> 0.7.21 | expand

Commit Message

Mingyu Wang (Fujitsu) March 1, 2022, 11:53 a.m. UTC
Changelog:
=========
- selected bug fixes:
  * fix segfault on conflict resolution when using bindings
  * fix split provides not working if the update includes a forbidden
    vendor change
- new features:
  * support strict repository priorities
    new solver flag: SOLVER_FLAG_STRICT_REPO_PRIORITY
  * support zstd compressed control files in debian packages
  * add an ifdef allowing to rename Solvable dependency members
    ("requires" is a keyword in C++20)
  * support setting/reading userdata in solv files
    new functions: repowriter_set_userdata, solv_read_userdata
  * support queying of the custom vendor check function
    new function: pool_get_custom_vendorcheck
  * support solv files with an idarray block
  * allow accessing the toolversion at runtime

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../libsolv/{libsolv_0.7.20.bb => libsolv_0.7.21.bb}            | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-extended/libsolv/{libsolv_0.7.20.bb => libsolv_0.7.21.bb} (95%)

Patch

diff --git a/meta/recipes-extended/libsolv/libsolv_0.7.20.bb b/meta/recipes-extended/libsolv/libsolv_0.7.21.bb
similarity index 95%
rename from meta/recipes-extended/libsolv/libsolv_0.7.20.bb
rename to meta/recipes-extended/libsolv/libsolv_0.7.21.bb
index f0ba9553e7..acf61e3adc 100644
--- a/meta/recipes-extended/libsolv/libsolv_0.7.20.bb
+++ b/meta/recipes-extended/libsolv/libsolv_0.7.21.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 = "f618e6aae1d44be633b2ab91d4fd4f4f974f4d40"
+SRCREV = "6f8bae1fea9c923bddf01c27115123010d191b07"
 
 UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)"