summaryrefslogtreecommitdiffstats
path: root/zephir.spec
diff options
context:
space:
mode:
Diffstat (limited to 'zephir.spec')
-rw-r--r--zephir.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/zephir.spec b/zephir.spec
index d8ad24c..b6f8416 100644
--- a/zephir.spec
+++ b/zephir.spec
@@ -20,7 +20,7 @@
# Get commit from PHP_PHALCON_ZEPVERSION in
# https://github.com/phalcon/cphalcon/blob/master/ext/php_phalcon.h
-%global gh_commit 8b9430c33bdec75aa9577b19d221908370536078
+%global gh_commit 109450273a3ece4f4a1b4a5f445185fb98d92594
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
#global gh_date 20161126
%global gh_owner phalcon
@@ -29,7 +29,7 @@
%global parser_ver 1.1.1
Name: %{?scl_prefix}%{gh_project}
-Version: 0.12.11
+Version: 0.12.12
Release: 1%{?gh_date:.%{gh_date}.%{gh_short}}%{?dist}
Summary: Zephir language for creation of extensions for PHP.
@@ -357,6 +357,9 @@ esac
%changelog
+* Mon Nov 25 2019 Remi Collet <remi@remirepo.net> - 0.12.12-1
+- update to 0.12.12
+
* Mon Nov 4 2019 Remi Collet <remi@remirepo.net> - 0.12.11-1
- update to 0.12.11
- add dependency on ocramius/proxy-manager