瀏覽代碼

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 年之前
父節點
當前提交
74bc432759
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      sqlite/sqlite.spec

+ 2 - 2
sqlite/sqlite.spec

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