summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-11-20 07:16:33 +0100
committerRemi Collet <remi@remirepo.net>2018-11-20 07:16:33 +0100
commit1acd5c659c983c01d5438146218208bc65b4cb77 (patch)
tree05a4bf06ea1fd15f3b0a84321c59b57039a94f3e
parentdcef13ee1e4e097043565e7e7ec7f8d04269ff94 (diff)
v0.11.6
-rw-r--r--zephir.spec8
1 files changed, 5 insertions, 3 deletions
diff --git a/zephir.spec b/zephir.spec
index 2557a16..d81a8a3 100644
--- a/zephir.spec
+++ b/zephir.spec
@@ -21,7 +21,7 @@
# Get commit from PHP_PHALCON_ZEPVERSION in
# https://github.com/phalcon/cphalcon/blob/master/ext/php_phalcon.h
-%global gh_commit d0a6a8af0b78240a0f3e1f05d39baf73699a5570
+%global gh_commit d6e6628d7e59065d1fe53f2a5dea048e7f1cb2f2
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
#global gh_date 20161126
%global gh_owner phalcon
@@ -30,7 +30,7 @@
%global parser_ver 1.1.1
Name: %{?scl_prefix}%{gh_project}
-Version: 0.11.4
+Version: 0.11.6
Release: 1%{?gh_date:.%{gh_date}.%{gh_short}}%{?dist}
Summary: Zephir language for creation of extensions for PHP.
@@ -141,7 +141,6 @@ sed -e 's:@DATADIR@:%{_datadir}:;s:@BINDIR@:%{_bindir}:' \
-i %{gh_project}
sed -e 's/\$Id\$/%{gh_short}/' \
- -e 's/0.11.5/0.11.4/' \
-i Library/Zephir.php
find . -name \*.php -exec chmod -x {} \;
@@ -234,6 +233,9 @@ EOF
%changelog
+* Tue Nov 20 2018 Remi Collet <remi@remirepo.net> - 0.11.6-1
+- update to 0.11.6
+
* Mon Nov 19 2018 Remi Collet <remi@remirepo.net> - 0.11.4-1
- update to 0.11.4
- raise minimal PHP version to 5.6