From 4545d4f8367dd6724fcf06fe0061fe5407c51c51 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 26 May 2020 14:50:13 +0200 Subject: update to 7.4.7RC1 --- php74.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'php74.spec') diff --git a/php74.spec b/php74.spec index e6153ef..ab854b5 100644 --- a/php74.spec +++ b/php74.spec @@ -96,14 +96,14 @@ %global with_libzip 1 %global with_zip 0 -%global upver 7.4.6 -#global rcver RC1 -#global lower RC1 +%global upver 7.4.7 +%global rcver RC1 +%global lower RC1 Summary: PHP scripting language for creating dynamic web sites Name: php Version: %{upver}%{?rcver:~%{lower}} -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 @@ -2161,6 +2161,9 @@ fi %changelog +* Tue May 26 2020 Remi Collet - 7.4.7~RC1-1 +- update to 7.4.7RC1 + * Wed May 20 2020 Remi Collet - 7.4.6-2 - use php-config from embed SAPI to reduce used libs -- cgit