Browse Source

AFAIK there is now no more package left which requires the ancient SQLite 2.8, so turn off version 2 by default and still keep it for a while before we kick it out at all

Ralf S. Engelschall 19 years ago
parent
commit
74bc432759
1 changed files with 2 additions and 2 deletions
  1. 2 2
      sqlite/sqlite.spec

+ 2 - 2
sqlite/sqlite.spec

@@ -38,10 +38,10 @@ Class:        BASE
 Group:        Database
 Group:        Database
 License:      PD
 License:      PD
 Version:      %{V_v3}
 Version:      %{V_v3}
-Release:      20070105
+Release:      20070108
 
 
 #   package options
 #   package options
-%option       with_v2              yes
+%option       with_v2              no
 %option       with_utf8            no
 %option       with_utf8            no
 %option       with_assert          no
 %option       with_assert          no
 %option       with_readline        no
 %option       with_readline        no