From aca561adca6601aab1973edd5b3f9cc4b973b620 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 2 Jan 2018 12:48:22 +0100 Subject: v7.0.27 --- php70.spec | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'php70.spec') diff --git a/php70.spec b/php70.spec index 79b4bb7..dcfcf6b 100644 --- a/php70.spec +++ b/php70.spec @@ -108,7 +108,7 @@ %endif %global upver 7.0.27 -%global rcver RC1 +#global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: php @@ -144,6 +144,7 @@ Source52: 20-oci8.ini Source99: php-fpm.init # Build fixes +Patch1: php-7.1.7-httpd.patch Patch5: php-7.0.0-includedir.patch Patch6: php-5.6.3-embed.patch Patch7: php-5.3.0-recode.patch @@ -983,12 +984,9 @@ support for JavaScript Object Notation (JSON) to PHP. %prep echo CIBLE = %{name}-%{version}-%{release} oci8=%{with_oci8} libzip=%{with_libzip} - -# ensure than current httpd use prefork MPM. -httpd -V | grep -q 'threaded:.*yes' && exit 1 - %setup -q -n php-%{upver}%{?rcver} +%patch1 -p1 -b .mpmcheck %patch5 -p1 -b .includedir %patch6 -p1 -b .embed %patch7 -p1 -b .recode @@ -2033,6 +2031,9 @@ fi %changelog +* Tue Jan 2 2018 Remi Collet - 7.0.27-1 +- Update to 7.0.27 - http://www.php.net/releases/7_0_27.php + * Tue Dec 5 2017 Remi Collet - 7.0.27~RC1-1 - Update to 7.0.27RC1 -- cgit