Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: libsolv-tools | Distribution: openSUSE Tumbleweed |
Version: 0.7.22 | Vendor: openSUSE |
Release: 1.3 | Build date: Sun May 15 16:37:19 2022 |
Group: System/Management | Build host: cloud122 |
Size: 6422311 | Source RPM: libsolv-0.7.22-1.3.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: https://github.com/openSUSE/libsolv | |
Summary: Utilities to work with .solv files |
libsolv is a library for solving packages and reading repositories. This subpackage contains utilities to create and work with the .solv files used by libsolv.
BSD-3-Clause
* Mon Mar 21 2022 mls@suse.de - reworked choice rule generation to cover more usecases - support SOLVABLE_PREREQ_IGNOREINST in the ordering code [bsc#1196514] - support parsing of Debian's Multi-Arch indicator - bump version to 0.7.22 * Fri Feb 25 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 2021 mls@suse.de - fix misparsing of '&' in attributes with libxml2 - choice rules: treat orphaned packages as newest [bsc#1190465] - fix compatibility with Python 3.10 - new SOLVER_EXCLUDEFROMWEAK job type - support for environments in comps parser - bump version to 0.7.20 * Fri Jul 30 2021 Dominique Leuenberger <dimstar@opensuse.org> - Disable python2 usage on suse_version >= 1550 by default (still possible to use osc build --with=python). * Wed Apr 07 2021 mls@suse.de - fix rare segfault in resolve_jobrules() that could happen if new rules are learnt - fix a couple of memory leaks in error cases - fix error handling in solv_xfopen_fd() - bump version to 0.7.19 * Fri Mar 26 2021 mls@suse.de - fixed regex code on win32 - fixed memory leak in choice rule generation - repo_add_conda: add flag to skip v2 packages - bump version to 0.7.18 * Tue Jan 19 2021 mls@suse.de - repo_write: fix handling of nested flexarray - improve choicerule generation a bit more to cover more cases - harden testcase parser against repos being added too late - support python-3.10 - check %_dbpath macro in rpmdb code - handle default/visible/langonly attributes in comps parser - support multiple collections in updateinfo parser - add '-D' option in rpmdb2solv to set the dbpath - bump version to 0.7.17 * Tue Oct 20 2020 mls@suse.de - do not ask the namespace callback for splitprovides when writing a testcase - fix add_complex_recommends() selecting conflicted packages in rare cases leading to crashes - improve choicerule generation so that package updates are prefered in more cases - bump version to 0.7.16 * Mon Oct 05 2020 mls@suse.de - make testcase_mangle_repo_names deal correctly with freed repos [bnc#1177238] * Fri Sep 11 2020 mls@suse.de - fix deduceq2addedmap clearing bits outside of the map - conda: feature depriorization first - conda: fix startswith implementation - move find_update_seeds() call in cleandeps calculation - set SOLVABLE_BUILDHOST in rpm and rpmmd parsers - new testcase_mangle_repo_names() function - new solv_fmemopen() function - bump version to 0.7.15 * Tue Jun 23 2020 ma@suse.de - Enable zstd compression support for sle15 * Thu May 28 2020 mls@suse.de - Enable zstd compression support for sle15-sp2 * Wed May 27 2020 mls@suse.de - Support blacklisted packages in solver_findproblemrule() [bnc#1172135] - Support rules with multiple negative literals in choice rule generation - bump version to 0.7.14 * Fri Apr 24 2020 mls@suse.de - Fix solvable swapping messing up idarrays - bump version to 0.7.13 * Mon Apr 20 2020 mls@suse.de - fix ruleinfo of complex dependencies returning the wrong origin - bump version to 0.7.12 * Wed Jan 22 2020 mls@suse.de - fixed solv_zchunk decoding error if large chunks are used - treat retracted pathes as irrelevant - made add_update_target work with multiversion installs - bump version to 0.7.11 * Thu Dec 19 2019 mls@suse.de - fix solv_zchunk decoding error if large chunks are used [bnc#1159314] * Tue Dec 10 2019 mls@suse.de - build with -DENABLE_RPMDB_LIBRPM=1 on SUSE to support multiple rpm database backends * Tue Dec 10 2019 mls@suse.de - added two new function to make libzypp independent of the rpm database format - bump version to 0.7.10 * Thu Nov 21 2019 mls@suse.de - support conda constrains dependencies - bump version to 0.7.9 * Tue Nov 12 2019 mls@suse.de - support arch<->noarch package changes when creating patch conflicts from the updateinfo data - support for SOLVER_BLACKLIST jobs that block the installation of matched packages unless they are directly selected by an SOLVER_INSTALL job - libsolv now also parses the patch status in the updateinfo parser - new solvable_matchessolvable() function - bump version to 0.7.8 * Fri Oct 18 2019 mls@suse.de - fix updating of too many packages in focusbest mode - fix handling of disabled installed packages in distupgrade - new POOL_FLAG_WHATPROVIDESWITHDISABLED pool flag - bump version to 0.7.7 * Wed Aug 28 2019 mls@suse.de - Fix repository priority handling for multiversion packages - Make code compatible with swig 4.0, remove obj0 instances - repo2solv: support zchunk compressed data - bump version to 0.7.6 * Wed Jul 10 2019 Martin Liška <mliska@suse.cz> - Add -ffat-lto-objects to $optflags as the package provides static libraries - Remove NO_BRP_STRIP_DEBUG=true as brp-15-strip-debug will not strip debug info for archives * Thu Jun 13 2019 mls@suse.de - make cleandeps jobs on patterns work [bnc#1137977] * Wed Jun 12 2019 mls@suse.de - fix favorq leaking between solver runs if the solver is reused - fix SOLVER_FLAG_FOCUS_BEST updateing packages without reason - be more correct with multiversion packages that obsolete their own name [bnc#1127155] - allow building with swig-4.0.0 [bnc#1135749] - bump version to 0.7.5 * Wed Apr 24 2019 mls@suse.de - always prefer to stay with the same package name if there are multiple alternatives [bnc#1131823] * Fri Mar 29 2019 mls@suse.de - repo_add_rpmdb: do not copy bad solvables from the old solv file - fix cleandeps updates not updating all packages - experimental DISTTYPE_CONDA and REL_CONDA support - bump version to 0.7.4 * Wed Jan 30 2019 mls@suse.de - fixed a couple of null pointer derefs [bnc#1120629] [bnc#1120630] [bnc#1120631] [CVE-2018-20532] [CVE-2018-20533] [CVE-2018-20534] - do favor evaluation before pruning allowing to (dis)favor specific package versions - no longer disable infarch rules when they don't conflict with the job - bump version to 0.7.3
/usr/bin/appdata2solv /usr/bin/comps2solv /usr/bin/deltainfoxml2solv /usr/bin/dumpsolv /usr/bin/installcheck /usr/bin/mergesolv /usr/bin/repo2solv /usr/bin/repo2solv.sh /usr/bin/repomdxml2solv /usr/bin/rpmdb2solv /usr/bin/rpmmd2solv /usr/bin/rpms2solv /usr/bin/susetags2solv /usr/bin/testsolv /usr/bin/updateinfoxml2solv /usr/share/man/man1/appdata2solv.1.gz /usr/share/man/man1/comps2solv.1.gz /usr/share/man/man1/deltainfoxml2solv.1.gz /usr/share/man/man1/dumpsolv.1.gz /usr/share/man/man1/installcheck.1.gz /usr/share/man/man1/mergesolv.1.gz /usr/share/man/man1/repo2solv.1.gz /usr/share/man/man1/repomdxml2solv.1.gz /usr/share/man/man1/rpmdb2solv.1.gz /usr/share/man/man1/rpmmd2solv.1.gz /usr/share/man/man1/rpms2solv.1.gz /usr/share/man/man1/susetags2solv.1.gz /usr/share/man/man1/testsolv.1.gz /usr/share/man/man1/updateinfoxml2solv.1.gz
Generated by rpm2html 1.8.1
Fabrice Bellet, Thu May 19 23:22:59 2022