update to 3.6.22
This commit is contained in:
parent
dd13d6a8b1
commit
55f443f4a2
@ -1,3 +1,4 @@
|
||||
sqlite-3.6.14.2.tar.gz
|
||||
sqlite-3.6.17.tar.gz
|
||||
sqlite-3.6.20.tar.gz
|
||||
sqlite-3.6.22.tar.gz
|
||||
|
@ -10,7 +10,7 @@
|
||||
%global tclversion 8.5
|
||||
|
||||
Name: mingw32-sqlite
|
||||
Version: 3.6.20
|
||||
Version: 3.6.22
|
||||
Release: 1%{?dist}
|
||||
Summary: MinGW Windows port of sqlite embeddable SQL database engine
|
||||
|
||||
@ -140,6 +140,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Sun Jan 31 2010 Thomas Sailer <t.sailer@alumni.ethz.ch> - 3.6.22-1
|
||||
- update to 3.6.22
|
||||
|
||||
* Sun Dec 5 2009 Thomas Sailer <t.sailer@alumni.ethz.ch> - 3.6.20-1
|
||||
- update to 3.6.20
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
0faf8fc8ccff5297513c6532b2b4ce23 sqlite-3.6.20.tar.gz
|
||||
a17bd53f1fde11f84adf79c6a1510ce5 sqlite-3.6.22.tar.gz
|
||||
|
@ -1,13 +0,0 @@
|
||||
diff -up sqlite-3.6.13/test/io.test.nodirsync sqlite-3.6.13/test/io.test
|
||||
--- sqlite-3.6.13/test/io.test.nodirsync 2009-05-14 12:12:21.000000000 +0300
|
||||
+++ sqlite-3.6.13/test/io.test 2009-05-14 12:13:51.000000000 +0300
|
||||
@@ -426,7 +426,8 @@ sqlite3_simulate_device -char safe_appen
|
||||
# on the journal file between steps (2) and (3) above.
|
||||
#
|
||||
if {$::tcl_platform(platform)=="unix"} {
|
||||
- set expected_sync_count 3
|
||||
+ # normally 3 but with -DSQLITE_DISABLE_DIRSYNC its 2
|
||||
+ set expected_sync_count 2
|
||||
} else {
|
||||
set expected_sync_count 2
|
||||
}
|
Loading…
Reference in New Issue
Block a user