From: Michael Schroeder Date: Fri, 26 Jan 2024 10:36:15 +0000 (+0100) Subject: Add changes, bump version to 0.7.28 X-Git-Tag: 0.7.28^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c8dbb3a77c86600ce09d4f80a504cf4e78a3c359;p=thirdparty%2Flibsolv.git Add changes, bump version to 0.7.28 --- diff --git a/NEWS b/NEWS index 0d3e1c62..9dc1fa00 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,11 @@ This file contains the major changes between libsolv versions: +Version 0.7.28 +- selected bug fixes: + * disable choice rules for Conda + * build for multiple python versions on SUSE + Version 0.7.27 - selected bug fixes: * add zstd support for the installcheck tool diff --git a/VERSION.cmake b/VERSION.cmake index 614f9c23..186723ac 100644 --- a/VERSION.cmake +++ b/VERSION.cmake @@ -49,5 +49,5 @@ SET(LIBSOLVEXT_SOVERSION "1") SET(LIBSOLV_MAJOR "0") SET(LIBSOLV_MINOR "7") -SET(LIBSOLV_PATCH "27") +SET(LIBSOLV_PATCH "28") diff --git a/package/libsolv.changes b/package/libsolv.changes index 591f01df..e38979be 100644 --- a/package/libsolv.changes +++ b/package/libsolv.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Jan 26 11:19:39 CET 2024 - mls@suse.de + +- build for multiple python versions [jsc#PED-6218] +- bump version to 0.7.28 + ------------------------------------------------------------------- Thu Nov 23 15:12:55 CET 2023 - mls@suse.de