فهرست منبع

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).

Christoph Schug 22 سال پیش
والد
کامیت
5f7d4890d2
2فایلهای تغییر یافته به همراه6 افزوده شده و 6 حذف شده
  1. 3 3
      apache/apache.spec
  2. 3 3
      php/php.spec

+ 3 - 3
apache/apache.spec

@@ -62,7 +62,7 @@ Distribution: OpenPKG [BASE]
 Group:        Web
 License:      ASF
 Version:      %{V_apache}
-Release:      20040106
+Release:      20040109
 
 #   package options (suexec related)
 %option       with_suexec               yes
@@ -239,8 +239,8 @@ BuildPreReq:  postgresql, openssl
 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

+ 3 - 3
php/php.spec

@@ -33,7 +33,7 @@ Distribution: OpenPKG [BASE]
 Group:        Language
 License:      PHP
 Version:      4.3.4
-Release:      20031127
+Release:      20040109
 
 #   package options
 %option       with_calendar      no
@@ -104,8 +104,8 @@ BuildPreReq:  postgresql
 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