]> git.pld-linux.org Git - packages/php.git/commitdiff
up to 8.2.11 auto/th/php82-8.2.11-1
authorJan Palus <atler@pld-linux.org>
Sat, 30 Sep 2023 19:29:00 +0000 (21:29 +0200)
committerJan Palus <atler@pld-linux.org>
Sat, 30 Sep 2023 19:29:00 +0000 (21:29 +0200)
php.spec

index d52bf37cdd726c970e926948610f7d5f41bd1899..0f4ca753b9ccaca30fad7dd94eefb26febe2df6c 100644 (file)
--- a/php.spec
+++ b/php.spec
@@ -150,7 +150,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.2.10
+Version:       8.2.11
 Release:       %{rel}
 Epoch:         4
 # All files licensed under PHP version 3.01, except
@@ -159,7 +159,7 @@ Epoch:              4
 License:       PHP 3.01 and Zend and BSD
 Group:         Libraries
 Source0:       https://www.php.net/distributions/%{orgname}-%{version}.tar.xz
-# Source0-md5: 7cf41ae950f76e031599129f7cac6719
+# Source0-md5: 8e7f61ff53fd36be68643080c5114df9
 #Source0:      https://downloads.php.net/~pierrick/php-%{version}%{subver}.tar.xz
 Source1:       opcache.ini
 Source2:       %{orgname}-mod_php.conf
@@ -1905,8 +1905,8 @@ cp -p php.ini-production php.ini
 %patch71 -p1 -b .libdb-info
 
 %{__sed} -i -e '1s,/usr/bin/env php,%{_bindir}/php,' \
-      ext/ext_skel.php \
-      run-tests.php
+       ext/ext_skel.php \
+       run-tests.php
 
 # cleanup backups after patching
 find '(' -name '*~' -o -name '*.orig' ')' -print0 | xargs -0 -r -l512 rm -f
This page took 0.099718 seconds and 4 git commands to generate.