diff options
| -rw-r--r-- | php-phalcon4.spec | 6 | 
1 files changed, 5 insertions, 1 deletions
diff --git a/php-phalcon4.spec b/php-phalcon4.spec index 32feb16..74830bc 100644 --- a/php-phalcon4.spec +++ b/php-phalcon4.spec @@ -27,7 +27,7 @@  Name:           %{?sub_prefix}php-phalcon4  Version:        %{upstream_ver}%{?upstream_pre:~%{upstream_pre}} -Release:        1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release:        2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}  Summary:        Phalcon Framework  License:        MIT @@ -255,6 +255,10 @@ fi  %changelog +* Wed Jul 22 2020 Remi Collet <remi@remirepo.net> - 4.0.6-2 +- rebuild for PHP 7.4.8 see +  https://github.com/phalcon/cphalcon/issues/15107 +  * Sun May 17 2020 Remi Collet <remi@remirepo.net> - 4.0.6-1  - update to 4.0.6  | 
