From 8c66b747d1938d5fa20a6e4da73df62661b3289d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 19 Mar 2019 18:51:19 +0100 Subject: v7.2.17RC1 --- php.spec | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'php.spec') diff --git a/php.spec b/php.spec index 22e0962..c807829 100644 --- a/php.spec +++ b/php.spec @@ -129,13 +129,13 @@ %global db_devel libdb-devel %endif -%global upver 7.2.16 -#global rcver RC1 +%global upver 7.2.17 +%global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}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 @@ -192,7 +192,6 @@ Patch49: php-7.2.16-pdooci.patch Patch91: php-7.2.0-oci8conf.patch # Upstream fixes (100+) -Patch100: php-openssl111.patch # Security fixes (200+) @@ -937,7 +936,6 @@ low-level PHP extension for the libsodium cryptographic library. %patch91 -p1 -b .remi-oci8 # upstream patches -%patch100 -p1 -b .up # security patches @@ -1886,6 +1884,9 @@ fi %changelog +* Tue Mar 19 2019 Remi Collet 7.2.17~RC1-1 +- update to 7.2.17RC1 + * Tue Mar 5 2019 Remi Collet - 7.2.16-2 - add upstream patch for OpenSSL 1.1.1b -- cgit