From ca2fbf651ebb2e36a44a7b4a010127191293072d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 16 Apr 2019 13:32:31 +0200 Subject: v7.3.5RC1 --- php.spec | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) (limited to 'php.spec') diff --git a/php.spec b/php.spec index dcd4cdc..7f9e739 100644 --- a/php.spec +++ b/php.spec @@ -125,14 +125,14 @@ %global db_devel libdb-devel %endif -%global upver 7.3.4 -#global rcver RC1 -#global lower RC1 +%global upver 7.3.5 +%global rcver RC1 +%global lower RC1 Summary: PHP scripting language for creating dynamic web sites -Name: %{?scl_prefix}php +Name: %{?scl_prefix}php Version: %{upver}%{?rcver:~%{lower}} -Release: 3%{?dist} +Release: 1%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -187,8 +187,6 @@ Patch48: php-7.3.3-pdooci.patch Patch91: php-7.2.0-oci8conf.patch # Upstream fixes (100+) -Patch100: php-upstream.patch -Patch101: php-bug77653.patch # Security fixes (200+) @@ -942,8 +940,6 @@ low-level PHP extension for the libsodium cryptographic library. %patch91 -p1 -b .remi-oci8 # upstream patches -%patch100 -p1 -b .up -%patch101 -p1 -b .bug77653 # security patches @@ -1886,6 +1882,9 @@ fi %changelog +* Tue Apr 16 2019 Remi Collet - 7.3.5~RC1-1 +- update to 7.3.5RC1 + * Fri Apr 5 2019 Remi Collet - 7.3.4-3 - build with system oniguruma5 -- cgit