From 95aef5cc57d0f51782e55b6903b30ec93afbfa15 Mon Sep 17 00:00:00 2001 From: Michael Schroeder Date: Tue, 12 Nov 2024 10:56:36 +0100 Subject: [PATCH] Add changes, bump version to 0.7.31 --- NEWS | 9 +++++++++ VERSION.cmake | 2 +- package/libsolv.changes | 10 ++++++++++ 3 files changed, 20 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index a34830fe..13b7f2f5 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,15 @@ This file contains the major changes between libsolv versions: +Version 0.7.31 +- selected bug fixes: + * fix replaces_installed_package using the wrong solvable id + when checking the noupdate map + * make POOL_FLAG_ADDFILEPROVIDESFILTERED behaviour more standard +- new features: + * add rpm_query_idarray query function + * support rpm's "orderwithrequires" dependency + Version 0.7.30 - selected bug fixes: * removed dependency on external find program in the repo2solv diff --git a/VERSION.cmake b/VERSION.cmake index 912de942..6f6abc3f 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 "30") +SET(LIBSOLV_PATCH "31") diff --git a/package/libsolv.changes b/package/libsolv.changes index 395054b7..5a1cc927 100644 --- a/package/libsolv.changes +++ b/package/libsolv.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Nov 12 10:54:33 CET 2024 - mls@suse.de + +- fix replaces_installed_package using the wrong solvable id + when checking the noupdate map +- make POOL_FLAG_ADDFILEPROVIDESFILTERED behaviour more standard +- add rpm_query_idarray query function +- support rpm's "orderwithrequires" dependency +- bump version to 0.7.31 + ------------------------------------------------------------------- Thu Jul 11 13:19:18 CEST 2024 - mls@suse.de -- 2.47.3