Update to 0.7.22
Resolves: rhbz#2074453
This commit is contained in:
parent
57a7d15841
commit
00225e7fdc
1
.gitignore
vendored
1
.gitignore
vendored
@ -59,3 +59,4 @@
|
||||
/libsolv-0.7.17.tar.gz
|
||||
/libsolv-0.7.19.tar.gz
|
||||
/libsolv-0.7.20.tar.gz
|
||||
/libsolv-0.7.22.tar.gz
|
||||
|
19
libsolv.spec
19
libsolv.spec
@ -22,8 +22,8 @@
|
||||
%define __cmake_switch(b:) %[%{expand:%%{?with_%{-b*}}} ? "ON" : "OFF"]
|
||||
|
||||
Name: lib%{libname}
|
||||
Version: 0.7.20
|
||||
Release: 2%{?dist}
|
||||
Version: 0.7.22
|
||||
Release: 1%{?dist}
|
||||
Summary: Package dependency solver
|
||||
|
||||
License: BSD
|
||||
@ -257,6 +257,21 @@ export LD_LIBRARY_PATH=%{buildroot}%{_libdir}
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu Apr 28 2022 Pavla Kratochvilova <pkratoch@redhat.com> - 0.7.22-1
|
||||
- Update to 0.7.22
|
||||
- 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
|
||||
- support parsing of Debian's Multi-Arch indicator
|
||||
- fix segfault on conflict resolution when using bindings
|
||||
- fix split provides not working if the update includes a forbidden vendor change
|
||||
- reworked choice rule generation to cover more usecases
|
||||
- support SOLVABLE_PREREQ_IGNOREINST in the ordering code
|
||||
|
||||
* Wed Nov 10 2021 Pavla Kratochvilova <pkratoch@redhat.com> - 0.7.20-2
|
||||
- Build without support of zchunk (RhBug:2021084)
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libsolv-0.7.20.tar.gz) = be810a78543509c60fe9be9310cc84b6c75e671b77929a1f914f51d4b3b2364e68398794d4648da46691cde7e5aab3cf57d18969c31f1003692080dc1982e955
|
||||
SHA512 (libsolv-0.7.22.tar.gz) = be375e9cd60728683d08587abd5405eb9b8522dff092c76eabec8d5f1608225335639b2b247429619df1b5c493d1edbd5ad4f14755cb6e2eb120f0ba162e3bb5
|
||||
|
Loading…
Reference in New Issue
Block a user