From: Michael Schroeder Date: Tue, 7 Nov 2023 11:46:48 +0000 (+0100) Subject: Add changes, bump version to 0.7.26 X-Git-Tag: 0.7.26^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=48c985375134d2443eee551613161cadc278af2f;p=thirdparty%2Flibsolv.git Add changes, bump version to 0.7.26 --- diff --git a/NEWS b/NEWS index 4101ee49..d2606f6b 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,11 @@ This file contains the major changes between libsolv versions: +Version 0.7.26 +- selected bug fixes: + * fix evr roundtrip in testcases + * do not use deprecated headerUnload with newer rpm versions + Version 0.7.25 - selected bug fixes: * support complex deps in SOLVABLE_PREREQ_IGNOREINST diff --git a/VERSION.cmake b/VERSION.cmake index 5948d8de..c7cb914d 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 "25") +SET(LIBSOLV_PATCH "26") diff --git a/package/libsolv.changes b/package/libsolv.changes index 570c35a4..53775071 100644 --- a/package/libsolv.changes +++ b/package/libsolv.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Nov 7 12:45:44 CET 2023 - mls@suse.de + +- fix evr roundtrip in testcases +- do not use deprecated headerUnload with newer rpm versions +- bump version to 0.7.26 + ------------------------------------------------------------------- Thu Sep 14 14:17:08 CEST 2023 - mls@suse.de