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 09:47:58
Branch: HEAD Handle: 2006101408475800
Modified files:
openpkg-src/sqlite sqlite.spec
Log:
disable tracking of now gone version 2 (nevertheless, we still need
it)
Summary:
Revision Changes Path
1.117 +3 -1 openpkg-src/sqlite/sqlite.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/sqlite/sqlite.spec
============================================================================
$ cvs diff -u -r1.116 -r1.117 sqlite.spec
--- openpkg-src/sqlite/sqlite.spec 13 Oct 2006 17:34:22 -0000 1.116
+++ openpkg-src/sqlite/sqlite.spec 14 Oct 2006 07:47:58 -0000 1.117
@@ -37,7 +37,7 @@
Group: Database
License: PD
Version: %{V_v3}
-Release: 20061013
+Release: 20061014
# package options
%option with_v2 yes
@@ -85,6 +85,8 @@
regex = sqlite-(\d+\.\d+\.\d+)\.tar\.gz
}
prog sqlite:v2 = {
+ disabled
+ comment = "rse: SQLite 2.x no longer available for download"
version = %{V_v2}
url = http://www.sqlite.org/download.html
regex = sqlite-(2\.\d+\.\d+)\.tar\.gz
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]