diff options
author | Remi Collet <remi@remirepo.net> | 2020-07-22 11:57:59 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-07-22 11:57:59 +0200 |
commit | b800d15f35331fed35f6bb67bb9b84356a7f5ad1 (patch) | |
tree | d9ad1bc9035bd5adaa9590f5fd125c6ee07cfebb | |
parent | 235a1bc83f0d0c9b4b48c62cf7921e3c7f6a21df (diff) |
rebuild for PHP 7.4.8 see
https://github.com/phalcon/cphalcon/issues/15107
-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 |