From 91b6bae9510b6e1768ef0ff184bda9d8972bb36e Mon Sep 17 00:00:00 2001 From: jorton Date: Thu, 29 Mar 2007 11:33:05 +0000 Subject: [PATCH] * Thu Mar 29 2007 Joe Orton 5.2.1-5 - enable SASL support in LDAP extension (#205772) --- php.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/php.spec b/php.spec index 70a510e..5a9b827 100644 --- a/php.spec +++ b/php.spec @@ -6,7 +6,7 @@ Summary: The PHP HTML-embedded scripting language Name: php Version: 5.2.1 -Release: 4 +Release: 5 License: The PHP License v3.01 Group: Development/Languages URL: http://www.php.net/ @@ -42,7 +42,7 @@ BuildRequires: gmp-devel, aspell-devel >= 0.50.0 BuildRequires: httpd-devel >= 2.0.46-1, libjpeg-devel, libpng-devel, pam-devel BuildRequires: libstdc++-devel, openssl-devel, sqlite-devel >= 3.0.0 BuildRequires: zlib-devel, pcre-devel >= 4.5, smtpdaemon, readline-devel -BuildRequires: bzip2, fileutils, perl, libtool >= 1.4.3, gcc-c++ +BuildRequires: bzip2, perl, libtool >= 1.4.3, gcc-c++ Obsoletes: php-dbg, php3, phpfi, stronghold-php # Enforce Apache module ABI compatibility Requires: httpd-mmn = %(cat %{_includedir}/httpd/.mmn || echo missing-httpd-devel) @@ -441,7 +441,7 @@ build --enable-force-cgi-redirect \ --enable-bcmath=shared \ --enable-dba=shared --with-db4=%{_prefix} \ --with-xmlrpc=shared \ - --with-ldap=shared \ + --with-ldap=shared --with-ldap-sasl \ --with-mysql=shared,%{_prefix} \ --with-mysqli=shared,%{_bindir}/mysql_config \ --enable-dom=shared \ @@ -633,6 +633,9 @@ rm files.* macros.php %files pdo -f files.pdo %changelog +* Thu Mar 29 2007 Joe Orton 5.2.1-5 +- enable SASL support in LDAP extension (#205772) + * Wed Mar 21 2007 Joe Orton 5.2.1-4 - drop mime_magic extension (deprecated by php-pecl-Fileinfo)