summaryrefslogtreecommitdiffstats
path: root/php-phalcon4.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-phalcon4.spec')
-rw-r--r--php-phalcon4.spec20
1 files changed, 17 insertions, 3 deletions
diff --git a/php-phalcon4.spec b/php-phalcon4.spec
index 74830bc..4ae9d5f 100644
--- a/php-phalcon4.spec
+++ b/php-phalcon4.spec
@@ -22,20 +22,25 @@
%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.0.6
+%global upstream_ver 4.1.2
#global upstream_pre rc.3
Name: %{?sub_prefix}php-phalcon4
Version: %{upstream_ver}%{?upstream_pre:~%{upstream_pre}}
-Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
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,15 @@ fi
%changelog
+* Mon Apr 26 2021 Remi Collet <remi@remirepo.net> - 4.1.2-1
+- update to 4.1.2
+
+* 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
+
* 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