]> TLD Linux GIT Repositories - packages/php.git/commitdiff
- updated to 7.2.4, fixed libs problems
authorMarcin Krol <hawk@tld-linux.org>
Thu, 12 Apr 2018 13:12:46 +0000 (13:12 +0000)
committerMarcin Krol <hawk@tld-linux.org>
Thu, 12 Apr 2018 13:12:46 +0000 (13:12 +0000)
php.spec

index 9f607dea3127b0269eedd3344c36e988fc6f774f..415e19d0b4ac505c121ef721cd8209c07bf9529d 100644 (file)
--- a/php.spec
+++ b/php.spec
@@ -146,8 +146,8 @@ Summary(pt_BR.UTF-8):       A linguagem de script PHP
 Summary(ru.UTF-8):     PHP Версии 7 - язык препроцессирования HTML-файлов, выполняемый на сервере
 Summary(uk.UTF-8):     PHP Версії 7 - мова препроцесування HTML-файлів, виконувана на сервері
 Name:          %{orgname}%{php_suffix}
-Version:       7.2.3
-Release:       2
+Version:       7.2.4
+Release:       1
 Epoch:         4
 # All files licensed under PHP version 3.01, except
 # Zend is licensed under Zend
@@ -155,7 +155,7 @@ Epoch:              4
 License:       PHP 3.01 and Zend and BSD
 Group:         Libraries
 Source0:       http://php.net/distributions/%{orgname}-%{version}.tar.xz
-# Source0-md5: 9e462dd313e0fb79405cd4a56974565e
+# Source0-md5: 8266120cf6500a96f1ba335d9ef1e01b
 Source1:       opcache.ini
 Source2:       %{orgname}-mod_php.conf
 Source3:       %{orgname}-cgi-fcgi.ini
@@ -2670,6 +2670,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} \