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: 20-Sep-2006 12:07:17
Branch: HEAD Handle: 2006092011071700
Modified files:
openpkg-src/subversion subversion.spec
Log:
add missing dependency to perl-openpkg
Summary:
Revision Changes Path
1.112 +2 -2 openpkg-src/subversion/subversion.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/subversion/subversion.spec
============================================================================
$ cvs diff -u -r1.111 -r1.112 subversion.spec
--- openpkg-src/subversion/subversion.spec 18 Sep 2006 19:04:51 -0000
1.111
+++ openpkg-src/subversion/subversion.spec 20 Sep 2006 10:07:17 -0000
1.112
@@ -41,7 +41,7 @@
Group: SCM
License: Apache/BSD
Version: %{V_opkg}
-Release: 20060918
+Release: 20060920
# package options
%option with_cvs2svn no
@@ -80,7 +80,7 @@
BuildPreReq: swig
%endif
%if "%{with_perl}" == "yes"
-BuildPreReq: perl
+BuildPreReq: perl, perl-openpkg
PreReq: perl
%endif
%if "%{with_python}" == "yes"
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]