|
@@ -33,7 +33,7 @@ Name: php%{majorver}
|
|
|
Summary: The PHP HTML-embedded scripting language. (PHP: Hypertext Preprocessor)
|
|
|
Summary(ja): HTML 埋め込み型スクリプト言語 PHP
|
|
|
Version: 8.0.12
|
|
|
-Release: 1%{_dist_release}%{?with_systemd:.systemd}
|
|
|
+Release: 2%{_dist_release}%{?with_systemd:.systemd}
|
|
|
Group: programming
|
|
|
Vendor: Project Vine
|
|
|
Distribution: Vine Linux
|
|
@@ -58,6 +58,8 @@ Source32: php-fpm.service
|
|
|
# for libgd >= 2.3.3
|
|
|
# https://github.com/php/php-src/commit/b3646440b1808abf0874b6f89027ce53ec5da03f
|
|
|
Patch1: php-gd2.3.3.patch
|
|
|
+# https://github.com/php/php-src/pull/7596
|
|
|
+Patch2: php-icu70.patch
|
|
|
|
|
|
# Additional feature
|
|
|
Patch33: php-5.2.4-phpincludedir.patch
|
|
@@ -416,6 +418,7 @@ on each request.
|
|
|
%setup -q -n %{srcname}
|
|
|
|
|
|
%patch1 -p1
|
|
|
+%patch2 -p1
|
|
|
|
|
|
%patch33 -p1 -b .phpincludedir
|
|
|
|
|
@@ -893,6 +896,9 @@ rm -f files.*
|
|
|
|
|
|
#======================================================================
|
|
|
%changelog
|
|
|
+* Sat Oct 30 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 8.0.12-2
|
|
|
+- built with icu-70.1.
|
|
|
+
|
|
|
* Thu Oct 21 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 8.0.12-1
|
|
|
- new upstream release.
|
|
|
- built with openssl-3.0.0.
|