|
@@ -43,7 +43,7 @@
|
|
Name: php%{majorver}
|
|
Name: php%{majorver}
|
|
Summary: The PHP HTML-embedded scripting language. (PHP: Hypertext Preprocessor)
|
|
Summary: The PHP HTML-embedded scripting language. (PHP: Hypertext Preprocessor)
|
|
Summary(ja): HTML 埋め込み型スクリプト言語 PHP
|
|
Summary(ja): HTML 埋め込み型スクリプト言語 PHP
|
|
-Version: 7.4.23
|
|
+Version: 7.4.24
|
|
Release: 1%{_dist_release}%{?with_systemd:.systemd}
|
|
Release: 1%{_dist_release}%{?with_systemd:.systemd}
|
|
Group: programming
|
|
Group: programming
|
|
Vendor: Project Vine
|
|
Vendor: Project Vine
|
|
@@ -66,9 +66,13 @@ Source29: php_params
|
|
Source31: macros.php.ver
|
|
Source31: macros.php.ver
|
|
Source32: php-fpm.service
|
|
Source32: php-fpm.service
|
|
|
|
|
|
-Patch33: php-5.2.4-phpincludedir.patch
|
|
+# upstream patch
|
|
|
|
+# for libgd >= 2.3.3
|
|
|
|
+# https://github.com/php/php-src/commit/b3646440b1808abf0874b6f89027ce53ec5da03f
|
|
|
|
+Patch1: php-gd2.3.3.patch
|
|
|
|
|
|
# Additional feature
|
|
# Additional feature
|
|
|
|
+Patch33: php-5.2.4-phpincludedir.patch
|
|
#Patch100: php55-htmlspecialchars-compat53.patch
|
|
#Patch100: php55-htmlspecialchars-compat53.patch
|
|
|
|
|
|
# security fix
|
|
# security fix
|
|
@@ -445,6 +449,8 @@ on each request.
|
|
%prep
|
|
%prep
|
|
%setup -q -n %{srcname}
|
|
%setup -q -n %{srcname}
|
|
|
|
|
|
|
|
+%patch1 -p1
|
|
|
|
+
|
|
%patch33 -p1 -b .phpincludedir
|
|
%patch33 -p1 -b .phpincludedir
|
|
|
|
|
|
# Prevent %%doc confusion over LICENSE files
|
|
# Prevent %%doc confusion over LICENSE files
|
|
@@ -942,6 +948,9 @@ rm -f files.*
|
|
|
|
|
|
#======================================================================
|
|
#======================================================================
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Thu Sep 23 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 7.4.24-1
|
|
|
|
+- new upstream release.
|
|
|
|
+
|
|
* Thu Aug 26 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 7.4.23-1
|
|
* Thu Aug 26 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 7.4.23-1
|
|
- new upstream release.
|
|
- new upstream release.
|
|
|
|
|