From 584b64a32d380048fd2ba555f2249616d9dbfa91 Mon Sep 17 00:00:00 2001 From: Ondrej Dubaj Date: Aug 18 2021 07:11:47 +0000 Subject: Enabled SQLITE_DBPAGE virtual table (#1973454) --- diff --git a/sqlite.spec b/sqlite.spec index 434de4a..bd80729 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: 3%{?dist} +Release: 4%{?dist} License: Public Domain URL: http://www.sqlite.org/ @@ -153,6 +153,7 @@ export CFLAGS="$RPM_OPT_FLAGS $RPM_LD_FLAGS -DSQLITE_ENABLE_COLUMN_METADATA=1 \ -DSQLITE_ENABLE_FTS3_PARENTHESIS=1 -DSQLITE_ENABLE_JSON1=1 \ -DSQLITE_ENABLE_FTS4=1 \ -DSQLITE_ENABLE_MATH_FUNCTIONS \ + -DSQLITE_ENABLE_DBPAGE_VTAB \ -Wall -fno-strict-aliasing" %configure %{!?with_tcl:--disable-tcl} \ --enable-fts4 \ @@ -257,6 +258,9 @@ make test %endif %changelog +* Wed Aug 18 2021 Ondrej Dubaj - 3.36.0-4 +- Enabled SQLITE_DBPAGE virtual table (#1973454) + * Fri Jul 23 2021 Fedora Release Engineering - 3.36.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild