From 94a3db7a20269b0b73494e453b3aff9b7b7c7fec Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 12 Sep 2017 17:40:26 +0200 Subject: v7.0.24RC1 --- php70.spec | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'php70.spec') diff --git a/php70.spec b/php70.spec index 9cf9415..90cae7c 100644 --- a/php70.spec +++ b/php70.spec @@ -107,13 +107,13 @@ %global db_devel libdb-devel %endif -%global upver 7.0.23 -#global rcver RC1 +%global upver 7.0.24 +%global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: php Version: %{upver}%{?rcver:~%{rcver}} -Release: 2%{?dist} +Release: 1%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -166,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+) @@ -1012,7 +1011,6 @@ httpd -V | grep -q 'threaded:.*yes' && exit 1 %patch91 -p1 -b .remi-oci8 # upstream patches -%patch100 -p1 -b .up # security patches @@ -2032,6 +2030,9 @@ fi %changelog +* Tue Sep 12 2017 Remi Collet - 7.0.24~RC1-1 +- Update to 7.0.24RC1 + * Thu Aug 31 2017 Remi Collet - 7.0.23-2 - add patch for EL-6, fix undefined symbol: sqlite3_errstr -- cgit