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: 07-Jun-2007 16:28:02
Branch: HEAD Handle: 2007060715280200
Modified files:
openpkg-src/subversion subversion.spec
Log:
although technically not needed, repeat the package itself to be
consistent with all the other OpenPKG packages
Summary:
Revision Changes Path
1.125 +2 -2 openpkg-src/subversion/subversion.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/subversion/subversion.spec
============================================================================
$ cvs diff -u -r1.124 -r1.125 subversion.spec
--- openpkg-src/subversion/subversion.spec 7 Jun 2007 14:16:24 -0000
1.124
+++ openpkg-src/subversion/subversion.spec 7 Jun 2007 14:28:02 -0000
1.125
@@ -79,8 +79,8 @@
PreReq: perl, perl-xml, cvs, rcs
%endif
%if "%{with_apache2}" == "yes"
-BuildPreReq: apache2::with_mod_dav = yes
-PreReq: apache2::with_mod_dav = yes
+BuildPreReq: apache2, apache2::with_mod_dav = yes
+PreReq: apache2, apache2::with_mod_dav = yes
%endif
%if "%{with_perl}" == "yes" || "%{with_python}" == "yes"
BuildPreReq: swig
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]