summaryrefslogtreecommitdiffstats
path: root/php-phalcon4.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-phalcon4.spec')
-rw-r--r--php-phalcon4.spec12
1 files changed, 8 insertions, 4 deletions
diff --git a/php-phalcon4.spec b/php-phalcon4.spec
index 099fd17..c7c953e 100644
--- a/php-phalcon4.spec
+++ b/php-phalcon4.spec
@@ -17,7 +17,7 @@
%global pkg_name %{name}
%endif
-%global gh_commit a48b31967a1ce27c10cbed61bee42e0c90addc86
+%global gh_commit 95484a06ff9f1f4624b83761aba4d9222026788f
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner phalcon
%global gh_project cphalcon
@@ -25,11 +25,11 @@
%global with_tests 0%{?_with_tests:1}
%global ext_name phalcon
# See ext/php_phalcon.h
-#global zephir_ver 0.12.4
+#global zephir_ver 0.12.10
# after 40-json.ini, 20-pdo.ini, 40-psr.ini
%global ini_name 50-%{ext_name}.ini
%global upstream_ver 4.0.0
-%global upstream_pre rc.1
+%global upstream_pre rc.2
Name: %{?sub_prefix}php-phalcon4
Version: %{upstream_ver}%{?upstream_pre:~%{upstream_pre}}
@@ -84,8 +84,8 @@ Obsoletes: %{?scl_prefix}php-phalcon3 < 4
# Only one version can be installed
Conflicts: %{?scl_prefix}php-phalcon < 4
Conflicts: %{?scl_prefix}php-phalcon2 < 4
-%endif
Conflicts: %{?scl_prefix}php-phalcon3 < 4
+%endif
# Don't provides php-composer(phalcon/cphalcon), not registered on packagist
@@ -138,6 +138,7 @@ extension=%{ext_name}.so
;phalcon.orm.not_null_validations = On
;phalcon.orm.update_snapshot_on_save = On
;phalcon.orm.virtual_foreign_keys = On
+;phalcon.warning.enable = On
EOF
: Check Zephir version
@@ -250,6 +251,9 @@ REPORT_EXIT_STATUS=1 \
%changelog
+* Mon Oct 28 2019 Remi Collet <remi@remirepo.net> - 4.0.0~rc.2-1
+- update to 4.0.0-rc.2
+
* Mon Sep 23 2019 Remi Collet <remi@remirepo.net> - 4.0.0~rc.1-1
- update to 4.0.0-rc.1
- rename to php-phalcon4