Forráskód Böngészése

modifying package: sqlite-2.8.16 20050613 -> 20050822

Ralf S. Engelschall 21 éve
szülő
commit
93f7262573
2 módosított fájl, 2 hozzáadás és 14 törlés
  1. 0 12
      sqlite/sqlite.patch.v3
  2. 2 2
      sqlite/sqlite.spec

+ 0 - 12
sqlite/sqlite.patch.v3

@@ -13,15 +13,3 @@ Index: configure
  
  #########
  # Figure out whether or not we have a "usleep()" function.
-Index: src/vdbeaux.c
---- src/vdbeaux.c.orig	2005-01-29 09:32:45 +0100
-+++ src/vdbeaux.c	2005-02-15 19:30:52 +0100
-@@ -25,7 +25,7 @@
- ** set the sqlite3_vdbe_addop_trace to 1 and all opcodes will be printed
- ** as they are added to the instruction stream.
- */
--#ifndef NDEBUG
-+#ifdef SQLITE_DEBUG
- int sqlite3_vdbe_addop_trace = 0;
- #endif
- 

+ 2 - 2
sqlite/sqlite.spec

@@ -24,7 +24,7 @@
 
 #   package version
 %define       V_v2  2.8.16
-%define       V_v3  3.2.2
+%define       V_v3  3.2.3
 
 #   package information
 Name:         sqlite
@@ -37,7 +37,7 @@ Class:        BASE
 Group:        Database
 License:      PD
 Version:      %{V_v2}
-Release:      20050613
+Release:      20050822
 
 #   package options
 %option       with_utf8            no