SHA256
1
0
forked from pool/sqlite3

- Update to release 3.44.2

* Fix a mistake in the CLI that was introduced by the fix in
    3.44.1.
  * Fix a problem in FTS5 that was discovered during internal fuzz
    testing only minutes after the 3.44.1 release was tagged.
  * Fix incomplete assert() statements that the fuzzer discovered.
  * Fix a couple of harmless compiler warnings that appeared in
    debug builds with GCC 16.

OBS-URL: https://build.opensuse.org/package/show/server:database/sqlite3?expand=0&rev=324
This commit is contained in:
2023-11-27 18:18:37 +00:00
committed by Git OBS Bridge
parent 78d06b5581
commit 41cf744a23
6 changed files with 20 additions and 8 deletions

View File

@@ -17,8 +17,8 @@
%define oname sqlite
%define tarversion 3440100
%define docversion 3440000
%define tarversion 3440200
%define docversion 3440200
%bcond_with icu
%bcond_without check
Name: sqlite3