summaryrefslogtreecommitdiffstats
path: root/php-phalcon3.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-phalcon3.spec')
-rw-r--r--php-phalcon3.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/php-phalcon3.spec b/php-phalcon3.spec
index 04f80de..d8f7a28 100644
--- a/php-phalcon3.spec
+++ b/php-phalcon3.spec
@@ -17,14 +17,14 @@
%global pkg_name %{name}
%endif
-%global gh_commit 9073ca32cd23c19f958cabd8373575a22db56d02
+%global gh_commit 65183349743e899977adc643f103b887612ffe98
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner phalcon
%global gh_project cphalcon
%global with_zts 0%{!?_without_zts:%{?__ztsphp:1}}
%global with_tests 0%{?_with_tests:1}
%global ext_name phalcon
-%global zephir_ver 0.10.7
+%global zephir_ver 0.10.10
%if "%{php_version}" < "5.6"
# after pdo.ini, json.ini, igbinary.ini
%global ini_name z-%{ext_name}.ini
@@ -34,7 +34,7 @@
%endif
Name: %{?sub_prefix}php-phalcon3
-Version: 3.3.2
+Version: 3.4.0
Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
Summary: Phalcon Framework
@@ -256,6 +256,9 @@ REPORT_EXIT_STATUS=1 \
%changelog
+* Mon May 28 2018 Remi Collet <remi@remirepo.net> - 3.4.0-1
+- update to 3.4.0 using zephir 0.10.10
+
* Wed Mar 7 2018 Remi Collet <remi@remirepo.net> - 3.3.2-1
- update to 3.3.2 using zephir 0.10.7