summaryrefslogtreecommitdiffstats
path: root/php-phalcon4.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-phalcon4.spec')
-rw-r--r--php-phalcon4.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/php-phalcon4.spec b/php-phalcon4.spec
index 74830bc..98f307d 100644
--- a/php-phalcon4.spec
+++ b/php-phalcon4.spec
@@ -22,12 +22,12 @@
%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.0
#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
@@ -255,6 +255,9 @@ fi
%changelog
+* 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