diff --git a/sqlite.spec b/sqlite.spec index 615fe6c..d429966 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: 2%{?dist} +Release: 3%{?dist} License: blessing URL: http://www.sqlite.org/ @@ -149,6 +149,8 @@ export CFLAGS="$RPM_OPT_FLAGS $RPM_LD_FLAGS \ -DSQLITE_ENABLE_UNLOCK_NOTIFY=1 -DSQLITE_ENABLE_DBSTAT_VTAB=1 \ -DSQLITE_ENABLE_FTS3_PARENTHESIS=1 \ -DSQLITE_ENABLE_DBPAGE_VTAB \ + -DSQLITE_ENABLE_SESSION \ + -DSQLITE_ENABLE_PREUPDATE_HOOK \ -Wall -fno-strict-aliasing" %configure %{!?with_tcl:--disable-tcl} \ @@ -258,6 +260,10 @@ make test %endif %changelog +* Mon Feb 3 2025 Ales Nezbeda - 3.46.1-3 +- Enabled sqlite-session feature +- Resolves: RHEL-77326 + * Tue Oct 29 2024 Troy Dawson - 3.46.1-2 - Bump release for October 2024 mass rebuild: Resolves: RHEL-64018