]> TLD Linux GIT Repositories - packages/php.git/blobdiff - php.spec
- updated to 5.6.35, fix libs problems
[packages/php.git] / php.spec
index 9a0fb8817cb7ff5dffbae050adb78db7c6f222b5..71f0b4fcbfd0f87fcaa51498c10d23cb3e874947 100644 (file)
--- a/php.spec
+++ b/php.spec
@@ -148,8 +148,8 @@ Summary(pt_BR.UTF-8):       A linguagem de script PHP
 Summary(ru.UTF-8):     PHP Версии 5 - язык препроцессирования HTML-файлов, выполняемый на сервере
 Summary(uk.UTF-8):     PHP Версії 5 - мова препроцесування HTML-файлів, виконувана на сервері
 Name:          %{orgname}%{php_suffix}
-Version:       5.6.34
-Release:       2
+Version:       5.6.35
+Release:       0.1
 Epoch:         4
 # All files licensed under PHP version 3.01, except
 # Zend is licensed under Zend
@@ -157,7 +157,7 @@ Epoch:              4
 License:       PHP 3.01 and Zend and BSD
 Group:         Libraries
 Source0:       http://www.php.net/distributions/%{orgname}-%{version}.tar.xz
-# Source0-md5: dd28a659b88ad60797a7c102307f2edb
+# Source0-md5: 50afbbc745ad433b9f368c5885bd73bf
 Source2:       %{orgname}-mod_%{orgname}.conf
 Source3:       %{orgname}-cgi-fcgi.ini
 Source4:       %{orgname}-apache.ini
@@ -2430,7 +2430,6 @@ for sapi in $sapis; do
        cp -f main/php_config.h php_config.h.$sapi
        cp -f config.log config.log.$sapi
 done
-
 # as we build each SAPI in own make, adjust php-config.in forehead
 sapis=$(%{__sed} -rne 's/^PHP_INSTALLED_SAPIS = (.+)/\1/p' Makefile.* | tr ' ' '\n' | sort -u | xargs)
 %{__sed} -i -e "s,@PHP_INSTALLED_SAPIS@,$sapis," scripts/php-config.in
@@ -2752,6 +2751,9 @@ if [ $1 -eq 0 ]; then
        update-alternatives --remove php %{_bindir}/php || :
 fi
 
+%post  common -p /sbin/ldconfig
+%postun        common -p /sbin/ldconfig
+
 %post devel
 update-alternatives \
        --install %{_bindir}/phpize phpize %{_bindir}/phpize%{php_suffix} %{php_suffix} \