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: 14-Oct-2006 10:05:20
Branch: HEAD Handle: 2006101409052000
Modified files:
openpkg-src/dspam dspam.spec
Log:
still requires SQLite v2
Summary:
Revision Changes Path
1.48 +3 -3 openpkg-src/dspam/dspam.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/dspam/dspam.spec
============================================================================
$ cvs diff -u -r1.47 -r1.48 dspam.spec
--- openpkg-src/dspam/dspam.spec 13 Oct 2006 17:27:48 -0000 1.47
+++ openpkg-src/dspam/dspam.spec 14 Oct 2006 08:05:20 -0000 1.48
@@ -33,7 +33,7 @@
Group: Mail
License: GPL
Version: 3.6.8
-Release: 20061013
+Release: 20061014
# list of sources
Source0:
http://www.nuclearelephant.com/projects/dspam/sources/dspam-%{version}.tar.gz
@@ -43,8 +43,8 @@
BuildRoot: %{l_buildroot}
BuildPreReq: OpenPKG, openpkg >= 20040130
PreReq: OpenPKG, openpkg >= 20040130
-BuildPreReq: sqlite
-PreReq: sqlite
+BuildPreReq: sqlite, sqlite::with_v2 = yes
+PreReq: sqlite, sqlite::with_v2 = yes
AutoReq: no
AutoReqProv: no
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]