Skip to content

Commit 95aef5c

Browse files
committed
Add changes, bump version to 0.7.31
1 parent f525415 commit 95aef5c

File tree

3 files changed

+20
-1
lines changed

3 files changed

+20
-1
lines changed

NEWS

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11

22
This file contains the major changes between libsolv versions:
33

4+
Version 0.7.31
5+
- selected bug fixes:
6+
* fix replaces_installed_package using the wrong solvable id
7+
when checking the noupdate map
8+
* make POOL_FLAG_ADDFILEPROVIDESFILTERED behaviour more standard
9+
- new features:
10+
* add rpm_query_idarray query function
11+
* support rpm's "orderwithrequires" dependency
12+
413
Version 0.7.30
514
- selected bug fixes:
615
* removed dependency on external find program in the repo2solv

VERSION.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,5 @@ SET(LIBSOLVEXT_SOVERSION "1")
4949

5050
SET(LIBSOLV_MAJOR "0")
5151
SET(LIBSOLV_MINOR "7")
52-
SET(LIBSOLV_PATCH "30")
52+
SET(LIBSOLV_PATCH "31")
5353

package/libsolv.changes

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
-------------------------------------------------------------------
2+
Tue Nov 12 10:54:33 CET 2024 - [email protected]
3+
4+
- fix replaces_installed_package using the wrong solvable id
5+
when checking the noupdate map
6+
- make POOL_FLAG_ADDFILEPROVIDESFILTERED behaviour more standard
7+
- add rpm_query_idarray query function
8+
- support rpm's "orderwithrequires" dependency
9+
- bump version to 0.7.31
10+
111
-------------------------------------------------------------------
212
Thu Jul 11 13:19:18 CEST 2024 - [email protected]
313

0 commit comments

Comments
 (0)