Enable FTS3 tokenizer as a workaround for errors in GtkFileChooser (#1312506)

This commit is contained in:
Jan Staněk 2016-03-02 12:33:41 +01:00
parent 9dd40257c7
commit 7a7a30bb2a

View File

@ -10,7 +10,7 @@
Summary: Library that implements an embeddable SQL database engine
Name: sqlite
Version: %{rpmver}
Release: 2%{?dist}
Release: 3%{?dist}
License: Public Domain
Group: Applications/Databases
URL: http://www.sqlite.org/
@ -141,6 +141,7 @@ export CFLAGS="$RPM_OPT_FLAGS -DSQLITE_ENABLE_COLUMN_METADATA=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_FTS3_TOKENIZER=1 \
-Wall -fno-strict-aliasing"
%configure %{!?with_tcl:--disable-tcl} \
--enable-threadsafe \
@ -227,6 +228,9 @@ make test
%endif
%changelog
* Wed Mar 02 2016 Jan Stanek <jstanek@redhat.com> - 3.11.0-3
- Enable FTS3 tokenizer as a workaround for errors in GtkFileChooser (#1312506)
* Tue Feb 23 2016 Nils Philippsen <nils@redhat.com> - 3.11.0-2
- add obsoletes/conflicts to make updates on multi-lib systems work (#1310441)
- make -devel package depend on arch-specific -libs (not main) package