update to 3.35.2.0
This commit is contained in:
parent
fd64fc6a31
commit
d3a098907c
1
.gitignore
vendored
1
.gitignore
vendored
@ -55,3 +55,4 @@ sqlite-3.6.22.tar.gz
|
||||
/sqlite-src-3340000.zip
|
||||
/sqlite-src-3340100.zip
|
||||
/sqlite-src-3350000.zip
|
||||
/sqlite-src-3350200.zip
|
||||
|
@ -2,8 +2,8 @@
|
||||
|
||||
%global name1 sqlite
|
||||
|
||||
%global realver 3350000
|
||||
%global rpmver 3.35.0.0
|
||||
%global realver 3350200
|
||||
%global rpmver 3.35.2.0
|
||||
|
||||
# bcond default logic is nicely backwards...
|
||||
%bcond_with tcl
|
||||
@ -153,7 +153,7 @@ export config_TARGET_EXEEXT=.exe
|
||||
export MINGW32_CFLAGS="%{mingw32_cflags} -DSQLITE_ENABLE_COLUMN_METADATA=1 -DSQLITE_DISABLE_DIRSYNC=1 -DSQLITE_ENABLE_FTS3=3 -DSQLITE_ENABLE_RTREE=1 -fno-strict-aliasing"
|
||||
export MINGW64_CFLAGS="%{mingw64_cflags} -DSQLITE_ENABLE_COLUMN_METADATA=1 -DSQLITE_DISABLE_DIRSYNC=1 -DSQLITE_ENABLE_FTS3=3 -DSQLITE_ENABLE_RTREE=1 -fno-strict-aliasing"
|
||||
|
||||
%mingw_configure %{!?with_tcl:--disable-tcl} --enable-load-extension
|
||||
%mingw_configure %{!?with_tcl:--disable-tcl} --enable-all --enable-load-extension
|
||||
|
||||
# -lc hack
|
||||
for i in build_win32 build_win64 ; do
|
||||
@ -220,6 +220,9 @@ find $RPM_BUILD_ROOT -name "*.la" -delete
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Mar 18 2021 Thomas Sailer <t.sailer@alumni.ethz.ch> - 3.35.2.0-1
|
||||
- update to 3.35.2.0
|
||||
|
||||
* Fri Mar 12 2021 Thomas Sailer <t.sailer@alumni.ethz.ch> - 3.35.0.0-1
|
||||
- update to 3.35.0.0
|
||||
|
||||
@ -229,7 +232,7 @@ find $RPM_BUILD_ROOT -name "*.la" -delete
|
||||
* Wed Jan 20 2021 Thomas Sailer <t.sailer@alumni.ethz.ch> - 3.34.1.0-1
|
||||
- update to 3.34.1.0
|
||||
|
||||
* Sat Dec 02 2020 Thomas Sailer <t.sailer@alumni.ethz.ch> - 3.34.0.0-1
|
||||
* Wed Dec 02 2020 Thomas Sailer <t.sailer@alumni.ethz.ch> - 3.34.0.0-1
|
||||
- update to 3.34.0.0
|
||||
|
||||
* Sat Aug 15 2020 Thomas Sailer <t.sailer@alumni.ethz.ch> - 3.33.0.0-1
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (sqlite-src-3350000.zip) = 4b77d963092a6aed61b50e59450edf2af187f16b185b05ca54d81c3eecf71b1cb9bc2883a8aadeb971fcebe343fa430ea788aedb77e3712c8b39d4892c93a797
|
||||
SHA512 (sqlite-src-3350200.zip) = d5382bf31d812bc51533d28a583c78d3f389b1ecbe1f9f30cc755059f2867f832c0529e9f97b090be5c5bc855c45611b220b8c29b5648c451490566a70cc5122
|
||||
|
Loading…
Reference in New Issue
Block a user