diff options
Diffstat (limited to 'php-phalcon5.spec')
-rw-r--r-- | php-phalcon5.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/php-phalcon5.spec b/php-phalcon5.spec index 3fde07b..f8c4248 100644 --- a/php-phalcon5.spec +++ b/php-phalcon5.spec @@ -13,7 +13,7 @@ %global pecl_name phalcon # after 40-json.ini, 20-pdo.ini %global ini_name 50-%{pecl_name}.ini -%global upstream_ver 5.3.1 +%global upstream_ver 5.4.0 #global upstream_pre RC4 #global upstream_low %%(echo %%{upstream_pre} | tr '[:upper:]' '[:lower:]') %global sources %{pecl_name}-%{upstream_ver}%{?upstream_pre} @@ -231,6 +231,9 @@ fi %changelog +* Thu Oct 26 2023 Remi Collet <remi@remirepo.net> - 5.4.0-1 +- update to 5.4.0 + * Tue Sep 12 2023 Remi Collet <remi@remirepo.net> - 5.3.1-1 - update to 5.3.1 |