|
@@ -51,7 +51,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: 5.6.37
|
|
+Version: 5.6.38
|
|
Release: 1%{_dist_release}
|
|
Release: 1%{_dist_release}
|
|
|
|
|
|
Vendor: Project Vine
|
|
Vendor: Project Vine
|
|
@@ -79,6 +79,7 @@ Source29: php_params
|
|
Source31: macros.pear.ver
|
|
Source31: macros.pear.ver
|
|
|
|
|
|
Patch33: php-5.2.4-phpincludedir.patch
|
|
Patch33: php-5.2.4-phpincludedir.patch
|
|
|
|
+Patch1000: php-5.6.31-openssl11.patch
|
|
|
|
|
|
# Additional feature
|
|
# Additional feature
|
|
#Patch100: php55-htmlspecialchars-compat53.patch
|
|
#Patch100: php55-htmlspecialchars-compat53.patch
|
|
@@ -473,6 +474,8 @@ on each request.
|
|
|
|
|
|
%patch33 -p1 -b .phpincludedir
|
|
%patch33 -p1 -b .phpincludedir
|
|
|
|
|
|
|
|
+%patch1000 -p1 -b .openssl11
|
|
|
|
+
|
|
# Prevent %%doc confusion over LICENSE files
|
|
# Prevent %%doc confusion over LICENSE files
|
|
cp Zend/LICENSE Zend/ZEND_LICENSE
|
|
cp Zend/LICENSE Zend/ZEND_LICENSE
|
|
#cp Zend/ChangeLog Zend/ZEND_ChangeLog
|
|
#cp Zend/ChangeLog Zend/ZEND_ChangeLog
|
|
@@ -1050,6 +1053,10 @@ rm -f files.*
|
|
|
|
|
|
#======================================================================
|
|
#======================================================================
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Mon Nov 05 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.6.38-1
|
|
|
|
+- new upstream release.
|
|
|
|
+- added Patch1000 to build with openssl-1.1.1.
|
|
|
|
+
|
|
* Fri Jul 20 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.6.37-1
|
|
* Fri Jul 20 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.6.37-1
|
|
- new upstream release.
|
|
- new upstream release.
|
|
|
|
|