rpms/mingw32-sqlite/devel sqlite-3.6.13-iotest-nodirsync.patch, NONE, 1.1 sqlite-3.6.12-memalign.patch, 1.1, NONE sqlite-3.6.12-no-sqlite-doc.patch, 1.1, NONE

sailer sailer at fedoraproject.org
Thu Jun 25 10:20:52 UTC 2009


Author: sailer

Update of /cvs/pkgs/rpms/mingw32-sqlite/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17059

Added Files:
	sqlite-3.6.13-iotest-nodirsync.patch 
Removed Files:
	sqlite-3.6.12-memalign.patch sqlite-3.6.12-no-sqlite-doc.patch 
Log Message:
clean up patches


sqlite-3.6.13-iotest-nodirsync.patch:

--- NEW FILE sqlite-3.6.13-iotest-nodirsync.patch ---
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
 }


--- sqlite-3.6.12-memalign.patch DELETED ---


--- sqlite-3.6.12-no-sqlite-doc.patch DELETED ---




More information about the fedora-extras-commits mailing list