]> TLD Linux GIT Repositories - packages/php.git/commitdiff
- Up to 8.5.4 master
authorBartosz Świątek <shadzik@tld-linux.org>
Sat, 28 Mar 2026 14:25:55 +0000 (15:25 +0100)
committerBartosz Świątek <shadzik@tld-linux.org>
Sat, 28 Mar 2026 14:25:55 +0000 (15:25 +0100)
php.spec

index ddf3615dbec8c5639b29f2a82b2cb0e66b2e8be2..c2488f5063751ecbefdd1714d1d2fb4b0d19642b 100644 (file)
--- a/php.spec
+++ b/php.spec
@@ -112,7 +112,7 @@ Summary(pt_BR.UTF-8):       A linguagem de script PHP
 Summary(ru.UTF-8):     PHP - язык препроцессирования HTML-файлов, выполняемый на сервере
 Summary(uk.UTF-8):     PHP - мова препроцесування HTML-файлів, виконувана на сервері
 Name:          %{orgname}%{php_suffix}
-Version:       8.5.3
+Version:       8.5.4
 Release:       1
 Epoch:         4
 # All files licensed under PHP version 3.01, except
@@ -121,7 +121,7 @@ Epoch:              4
 License:       PHP 3.01 and Zend and BSD
 Group:         Libraries
 Source0:       https://php.net/distributions/%{orgname}-%{version}.tar.xz
-# Source0-md5: 94fc364f6e56b02a46f67395411fbffa
+# Source0-md5: 51f9cef0eac12a65c6b964b180f27c00
 Source1:       opcache.ini
 Source2:       %{orgname}-mod_php.conf
 Source3:       %{orgname}-cgi-fcgi.ini
@@ -2204,7 +2204,8 @@ libtool --mode=install install -p sapi/litespeed/lsphp $RPM_BUILD_ROOT%{_sbindir
 
 %if %{with phpdbg}
 %{__make} -f Makefile.phpdbg install-phpdbg \
-       INSTALL="libtool --mode=install install -p" \
+       INSTALL="libtool" \
+       INSTALL="install -p" \
        INSTALL_ROOT=$RPM_BUILD_ROOT
 %endif