From 0545d319809fbd7251e59b1040e7f5b07cf6f6e1 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 2 Nov 2014 08:16:24 +0100 Subject: php55-php: - update to 5.5.19RC1 - new version of systzdata patch, fix case sensitivity - disable opcache.fast_shutdown in default config - add php56-cgi command in base system --- php.spec | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) (limited to 'php.spec') diff --git a/php.spec b/php.spec index ef2b1d1..7f89bac 100644 --- a/php.spec +++ b/php.spec @@ -124,10 +124,12 @@ %global db_devel libdb-devel %endif +%global rcver RC1 + Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php -Version: 5.5.18 -Release: 1%{?dist} +Version: 5.5.19 +Release: 0.1.RC1%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -163,7 +165,7 @@ Patch21: php-5.4.7-odbctimer.patch # Functional changes Patch40: php-5.4.0-dlopen.patch -Patch42: php-5.3.1-systzdata-v10.patch +Patch42: php-5.5.19-systzdata-v11.patch # See http://bugs.php.net/53436 Patch43: php-5.4.0-phpize.patch # Use -lldap_r for OpenLDAP @@ -1326,6 +1328,7 @@ install -m 644 %{SOURCE8} $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/php-fpm %if 0%{?scl:1} install -m 755 -d $RPM_BUILD_ROOT%{_root_bindir} ln -s %{_bindir}/php $RPM_BUILD_ROOT%{_root_bindir}/%{scl} +ln -s %{_bindir}/php-cgi $RPM_BUILD_ROOT%{_root_bindir}/%{scl}-cgi ln -s %{_bindir}/phar.phar $RPM_BUILD_ROOT%{_root_bindir}/%{scl_prefix}phar %if %{with_lsws} ln -s %{_bindir}/lsphp $RPM_BUILD_ROOT%{_root_bindir}/ls%{scl} @@ -1579,6 +1582,7 @@ fi %doc sapi/cgi/README* sapi/cli/README %if 0%{?scl:1} %{_root_bindir}/%{scl} +%{_root_bindir}/%{scl}-cgi %{_root_bindir}/%{scl_prefix}phar %endif @@ -1685,6 +1689,12 @@ fi %changelog +* Sun Nov 2 2014 Remi Collet 5.5.19-0.1.RC1 +- update to 5.5.19RC1 +- new version of systzdata patch, fix case sensitivity +- disable opcache.fast_shutdown in default config +- add php56-cgi command in base system + * Thu Oct 16 2014 Remi Collet 5.5.18-1 - Update to 5.5.18 http://www.php.net/releases/5_5_18.php -- cgit