summaryrefslogtreecommitdiffstats
path: root/php-phalcon3.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-12-03 09:34:27 +0100
committerRemi Collet <remi@remirepo.net>2018-12-03 09:34:27 +0100
commit66514257c422d79f4d2df342635a2f05f604141d (patch)
treee1c417327adee5a93915a09b4b3adadb2383144f /php-phalcon3.spec
parent9aaea0b0fc76ab36e2e3998e075c5a9f18683fe7 (diff)
update to 3.4.2 using zephir 0.10.14
Diffstat (limited to 'php-phalcon3.spec')
-rw-r--r--php-phalcon3.spec14
1 files changed, 10 insertions, 4 deletions
diff --git a/php-phalcon3.spec b/php-phalcon3.spec
index 2db200f..fbcbe8f 100644
--- a/php-phalcon3.spec
+++ b/php-phalcon3.spec
@@ -17,14 +17,14 @@
%global pkg_name %{name}
%endif
-%global gh_commit caeac66e7db02fd54c44a27cf22a6381654af2ee
+%global gh_commit 2f55ebb91a37cdcd2bc0709c0cb313dc139bf91c
%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_min 0.10.12
+%global zephir_min 0.10.14
%global zephir_max 0.11
%if "%{php_version}" < "5.6"
# after pdo.ini, json.ini, igbinary.ini
@@ -35,8 +35,8 @@
%endif
Name: %{?sub_prefix}php-phalcon3
-Version: 3.4.1
-Release: 3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Version: 3.4.2
+Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
Summary: Phalcon Framework
Group: Development/Libraries
@@ -149,6 +149,9 @@ extension=%{ext_name}.so
;phalcon.orm.disable_assign_setters = '0'
EOF
+: Check Zephir version
+grep PHP_PHALCON_ZEPVERSION ext/php_phalcon.h
+
%build
%{?dtsenable}
@@ -262,6 +265,9 @@ REPORT_EXIT_STATUS=1 \
%changelog
+* Mon Dec 3 2018 Remi Collet <remi@remirepo.net> - 3.4.2-1
+- update to 3.4.2 using zephir 0.10.14
+
* Sat Oct 20 2018 Remi Collet <remi@remirepo.net> - 3.4.1-3
- rebuild with zephir 0.10.12 for PHP 7.3