diff --git a/sqlite.spec b/sqlite.spec index c27c564..37375e2 100644 --- a/sqlite.spec +++ b/sqlite.spec @@ -12,7 +12,7 @@ Summary: Library that implements an embeddable SQL database engine Name: sqlite Version: %{rpmver} -Release: 1%{?dist} +Release: 2%{?dist} License: Public Domain URL: http://www.sqlite.org/ @@ -146,12 +146,14 @@ autoconf # Rerun with new autoconf to add support for aarm64 %build export CFLAGS="$RPM_OPT_FLAGS $RPM_LD_FLAGS -DSQLITE_ENABLE_COLUMN_METADATA=1 \ - -DSQLITE_DISABLE_DIRSYNC=1 -DSQLITE_ENABLE_FTS3=3 \ + -DSQLITE_DISABLE_DIRSYNC=1 -DSQLITE_ENABLE_FTS3=1 \ -DSQLITE_ENABLE_RTREE=1 -DSQLITE_SECURE_DELETE=1 \ -DSQLITE_ENABLE_UNLOCK_NOTIFY=1 -DSQLITE_ENABLE_DBSTAT_VTAB=1 \ -DSQLITE_ENABLE_FTS3_PARENTHESIS=1 -DSQLITE_ENABLE_JSON1=1 \ + -DSQLITE_ENABLE_FTS4=1 \ -Wall -fno-strict-aliasing" %configure %{!?with_tcl:--disable-tcl} \ + --enable-fts4 \ --enable-fts5 \ --enable-threadsafe \ --enable-threads-override-locks \ @@ -257,6 +259,9 @@ make test %endif %changelog +* Fri Oct 09 2020 Sheng Mao - 3.33.0-2 +- Enable FTS4 extensions (rhbz#1887106) + * Fri Aug 14 2020 Ondrej Dubaj - 3.33.0-1 - Updated to version 3.33.0 (https://sqlite.org/releaselog/3_33_0.html)