Accepting request 1229466 from server:database

- Update to release 3.47.2:
  * Fix a problem in text-to-floating-point conversion that affects
    text values where the first 16 significant digits are
    '1844674407370955'. This issue was introduced in 3.47.0 and
    only arises on x64 and i386 hardware.
  * Other minor bug fixes.
- Enable the session extension, because NodeJS 22 needs it.

OBS-URL: https://build.opensuse.org/request/show/1229466
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sqlite3?expand=0&rev=155
This commit is contained in:
Ana Guerrero 2024-12-10 22:43:09 +00:00 committed by Git OBS Bridge
commit 678f641dd2
6 changed files with 22 additions and 10 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f9dec8e563db0de0a8171a107f58f71456c16913048082934951d25fddfe4dad
size 10945765

3
sqlite-doc-3470200.zip Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6dcca89a6749029fba81bc0f4188cbd4f78acb48d6a3eadc6d548af9117c3f41
size 10957830

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:572457f02b03fea226a6cde5aafd55a0a6737786bcb29e3b85bfb21918b52ce7
size 14415832

3
sqlite-src-3470200.zip Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e6a471f1238225f34c2c48c5601b54024cc538044368230f59ff0672be1fc623
size 14421983

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Mon Dec 9 11:26:23 UTC 2024 - Reinhard Max <max@suse.com>
- Update to release 3.47.2:
* Fix a problem in text-to-floating-point conversion that affects
text values where the first 16 significant digits are
'1844674407370955'. This issue was introduced in 3.47.0 and
only arises on x64 and i386 hardware.
* Other minor bug fixes.
- Enable the session extension, because NodeJS 22 needs it.
-------------------------------------------------------------------
Wed Nov 27 10:09:03 UTC 2024 - Reinhard Max <max@suse.com>

View File

@ -17,12 +17,12 @@
%define oname sqlite
%define tarversion 3470100
%define docversion 3470100
%define tarversion 3470200
%define docversion 3470200
%bcond_with icu
%bcond_without check
Name: sqlite3
Version: 3.47.1
Version: 3.47.2
Release: 0
Summary: Embeddable SQL Database Engine
License: SUSE-Public-Domain
@ -175,7 +175,8 @@ export CFLAGS="%{optflags} \
--enable-fts4 \
--enable-fts5 \
--enable-update-limit \
--enable-rtree
--enable-rtree \
--enable-session
%make_build sqlite3.c
%make_build