Explorar o código

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 %!s(int64=19) %!d(string=hai) anos
pai
achega
74bc432759
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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