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 openpkg-web Date: 03-Jun-2003 17:46:42
Branch: HEAD Handle: 2003060316464001
Modified files:
openpkg-src/php php.spec
openpkg-web news.txt
Log:
there is a single gd now only
Summary:
Revision Changes Path
1.45 +2 -2 openpkg-src/php/php.spec
1.4707 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/php/php.spec
============================================================================
$ cvs diff -u -r1.44 -r1.45 php.spec
--- openpkg-src/php/php.spec 29 May 2003 18:27:18 -0000 1.44
+++ openpkg-src/php/php.spec 3 Jun 2003 15:46:41 -0000 1.45
@@ -33,7 +33,7 @@
Group: Language
License: PHP
Version: 4.3.2
-Release: 20030529
+Release: 20030603
# package options (analog to apache.spec)
%option with_calendar no
@@ -88,7 +88,7 @@
BuildPreReq: MYSQL
%endif
%if "%{with_gd}" == "yes"
-BuildPreReq: GD, jpeg, png
+BuildPreReq: gd, jpeg, png
%endif
%if "%{with_db}" == "yes"
BuildPreReq: db
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.4706 -r1.4707 news.txt
--- openpkg-web/news.txt 3 Jun 2003 15:45:38 -0000 1.4706
+++ openpkg-web/news.txt 3 Jun 2003 15:46:40 -0000 1.4707
@@ -1,3 +1,4 @@
+03-Jun-2003: Upgraded package: P<php-4.3.2-20030603>
03-Jun-2003: Upgraded package: P<apache-1.3.27-20030603>
03-Jun-2003: Upgraded package: P<gd-2.0.12-20030603>
03-Jun-2003: Upgraded package: P<ghostscript-7.04-1.1.1>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]