[maemo-commits] [maemo-commits] r19165 - in projects/haf/trunk/sqlite3: . debian debian/patches

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Thu Aug 20 16:19:28 EEST 2009
Author: ifrade
Date: 2009-08-20 16:19:20 +0300 (Thu, 20 Aug 2009)
New Revision: 19165

Added:
   projects/haf/trunk/sqlite3/sqlite-amalgamation-3.6.17.tar.gz
Removed:
   projects/haf/trunk/sqlite3/sqlite-amalgamation-3.6.14.tar.gz
Modified:
   projects/haf/trunk/sqlite3/debian/changelog
   projects/haf/trunk/sqlite3/debian/patches/01-qemu-threads-checking.patch
   projects/haf/trunk/sqlite3/debian/rules
Log:
Preparing 3.6.17 release

Modified: projects/haf/trunk/sqlite3/debian/changelog
===================================================================
--- projects/haf/trunk/sqlite3/debian/changelog	2009-08-20 12:54:32 UTC (rev 19164)
+++ projects/haf/trunk/sqlite3/debian/changelog	2009-08-20 13:19:20 UTC (rev 19165)
@@ -1,3 +1,9 @@
+sqlite3 (3.6.17-1maemo1) stable; urgency=low
+
+  * Upgrade to upstream 3.6.17
+
+ -- Ivan Frade (frade) <ivan.frade at nokia.com>  Thu, 20 Aug 2009 15:43:03 +0300
+
 sqlite3 (3.6.14-1maemo3) stable; urgency=low
 
   * Fixed compilation flags. It wasn't using -O2

Modified: projects/haf/trunk/sqlite3/debian/patches/01-qemu-threads-checking.patch
===================================================================
--- projects/haf/trunk/sqlite3/debian/patches/01-qemu-threads-checking.patch	2009-08-20 12:54:32 UTC (rev 19164)
+++ projects/haf/trunk/sqlite3/debian/patches/01-qemu-threads-checking.patch	2009-08-20 13:19:20 UTC (rev 19165)
@@ -1,18 +1,18 @@
---- sqlite3.c.orig	2009-05-13 13:42:17.000000000 +0300
-+++ sqlite3.c	2009-05-13 13:43:43.000000000 +0300
-@@ -21805,9 +21805,15 @@ static int findLockInfo(
+--- sqlite3.c.orig	2009-08-20 15:46:25.000000000 +0300
++++ sqlite3.c	2009-08-20 15:48:07.000000000 +0300
+@@ -22046,9 +22046,15 @@ static int findLockInfo(
    lockKey.fid.ino = statbuf.st_ino;
  #endif
  #if SQLITE_THREADSAFE && defined(__linux__)
 + /* HACK: skip this test because it breaks QEMU */
 + /* Use value obtained from real HW instead     */
-+  #if 0
++ #if 0
    if( threadsOverrideEachOthersLocks<0 ){
      testThreadLockingBehavior(fd);
    }
-+  #else
++ #else
 +  threadsOverrideEachOthersLocks=1;
-+  #endif
++ #endif
    lockKey.tid = threadsOverrideEachOthersLocks ? 0 : pthread_self();
  #endif
    fileId = lockKey.fid;

Modified: projects/haf/trunk/sqlite3/debian/rules
===================================================================
--- projects/haf/trunk/sqlite3/debian/rules	2009-08-20 12:54:32 UTC (rev 19164)
+++ projects/haf/trunk/sqlite3/debian/rules	2009-08-20 13:19:20 UTC (rev 19165)
@@ -7,7 +7,7 @@
 
 so_version := 0
 
-DEB_TAR_SRCDIR := sqlite-3.6.14
+DEB_TAR_SRCDIR := sqlite-3.6.17
 include /usr/share/cdbs/1/rules/tarball.mk
 
 # Make sure libsqlite0 is built before packages depending on it

Deleted: projects/haf/trunk/sqlite3/sqlite-amalgamation-3.6.14.tar.gz
===================================================================
(Binary files differ)

Added: projects/haf/trunk/sqlite3/sqlite-amalgamation-3.6.17.tar.gz
===================================================================
(Binary files differ)


Property changes on: projects/haf/trunk/sqlite3/sqlite-amalgamation-3.6.17.tar.gz
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

More information about the maemo-commits mailing list