diff --git a/php.spec b/php.spec index e0fb74a..5685bf0 100644 --- a/php.spec +++ b/php.spec @@ -58,7 +58,7 @@ Summary: PHP scripting language for creating dynamic web sites Name: php Version: 5.4.12 -Release: 0.5.RC2%{?dist} +Release: 0.6.RC2%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -111,7 +111,7 @@ Patch47: php-5.4.9-phpinfo.patch Patch50: php-5.4.11-sockets.patch -BuildRequires: bzip2-devel, curl-devel >= 7.9, %{db_devel}, gmp-devel +BuildRequires: bzip2-devel, curl-devel >= 7.9, gmp-devel BuildRequires: httpd-devel >= 2.0.46-1, pam-devel BuildRequires: libstdc++-devel, openssl-devel BuildRequires: sqlite-devel >= 3.6.0 @@ -549,6 +549,7 @@ Summary: A database abstraction layer module for PHP applications Group: Development/Languages # All files licensed under PHP version 3.01 License: PHP +BuildRequires: %{db_devel}, gdbm-devel, tokyocabinet-devel Requires: php-common%{?_isa} = %{version}-%{release} %description dba @@ -872,6 +873,8 @@ build --enable-force-cgi-redirect \ --with-gd=shared \ --enable-bcmath=shared \ --enable-dba=shared --with-db4=%{_prefix} \ + --with-gdbm=%{_prefix} \ + --with-tcadb=%{_prefix} \ --with-xmlrpc=shared \ --with-ldap=shared --with-ldap-sasl \ --enable-mysqlnd=shared \ @@ -974,6 +977,8 @@ build --enable-force-cgi-redirect \ --with-gd=shared \ --enable-bcmath=shared \ --enable-dba=shared --with-db4=%{_prefix} \ + --with-gdbm=%{_prefix} \ + --with-tcadb=%{_prefix} \ --with-xmlrpc=shared \ --with-ldap=shared --with-ldap-sasl \ --enable-mysqlnd=shared \ @@ -1412,6 +1417,9 @@ fi %changelog +* Wed Feb 13 2013 Remi Collet 5.4.12-0.6.RC2 +- enable tokyocabinet and gdbm dba handlers + * Wed Feb 13 2013 Remi Collet 5.4.12-0.5.RC2 - update to 5.4.12RC2