[mingw-sqlite: 11/31] clean up patches

Kalev Lember kalev at fedoraproject.org
Tue Mar 6 21:32:55 UTC 2012


commit f512653d91a615b03905eec4e4b9209fd3b9e39b
Author: sailer <sailer at fedoraproject.org>
Date:   Thu Jun 25 10:20:52 2009 +0000

    clean up patches

 sqlite-3.6.12-memalign.patch         |  204 ----------------------------------
 sqlite-3.6.12-no-sqlite-doc.patch    |   12 --
 sqlite-3.6.13-iotest-nodirsync.patch |   13 ++
 3 files changed, 13 insertions(+), 216 deletions(-)
---
diff --git a/sqlite-3.6.13-iotest-nodirsync.patch b/sqlite-3.6.13-iotest-nodirsync.patch
new file mode 100644
index 0000000..916abd8
--- /dev/null
+++ b/sqlite-3.6.13-iotest-nodirsync.patch
@@ -0,0 +1,13 @@
+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
+ }


More information about the mingw mailing list