diff options
author | DongHun Kwak <dh0128.kwak@samsung.com> | 2019-09-10 15:38:34 +0900 |
---|---|---|
committer | DongHun Kwak <dh0128.kwak@samsung.com> | 2019-09-10 15:38:34 +0900 |
commit | 2491213c77850ed26991b572809a5ca4a61fa89b (patch) | |
tree | cd2e4928ad52795bc4a318a0721f487c282a33be /package | |
parent | 0e46e80434781d1acbc4f5716827bf8688450a30 (diff) | |
download | libsolv-2491213c77850ed26991b572809a5ca4a61fa89b.tar.gz libsolv-2491213c77850ed26991b572809a5ca4a61fa89b.tar.bz2 libsolv-2491213c77850ed26991b572809a5ca4a61fa89b.zip |
Imported Upstream version 0.7.0upstream/0.7.0
Diffstat (limited to 'package')
-rw-r--r-- | package/libsolv.changes | 23 | ||||
-rw-r--r-- | package/libsolv.spec.in | 2 |
2 files changed, 8 insertions, 17 deletions
diff --git a/package/libsolv.changes b/package/libsolv.changes index dcdbabd..6146e99 100644 --- a/package/libsolv.changes +++ b/package/libsolv.changes @@ -1,20 +1,11 @@ ------------------------------------------------------------------- -Thu Jun 27 16:36:00 CEST 2019 - mls@suse.de - -- make cleandeps jobs on patterns work [bnc#1137977] -- fix SOLVER_FLAG_FOCUS_BEST updateing packages without reason -- be more correct with multiversion packages that obsolete their - own name [bnc#1127155] -- always prefer to stay with the same package name if there are - multiple alternatives [bnc#1131823] -- fix cleandeps updates not updating all packages -- fixed a couple of null pointer derefs - [bnc#1120629] [bnc#1120630] [bnc#1120631] - [CVE-2018-20532] [CVE-2018-20533] [CVE-2018-20534] -- no longer disable infarch rules when they don't conflict with - the job -- do not autouninstall packages because of forcebest updates -- bump version to 0.6.36 +Wed Oct 24 10:48:56 CEST 2018 - mls@suse.de + +- new repowriter interface +- new selection_make_matchsolvable function +- dropped support of REPOKEY_TYPE_U32 +- bindings: Selection.flags is now an attribute +- bump version to 0.7.0 ------------------------------------------------------------------- Thu Aug 9 17:09:41 CEST 2018 - mls@suse.de diff --git a/package/libsolv.spec.in b/package/libsolv.spec.in index 63d8f38..dd35ea9 100644 --- a/package/libsolv.spec.in +++ b/package/libsolv.spec.in @@ -24,7 +24,7 @@ %bcond_with bz2 %bcond_with xz %endif -%if 0%{?is_opensuse} && ( 0%{?sle_version} >= 150000 || 0%{?suse_version} >= 1500 ) +%if 0%{?is_opensuse} && (0%{?sle_version} >= 150000 || 0%{?suse_version} >= 1500) %bcond_without zstd %else %bcond_with zstd |