From 9521d89db2884a5f4ffa59896e0f00266137aeaa Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 29 Aug 2017 17:48:45 +0200 Subject: Update to 7.0.23 - http://www.php.net/releases/7_0_23.php --- php70.spec | 22 +++++----------------- 1 file changed, 5 insertions(+), 17 deletions(-) (limited to 'php70.spec') diff --git a/php70.spec b/php70.spec index 08eeefe..f68d537 100644 --- a/php70.spec +++ b/php70.spec @@ -52,11 +52,7 @@ %global with_libpcre 0 %endif -%if 0%{?fedora} >= 11 || 0%{?rhel} >= 6 %global with_sqlite3 1 -%else -%global with_sqlite3 0 -%endif # Build ZTS extension or only NTS %global with_zts 1 @@ -100,17 +96,8 @@ %global with_nginx 0 %endif -%if 0%{?fedora} >= 12 || 0%{?rhel} >= 6 -%global with_dtrace 1 -%else -%global with_dtrace 0 -%endif -%if 0%{?fedora} < 14 && 0%{?rhel} < 5 -%global with_libgd 0 -%else +%global with_dtrace 1 %global with_libgd 1 -%endif - %global with_libzip 1 %global with_zip 0 @@ -121,7 +108,7 @@ %endif %global upver 7.0.23 -%global rcver RC1 +#global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: php @@ -179,7 +166,6 @@ Patch47: php-5.6.3-phpinfo.patch Patch91: php-5.6.3-oci8conf.patch # Upstream fixes (100+) -Patch100: php-upstream.patch # Security fixes (200+) @@ -1025,7 +1011,6 @@ httpd -V | grep -q 'threaded:.*yes' && exit 1 %patch91 -p1 -b .remi-oci8 # upstream patches -%patch100 -p1 -b .upstream # security patches @@ -2045,6 +2030,9 @@ fi %changelog +* Tue Aug 29 2017 Remi Collet - 7.0.23-1 +- Update to 7.0.23 - http://www.php.net/releases/7_0_23.php + * Tue Aug 15 2017 Remi Collet - 7.0.23~RC1-1 - Update to 7.0.23RC1 - oci8 version is now 2.1.7 -- cgit