diff options
-rw-r--r-- | REFLECTION | 2 | ||||
-rw-r--r-- | php-zephir-parser.spec | 9 |
2 files changed, 7 insertions, 4 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #187 Zephir Parser version 1.1.1 ] { +Extension [ <persistent> extension #189 Zephir Parser version 1.1.2 ] { - Functions { Function [ <internal:Zephir Parser> function zephir_parse_file ] { diff --git a/php-zephir-parser.spec b/php-zephir-parser.spec index 288e9cd..5088721 100644 --- a/php-zephir-parser.spec +++ b/php-zephir-parser.spec @@ -1,6 +1,6 @@ # remirepo/fedora spec file for php-zephir-parser # -# Copyright (c) 2016-2017 Remi Collet +# Copyright (c) 2016-2018 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # @@ -19,7 +19,7 @@ %endif %endif -%global gh_commit 546b07e76d8ada2f5c4089813aa8a0b74fac280e +%global gh_commit c9ce3dffb3dce622a4015d400a517ababfb66462 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) #global gh_date 20161126 %global gh_owner phalcon @@ -27,7 +27,7 @@ %global ext_name zephir_parser Name: %{?scl_prefix}%{gh_project} -Version: 1.1.1 +Version: 1.1.2 Release: 1%{?gh_date:.%{gh_date}git%{gh_short}}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Summary: Zephir parser extension @@ -114,6 +114,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Tue Jan 23 2018 Remi Collet <remi@remirepo.net> - 1.1.2-1 +- update to 1.1.8 + * Fri Nov 10 2017 Remi Collet <remi@remirepo.net> - 1.1.1-1 - update to 1.1.1 |