From f5d6ed67bb993173371a3fdbf5fb3f74d062d339 Mon Sep 17 00:00:00 2001 From: Packit Service Date: Dec 09 2020 20:28:12 +0000 Subject: Add spec-file for the distribution --- diff --git a/SPECS/libsolv.spec b/SPECS/libsolv.spec index 06212c7..c155b3c 100644 --- a/SPECS/libsolv.spec +++ b/SPECS/libsolv.spec @@ -41,7 +41,7 @@ #global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: lib%{libname} -Version: 0.7.11 +Version: 0.7.16 Release: 1%{?commit:.git.%{commitnum}.%{?shortcommit}}%{?dist} Summary: Package dependency solver @@ -53,7 +53,7 @@ Source: %{url}/archive/%{commit}/%{name}-%{shortcommit}.tar.gz Source: %{url}/archive/%{version}/%{name}-%{version}.tar.gz %endif # https://bugzilla.redhat.com/show_bug.cgi?id=1630300 -Patch1: 0001-Backport-OpenSSL-for-hashes.patch +Patch1: 0001-Add-support-for-computing-hashes-using-OpenSSL.patch BuildRequires: cmake BuildRequires: gcc-c++ @@ -295,6 +295,36 @@ Python 3 version. %endif %changelog +* Wed Nov 11 2020 Nicola Sella - 0.7.16-1 +- Update to 0.7.16 +- selected bug fixes: + * make testcase_mangle_repo_names deal correctly with freed repos + [bnc#1177238] + * 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 + * fix deduceq2addedmap clearing bits outside of the map + * conda: feature depriorization and fix startswith implementation + * Fix solvable swapping messing up idarrays + * fix ruleinfo of complex dependencies returning the wrong origin + * fix solv_zchunk decoding error if large chunks are used + [bnc#1159314] +- new features + * new testcase_mangle_repo_names() function + * new solv_fmemopen() function + * Enable zstd compression support for sle15 and sle15-sp2 + * Support blacklisted packages in solver_findproblemrule() + [bnc#1172135] + * Support rules with multiple negative literals in choice rule + generation + * build with -DENABLE_RPMDB_LIBRPM=1 on SUSE to support + multiple rpm database backends + * added two new function to make libzypp independent of the rpm + database format + * support conda constrains dependencies + + * Mon Apr 06 2020 Ales Matej - 0.7.11-1 - Update to 0.7.11 - selected bug fixes: