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: 17-Jul-2006 10:09:29
Branch: HEAD Handle: 2006071709092800
Modified files:
openpkg-src/subversion subversion.spec
Log:
fix dependency style
Summary:
Revision Changes Path
1.108 +2 -2 openpkg-src/subversion/subversion.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/subversion/subversion.spec
============================================================================
$ cvs diff -u -r1.107 -r1.108 subversion.spec
--- openpkg-src/subversion/subversion.spec 12 Jul 2006 11:57:04 -0000
1.107
+++ openpkg-src/subversion/subversion.spec 17 Jul 2006 08:09:28 -0000
1.108
@@ -41,7 +41,7 @@
Group: SCM
License: Apache/BSD
Version: %{V_opkg}
-Release: 20060712
+Release: 20060717
# 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::with_dbm = yes
+PreReq: rcs, python, python::with_dbm = yes
%endif
%if "%{with_svn2cvs}" == "yes"
BuildPreReq: perl
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]