summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--composer.json2
-rw-r--r--zephir.spec7
2 files changed, 6 insertions, 3 deletions
diff --git a/composer.json b/composer.json
index 749b27f..6a15e5e 100644
--- a/composer.json
+++ b/composer.json
@@ -11,7 +11,7 @@
"license": "MIT",
"authors": [
{
- "name": "Zephir Team",
+ "name": "Phalcon Team",
"email": "team@zephir-lang.com",
"homepage": "https://zephir-lang.com"
},
diff --git a/zephir.spec b/zephir.spec
index ab353f0..69fa4bd 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 814db503d2a0a466c17e4bfc08e5bb8ae01dc19a
+%global gh_commit 12256a13fd4d37dc798c4895603cfa4615318d28
%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.15
+Version: 0.12.16
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 Jan 20 2020 Remi Collet <remi@remirepo.net> - 0.12.16-1
+- update to 0.12.16
+
* Fri Dec 13 2019 Remi Collet <remi@remirepo.net> - 0.12.15-1
- update to 0.12.15