Update to last successful build

6f8bae1fea9c923bddf01c27115123010d191b07 Add changes, bump version to 0.7.21

OBS-URL: https://build.opensuse.org/package/show/zypp:Head/libsolv?expand=0&rev=1174
This commit is contained in:
ZYpp Developers 2022-02-25 16:53:37 +00:00 committed by Git OBS Bridge
parent 8312d57852
commit 889c7f5acd
4 changed files with 23 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c593941d278fbfbb22d0058705512656c70d766eb69d9feeed12979d7e434443
size 578225

3
libsolv-0.7.21.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d71008f9d1d7879150470f60c9b74059fda5a8ddd691a7fb6c66194257803974
size 579690

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
Fri Feb 25 17:32:20 CET 2022 - mls@suse.de
- fix segfault on conflict resolution when using bindings
- fix split provides not working if the update includes a forbidden
vendor change
- 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
- bump version to 0.7.21
-------------------------------------------------------------------
Sat Sep 25 22:45:07 CEST 2021 - mls@suse.de

View File

@ -56,7 +56,7 @@
%bcond_with zypp
Name: libsolv
Version: 0.7.20
Version: 0.7.21
Release: 0
Summary: Package dependency solver using a satisfiability algorithm
License: BSD-3-Clause