OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Christoph Schug
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web Date: 09-Jan-2004 15:11:36
Branch: HEAD Handle: 2004010914113402
Modified files:
openpkg-src/php php.spec
openpkg-web news.txt
Log:
gd 2.0.16 dropped gdFreeFontCache() used by PHP 4.3.4 in favor of
gdFontCacheShutdown(). gd 2.0.20 re-introduces gdFreeFontCache() as a
wrapper function for backwards compatibility with applications such as
PHP (with gd and freetype support enabled).
Summary:
Revision Changes Path
1.68 +3 -3 openpkg-src/php/php.spec
1.8033 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/php/php.spec
============================================================================
$ cvs diff -u -r1.67 -r1.68 php.spec
--- openpkg-src/php/php.spec 27 Nov 2003 16:55:15 -0000 1.67
+++ openpkg-src/php/php.spec 9 Jan 2004 14:11:36 -0000 1.68
@@ -33,7 +33,7 @@
Group: Language
License: PHP
Version: 4.3.4
-Release: 20031127
+Release: 20040109
# package options
%option with_calendar no
@@ -104,8 +104,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_db}" == "yes"
BuildPreReq: db
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.8032 -r1.8033 news.txt
--- openpkg-web/news.txt 9 Jan 2004 14:11:18 -0000 1.8032
+++ openpkg-web/news.txt 9 Jan 2004 14:11:34 -0000 1.8033
@@ -1,3 +1,4 @@
+09-Jan-2004: Upgraded package: P<php-4.3.4-20040109>
09-Jan-2004: Upgraded package: P<apache-1.3.29-20040109>
09-Jan-2004: Upgraded package: P<fsl-1.4b1-20040109>
09-Jan-2004: Upgraded package: P<less-381-20040109>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]