diff options
Diffstat (limited to 'php-phalcon4.spec')
-rw-r--r-- | php-phalcon4.spec | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/php-phalcon4.spec b/php-phalcon4.spec index 98f307d..f462a05 100644 --- a/php-phalcon4.spec +++ b/php-phalcon4.spec @@ -22,7 +22,7 @@ %global pecl_name phalcon # after 40-json.ini, 20-pdo.ini, 40-psr.ini %global ini_name 50-%{pecl_name}.ini -%global upstream_ver 4.1.0 +%global upstream_ver 4.1.1 #global upstream_pre rc.3 Name: %{?sub_prefix}php-phalcon4 @@ -32,10 +32,15 @@ Summary: Phalcon Framework License: MIT URL: https://pecl.php.net/package/phalcon +# when missing on pecl, generated from git +# git checkout v#.#.# +# ln -s build/php7/safe/* . +# pecl package Source0: https://pecl.php.net/get/%{pecl_name}-%{version}%{?prever}.tgz BuildRequires: %{?dtsprefix}gcc -BuildRequires: %{?scl_prefix}php-devel > 7.2 +BuildRequires: %{?scl_prefix}php-devel < 8 +BuildRequires: %{?scl_prefix}php-devel >= 7.2 BuildRequires: %{?scl_prefix}php-pear BuildRequires: %{?scl_prefix}php-hash BuildRequires: %{?scl_prefix}php-json @@ -255,6 +260,9 @@ fi %changelog +* Thu Apr 22 2021 Remi Collet <remi@remirepo.net> - 4.1.1-1 +- update to 4.1.1 + * Tue Nov 10 2020 Remi Collet <remi@remirepo.net> - 4.1.0-1 - update to 4.1.0 |