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:20 Branch: HEAD Handle: 2004010914111802 Modified files: openpkg-src/apache apache.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.193 +3 -3 openpkg-src/apache/apache.spec 1.8032 +1 -0 openpkg-web/news.txt ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/apache/apache.spec ============================================================================ $ cvs diff -u -r1.192 -r1.193 apache.spec --- openpkg-src/apache/apache.spec 6 Jan 2004 20:25:55 -0000 1.192 +++ openpkg-src/apache/apache.spec 9 Jan 2004 14:11:20 -0000 1.193 @@ -62,7 +62,7 @@ Group: Web License: ASF Version: %{V_apache} -Release: 20040106 +Release: 20040109 # package options (suexec related) %option with_suexec yes @@ -239,8 +239,8 @@ PreReq: postgresql, openssl %endif %if "%{with_mod_php_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_mod_php_db}" == "yes" BuildPreReq: db @@ . patch -p0 <<'@@ .' Index: openpkg-web/news.txt ============================================================================ $ cvs diff -u -r1.8031 -r1.8032 news.txt --- openpkg-web/news.txt 9 Jan 2004 11:33:46 -0000 1.8031 +++ openpkg-web/news.txt 9 Jan 2004 14:11:18 -0000 1.8032 @@ -1,3 +1,4 @@ +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> 09-Jan-2004: Upgraded package: P<perl-gtk-20040109-20040109> @@ . ______________________________________________________________________ The OpenPKG Project www.openpkg.org CVS Repository Commit List [EMAIL PROTECTED]