OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Thomas Lotterer
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 12-Jul-2006 13:57:05
Branch: HEAD Handle: 2006071212570400
Modified files:
openpkg-src/subversion subversion.spec
Log:
subversion::with_cvs2svn requires python::with_dbm
Summary:
Revision Changes Path
1.107 +2 -2 openpkg-src/subversion/subversion.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/subversion/subversion.spec
============================================================================
$ cvs diff -u -r1.106 -r1.107 subversion.spec
--- openpkg-src/subversion/subversion.spec 27 Jun 2006 08:34:49 -0000
1.106
+++ openpkg-src/subversion/subversion.spec 12 Jul 2006 11:57:04 -0000
1.107
@@ -41,7 +41,7 @@
Group: SCM
License: Apache/BSD
Version: %{V_opkg}
-Release: 20060627
+Release: 20060712
# package options
%option with_cvs2svn no
@@ -69,7 +69,7 @@
BuildPreReq: diffutils, libxml, db, openssl, zlib
PreReq: diffutils, libxml, db, openssl, zlib
%if "%{with_cvs2svn}" == "yes"
-PreReq: rcs, python
+PreReq: rcs, python::with_dbm = yes
%endif
%if "%{with_svn2cvs}" == "yes"
BuildPreReq: perl
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]