• R/O
  • SSH

contrib-spec-files: コミット

日本OpenSolaris Users Group有志による、レポジトリサーバ作成のためのspecファイル群です。


コミットメタ情報

リビジョン174b45f339c0aacd81ce3761a48cc11087deb48b (tree)
日時2018-10-15 17:15:38
作者Fumihisa TONAKA <fumi.ftnk@gmai...>
コミッターFumihisa TONAKA

ログメッセージ

SFEphp72jposug: bump to 7.2.11

変更サマリ

差分

diff -r e59e787a0421 -r 174b45f339c0 specs/SFEphp72jposug.spec
--- a/specs/SFEphp72jposug.spec Mon Jul 30 13:51:10 2018 +0900
+++ b/specs/SFEphp72jposug.spec Mon Oct 15 17:15:38 2018 +0900
@@ -3,13 +3,13 @@
33
44 %define _prefix /opt/jposug/php
55 %define tarball_name php
6-%define tarball_version 7.2.8
6+%define tarball_version 7.2.11
77 %define major_version 7.2
88 %define prefix_name SFEphp72jposug
99 %define _basedir %{_prefix}/%{major_version}
1010 %define zts 20160731
1111
12-%define oracle_solaris_11_2 %(egrep 'Oracle Solaris (11.[23]|12.0)' /etc/release > /dev/null ; if [ $? -eq 0 ]; then echo '1'; else echo '0'; fi)
12+%define oracle_solaris_11_2 %(egrep 'Oracle Solaris (11.[234]|12.0)' /etc/release > /dev/null ; if [ $? -eq 0 ]; then echo '1'; else echo '0'; fi)
1313
1414 Name: %{prefix_name}
1515 IPS_package_name: jposug/web/php-72jposug
@@ -25,7 +25,6 @@
2525 BuildRoot: %{_tmppath}/%{name}-%{version}-build
2626
2727 BuildRequires: library/spell-checking/enchant
28-BuildRequires: text/nkf
2928 %if %{oracle_solaris_11_2}
3029 BuildRequires: library/libedit
3130 %else
@@ -54,13 +53,6 @@
5453 %prep
5554 %setup -n %{tarball_name}-%{tarball_version}
5655
57-# fix opcache build problem with SolarisStudio
58-# see https://bugs.php.net/bug.php?id=65207
59-for i in ext/opcache/Optimizer/zend_optimizer{.c,.h,_internal.h}
60-do
61-nkf -Lu --overwrite=.bak ${i}
62-done
63-
6456 echo "
6557 #if defined(__sun) && defined(__SVR4) //Solaris
6658 #include <ieeefp.h>
@@ -446,6 +438,8 @@
446438 %attr (0444, root, bin) /usr/apache2/2.4/libexec/mod_php%{major_version}jposug.so
447439
448440 %changelog
441+* Mon Oct 15 2018 - Fumihisa TONAKA <fumi.ftnk@gmail.com>
442+- bump to 7.2.11
449443 * Mon Jul 30 2018 - Fumihisa TONAKA <fumi.ftnk@gmail.com>
450444 - bump to 7.2.8
451445 * Fri Jun 01 2018 - Fumihisa TONAKA <fumi.ftnk@gmail.com>
旧リポジトリブラウザで表示