OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 22-Jan-2006 20:33:38
Branch: HEAD Handle: 2006012219333800
Modified files:
openpkg-src/perl-dbi perl-dbi.spec
Log:
enable SQLite by default as it is harmless but usually always useful
Summary:
Revision Changes Path
1.186 +2 -2 openpkg-src/perl-dbi/perl-dbi.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/perl-dbi/perl-dbi.spec
============================================================================
$ cvs diff -u -r1.185 -r1.186 perl-dbi.spec
--- openpkg-src/perl-dbi/perl-dbi.spec 1 Jan 2006 13:19:05 -0000
1.185
+++ openpkg-src/perl-dbi/perl-dbi.spec 22 Jan 2006 19:33:38 -0000
1.186
@@ -52,10 +52,10 @@
Group: Language
License: GPL/Artistic
Version: %{V_perl}
-Release: 20051216
+Release: 20060122
# package options
-%option with_dbd_sqlite no
+%option with_dbd_sqlite yes
%option with_dbd_mysql no
%option with_dbd_pgsql no
%option with_dbd_oracle no
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]