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:45:40
Branch: HEAD Handle: 2003060316453802
Modified files:
openpkg-src/apache apache.spec
openpkg-web news.txt
Log:
there is a single gd now
Summary:
Revision Changes Path
1.135 +3 -3 openpkg-src/apache/apache.spec
1.4706 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/apache/apache.spec
============================================================================
$ cvs diff -u -r1.134 -r1.135 apache.spec
--- openpkg-src/apache/apache.spec 29 May 2003 18:28:22 -0000 1.134
+++ openpkg-src/apache/apache.spec 3 Jun 2003 15:45:40 -0000 1.135
@@ -60,7 +60,7 @@
Group: Web
License: ASF
Version: %{V_apache}
-Release: 20030529
+Release: 20030603
# package options (suexec related)
%option with_suexec yes
@@ -204,7 +204,7 @@
BuildPreReq: MYSQL
%endif
%if "%{with_mod_php_gd}" == "yes"
-BuildPreReq: GD, jpeg, png
+BuildPreReq: gd, jpeg, png
%endif
%if "%{with_mod_php_db}" == "yes"
BuildPreReq: db
@@ -264,7 +264,7 @@
%if "%{with_mod_php3}" == "yes"
BuildPreReq: make, bison, flex
%if "%{with_mod_php3_gd}" == "yes"
-BuildPreReq: GD
+BuildPreReq: gd
%endif
%if "%{with_mod_php3_jpeg}" == "yes"
BuildPreReq: jpeg
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.4705 -r1.4706 news.txt
--- openpkg-web/news.txt 3 Jun 2003 15:43:50 -0000 1.4705
+++ openpkg-web/news.txt 3 Jun 2003 15:45:38 -0000 1.4706
@@ -1,3 +1,4 @@
+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>
03-Jun-2003: New package: P<gcc32-3.2.3-20030603>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]