OpenPKG CVS Repository http://cvs.openpkg.org/ ____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall Root: /v/openpkg/cvs Email: r...@openpkg.org Module: openpkg-src Date: 19-Jun-2009 19:43:51 Branch: HEAD Handle: 2009061918435100 Modified files: openpkg-src/php php.spec Log: upgrading package: php 5.2.9 -> 5.2.10 Summary: Revision Changes Path 1.198 +6 -6 openpkg-src/php/php.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/php/php.spec ============================================================================ $ cvs diff -u -r1.197 -r1.198 php.spec --- openpkg-src/php/php.spec 18 Apr 2009 13:14:15 -0000 1.197 +++ openpkg-src/php/php.spec 19 Jun 2009 17:43:51 -0000 1.198 @@ -22,7 +22,7 @@ ## # package versions -%define V_php 5.2.9 +%define V_php 5.2.10 %define V_php_suhosin_p 5.2.9-0.9.7 %define V_php_suhosin_e 0.9.27 %define V_php_kolab 5.2.8 @@ -39,7 +39,7 @@ Group: Language License: PHP Version: %{V_php} -Release: 20090306 +Release: 20090619 # package options %option with_suhosin no @@ -65,7 +65,7 @@ %option with_mbregex no %option with_mbstring no %option with_mcrypt no -%option with_mhash no +%option with_hash no %option with_mm no %option with_mysql no %option with_oci8 no @@ -231,7 +231,7 @@ BuildPreReq: curl PreReq: curl %endif -%if "%{with_mhash}" == "yes" +%if "%{with_hash}" == "yes" BuildPreReq: mhash PreReq: mhash %endif @@ -503,8 +503,8 @@ %if "%{with_bc}" == "yes" --enable-bcmath \ %endif -%if "%{with_mhash}" == "yes" - --with-mhash=%{l_prefix} \ +%if "%{with_hash}" == "yes" + --with-hash=%{l_prefix} \ %endif %if "%{with_mcrypt}" == "yes" --with-mcrypt=%{l_prefix} \ @@ . ______________________________________________________________________ OpenPKG http://openpkg.org CVS Repository Commit List openpkg-cvs@openpkg.org