diff --git a/sqlite.spec b/sqlite.spec index 6ff94b3b45211a6c539c1518d9e00f09073dae60..dc5a3b75d25719b78c977b5caa29aa46b1ea5c55 100644 --- a/sqlite.spec +++ b/sqlite.spec @@ -6,7 +6,7 @@ Name: sqlite Version: 3.37.2 -Release: 2 +Release: 3 Summary: Embeded SQL database License: Public Domain URL: http://www.sqlite.org/ @@ -70,9 +70,9 @@ This contains man files and HTML files for the using of sqlite. rm -f %{name}-doc-%{extver}/sqlite.css~ || : -autoconf - %build + +autoconf export CFLAGS="$RPM_OPT_FLAGS $RPM_LD_FLAGS -DSQLITE_ENABLE_COLUMN_METADATA=1 \ -DSQLITE_DISABLE_DIRSYNC=1 -DSQLITE_ENABLE_FTS3=3 \ -DSQLITE_ENABLE_RTREE=1 -DSQLITE_SECURE_DELETE=1 \ @@ -137,6 +137,9 @@ make test %{_mandir}/man*/* %changelog +* Wed Sep 14 2022 zhuwentao - 3.37.2-3 +- fix build problem + * Mon Sep 5 2022 zhuwentao - 3.37.2-2 - fix integer overflow on gigabyte string