Search
j0ke.net Open Build Service
>
Projects
>
internetx
:
php5
>
php-5.2.12
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 14
[-]
[+]
Changed
php5.spec
@@ -18,7 +18,7 @@ %define run_tests 0 %define with_mime 1 %define with_mhash 1 -%define with_mssql 0 +%define with_mssql 1 %define with_mysql 1 %define with_dynsess 0 %define with_sqlite 1 @@ -151,15 +151,14 @@ ### Version: 5.2.12 Summary: PHP5 Core Files -Release: 3.1 +Release: 5.1 License: The PHP License, version 3.01 Group: Development/Languages/Other -Provides: php zend php-xml php-spl php-simplexml php-session php-pcre php-date php-reflection php-filter -#Provides: php(tzdatabase) = %{builtin_tz_ver} -%if %{with_dynsess} == 0 -Provides: php-hash = %{version} -Provides: php5-hash = %{version} +Provides: php zend php-xml php-spl php-simplexml php-pcre php-date php-reflection php-filter +%if ! %{with_dynsess} +Provides: php-hash php-session php5-hash php5-session %endif +#Provides: php(tzdatabase) = %{builtin_tz_ver} AutoReqProv: on %if %{?suse_version:1}0 %if 0%{?sles_version} != 9 @@ -1372,7 +1371,13 @@ --with-config-file-path=%{php_sysconf}/$sapi \ --with-config-file-scan-dir=%{php_sysconf}/conf.d \ --enable-libxml \ +%if %{with_dynsess} + --enable-session=shared \ + --enable-hash=shared \ +%else --enable-session \ + --enable-hash \ +%endif --with-mm \ %if 0%{?suse_version} > 1010 --with-pcre-regex=%{_usr} \ @@ -1386,12 +1391,12 @@ --disable-debug \ --enable-inline-optimization \ --disable-rpath \ - --disable-static \ - --enable-shared \ - --program-suffix=5 \ - --with-pic \ - --with-gnu-ld \ - --with-system-tzdata=/usr/share/zoneinfo \ + --disable-static \ + --enable-shared \ + --program-suffix=5 \ + --with-pic \ + --with-gnu-ld \ + --with-system-tzdata=/usr/share/zoneinfo \ "$@" # Some modules are builtin, reasons: # - libxml can not be shared (and is needed by PEAR) @@ -1432,7 +1437,7 @@ --enable-exif=shared \ --enable-ftp=shared \ --enable-mbstring=shared \ - --enable-mbregex \ + --enable-mbregex \ --enable-pcntl=shared \ --enable-posix=shared \ --enable-shmop=shared \ @@ -1447,39 +1452,40 @@ --with-bz2=shared \ --with-curl=shared \ --with-gd=shared \ - --enable-gd-native-ttf \ - --with-xpm-dir=%{_x11prefix} \ - --with-freetype-dir=%{_usr} \ - --with-png-dir=%{_usr} \ - --with-jpeg-dir=%{_usr} \ - --with-zlib-dir=%{_usr} \ + --enable-gd-native-ttf \ + --with-xpm-dir=%{_x11prefix} \ + --with-freetype-dir=%{_usr} \ + --with-png-dir=%{_usr} \ + --with-jpeg-dir=%{_usr} \ + --with-zlib-dir=%{_usr} \ %if 0%{?suse_version} > 1020 - --with-t1lib=%{_usr} \ + --with-t1lib=shared,%{_usr} \ %endif --with-gettext=shared \ --with-gmp=shared \ %if %{with_dynsess} --enable-session=shared \ + --enable-hash=shared \ %else --enable-session \ --enable-hash \ %endif --with-iconv=shared \ --with-imap=shared \ - --with-kerberos \ - --with-imap-ssl \ + --with-kerberos \ + --with-imap-ssl \ --enable-json=shared \ --with-ldap=shared \ - --with-ldap-sasl=%{_usr} \ + --with-ldap-sasl=%{_usr} \ %if 0%{?sles_version} != 9 - --with-libedit=shared,%{_usr} \ + --with-libedit=shared,%{_usr} \ %endif --with-mcrypt=shared \ %if %{with_mhash} --with-mhash=shared \ %endif %if 0%{?_with_ming:1} - --with-ming=shared,%{_usr} \ + --with-ming=shared,%{_usr} \ %endif %if %{with_mssql} --with-mssql=shared \ @@ -1507,30 +1513,30 @@ --with-xsl=shared \ --with-tidy=shared,%{_usr} \ --enable-dba=shared \ - --with-db4=%{_usr} \ - --without-gdbm \ - --with-cdb \ - --with-inifile \ - --with-flatfile \ + --with-db4=%{_usr} \ + --without-gdbm \ + --with-cdb \ + --with-inifile=shared \ + --with-flatfile=shared \ --enable-pdo=shared \ %if %{with_sqlite} --enable-sqlite-utf8 \ %if 0%{?suse_version} > 1010 - --with-pdo_sqlite=shared,%{_usr} \ + --with-pdo-sqlite=shared,%{_usr} \ --with-sqlite=shared,%{_usr} \ %else - --with-pdo_sqlite=shared \ + --with-pdo-sqlite=shared \ --with-sqlite=shared \ %endif %else --without-sqlite \ - --without-pdo_sqlite \ + --without-pdo-sqlite \ %endif %if %{with_mysql} --with-pdo-mysql=shared,%{_usr} \ %endif --with-pdo-pgsql=shared,%{_usr} \ - --with-pdo-odbc=shared,unixODBC,%{_usr} \ + --with-pdo-odbc=shared,unixODBC,%{_usr} \ --enable-zip=shared \ --enable-suhosin=shared \ %if %{with_mime} @@ -2085,6 +2091,10 @@ %config(noreplace) %{php_sysconf}/conf.d/zlib.ini %changelog +* Thu Jan 21 2010 holger.manthey@bertelsmann.de +- fix hash problem +* Wed Jan 20 2010 holger.manthey@bertelsmann.de +- fix session problem * Wed Jan 6 2010 holger.manthey@bertelsmann.de - build static sessions * Tue Jan 5 2010 holger.manthey@bertelsmann.de