Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 3819901e23 | |||
| b11a1ee250 | |||
| 4da22cfa1d | |||
| 1fb9650f65 |
@@ -1,9 +1,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 21 08:30:42 UTC 2025 - Reinhard Max <max@suse.com>
|
||||||
|
|
||||||
|
- bsc#1252217: Add a %license file.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Aug 26 12:14:27 UTC 2025 - Reinhard Max <max@suse.com>
|
||||||
|
|
||||||
|
- bsc#1248586: Fix icu-enabled build.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Aug 11 16:04:48 UTC 2025 - Reinhard Max <max@suse.com>
|
Mon Aug 11 16:04:48 UTC 2025 - Reinhard Max <max@suse.com>
|
||||||
|
|
||||||
- Update to version 3.50.4:
|
- Update to version 3.50.4:
|
||||||
* Fix two long-standings cases of the use of uninitialized
|
* Fix two long-standings cases of the use of uninitialized
|
||||||
variables in obscure circumstances.
|
variables in obscure circumstances.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jul 17 16:17:25 UTC 2025 - Reinhard Max <max@suse.com>
|
Thu Jul 17 16:17:25 UTC 2025 - Reinhard Max <max@suse.com>
|
||||||
|
|||||||
10
sqlite3.spec
10
sqlite3.spec
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package sqlite3
|
# spec file for package sqlite3
|
||||||
#
|
#
|
||||||
# Copyright (c) 2025 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC and contributors
|
||||||
# Copyright (c) 2025 Andreas Stieger <Andreas.Stieger@gmx.de>
|
# Copyright (c) 2025 Andreas Stieger <Andreas.Stieger@gmx.de>
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@@ -173,9 +173,6 @@ export CFLAGS="%{optflags} \
|
|||||||
-DSQLITE_ENABLE_FTS3 \
|
-DSQLITE_ENABLE_FTS3 \
|
||||||
-DSQLITE_ENABLE_FTS4 \
|
-DSQLITE_ENABLE_FTS4 \
|
||||||
-DSQLITE_ENABLE_FTS5 \
|
-DSQLITE_ENABLE_FTS5 \
|
||||||
%if %{with icu}
|
|
||||||
-DSQLITE_ENABLE_ICU \
|
|
||||||
%endif
|
|
||||||
-DSQLITE_ENABLE_JSON1 \
|
-DSQLITE_ENABLE_JSON1 \
|
||||||
-DSQLITE_ENABLE_RBU \
|
-DSQLITE_ENABLE_RBU \
|
||||||
-DSQLITE_ENABLE_RTREE \
|
-DSQLITE_ENABLE_RTREE \
|
||||||
@@ -195,6 +192,10 @@ export CFLAGS="%{optflags} \
|
|||||||
--enable-fts5 \
|
--enable-fts5 \
|
||||||
--enable-update-limit \
|
--enable-update-limit \
|
||||||
--enable-rtree \
|
--enable-rtree \
|
||||||
|
%if %{with icu}
|
||||||
|
--icu-collations \
|
||||||
|
--with-icu-config=/usr/bin/icu-config \
|
||||||
|
%endif
|
||||||
--enable-session
|
--enable-session
|
||||||
%make_build sqlite3.c
|
%make_build sqlite3.c
|
||||||
%make_build
|
%make_build
|
||||||
@@ -217,6 +218,7 @@ find %{buildroot} -type f -name "*.la" -delete -print
|
|||||||
%ldconfig_scriptlets -n libsqlite3-0
|
%ldconfig_scriptlets -n libsqlite3-0
|
||||||
|
|
||||||
%files
|
%files
|
||||||
|
%license LICENSE.md
|
||||||
%{_bindir}/sqlite3
|
%{_bindir}/sqlite3
|
||||||
%{_mandir}/man1/sqlite3.1%{?ext_man}
|
%{_mandir}/man1/sqlite3.1%{?ext_man}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user