OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 24-Jan-2004 17:27:33
Branch: HEAD Handle: 2004012416273200
Modified files:
openpkg-src/php5 php5.spec
Log:
use same dependency as in php package
Summary:
Revision Changes Path
1.6 +2 -2 openpkg-src/php5/php5.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/php5/php5.spec
============================================================================
$ cvs diff -u -r1.5 -r1.6 php5.spec
--- openpkg-src/php5/php5.spec 24 Jan 2004 13:28:36 -0000 1.5
+++ openpkg-src/php5/php5.spec 24 Jan 2004 16:27:32 -0000 1.6
@@ -106,8 +106,8 @@
PreReq: postgresql
%endif
%if "%{with_gd}" == "yes"
-BuildPreReq: gd, jpeg, png
-PreReq: gd, jpeg, png
+BuildPreReq: gd >= 2.0.20, jpeg, png
+PreReq: gd >= 2.0.20, jpeg, png
%endif
%if "%{with_bdb}" == "yes"
BuildPreReq: db
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]