diff options
Diffstat (limited to 'php-phalcon5.spec')
-rw-r--r-- | php-phalcon5.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-phalcon5.spec b/php-phalcon5.spec index 1974fb4..c118106 100644 --- a/php-phalcon5.spec +++ b/php-phalcon5.spec @@ -23,8 +23,8 @@ # after 40-json.ini, 20-pdo.ini %global ini_name 50-%{pecl_name}.ini %global upstream_ver 5.0.0 -%global upstream_pre RC2 -%global upstream_low rc2 +%global upstream_pre RC3 +%global upstream_low %(echo %{upstream_pre} | tr '[:upper:]' '[:lower:]') Name: %{?scl_prefix}php-phalcon5 Version: %{upstream_ver}%{?upstream_pre:~%{upstream_low}} @@ -250,6 +250,9 @@ fi %changelog +* Tue Jul 12 2022 Remi Collet <remi@remirepo.net> - 5.0.0~rc3-1 +- update to 5.0.0RC3 + * Fri Jun 10 2022 Remi Collet <remi@remirepo.net> - 5.0.0~rc2-1 - update to 5.0.0RC2 |