From: Michael Schroeder Date: Mon, 7 Jul 2025 11:51:03 +0000 (+0200) Subject: Add changes, bump version to 0.7.34 X-Git-Tag: 0.7.34^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=262e8efa0239a78770910fde1579158725cc6ffa;p=thirdparty%2Flibsolv.git Add changes, bump version to 0.7.34 --- diff --git a/NEWS b/NEWS index 490363fe..9d2b4e1b 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,11 @@ This file contains the major changes between libsolv versions: +Version 0.7.34 +- new features: + * support product-obsoletes() provides in the product autopackage + generation code + Version 0.7.33 - selected bug fixes: * improve transaction ordering by allowing more uninst->uninst diff --git a/VERSION.cmake b/VERSION.cmake index c3ce887e..276e0bdb 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 "33") +SET(LIBSOLV_PATCH "34") diff --git a/package/libsolv.changes b/package/libsolv.changes index 4ab62c93..30a19ef5 100644 --- a/package/libsolv.changes +++ b/package/libsolv.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Jul 7 13:48:58 CEST 2025 - mls@suse.de + +- add support for product-obsoletes() provides in the product + autopackage generation code +- bump version to 0.7.34 + ------------------------------------------------------------------- Tue Jun 3 13:25:39 CEST 2025 - mls@suse.de