From f48f45bb13c84ef053a3b7d87e59f11f614c1637 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 29 Apr 2019 13:22:28 +0200 Subject: v1.3.0 --- PHPINFO | 4 ++-- REFLECTION | 2 +- php-zephir-parser.spec | 7 +++++-- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/PHPINFO b/PHPINFO index 1427eab..0781dbe 100644 --- a/PHPINFO +++ b/PHPINFO @@ -5,5 +5,5 @@ Zephir Parser The Zephir Parser delivered as a C extension for the PHP language. Zephir Parser => enabled Author => Zephir Team and contributors -Version => 1.2.0 -Build Date => Jan 14 2019 09:00:50 +Version => 1.3.0 +Build Date => Apr 29 2019 13:20:11 diff --git a/REFLECTION b/REFLECTION index 5186b34..86c760b 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #198 Zephir Parser version 1.2.0 ] { +Extension [ extension #203 Zephir Parser version 1.3.0 ] { - Functions { Function [ function zephir_parse_file ] { diff --git a/php-zephir-parser.spec b/php-zephir-parser.spec index bc8d5a4..5f77d6b 100644 --- a/php-zephir-parser.spec +++ b/php-zephir-parser.spec @@ -12,7 +12,7 @@ %endif %global with_tests 0%{!?_without_tests:1} -%global gh_commit 71a488bebe17c281e5cc423e61421b7de11eb64a +%global gh_commit 4d7236780ccebeabbc061035f56802bbf9f0e0ad %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) #global gh_date 20161126 %global gh_owner phalcon @@ -20,7 +20,7 @@ %global ext_name zephir_parser Name: %{?scl_prefix}%{gh_project} -Version: 1.2.0 +Version: 1.3.0 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 +* Mon Apr 29 2019 Remi Collet - 1.3.0-1 +- update to 1.3.0 + * Mon Jan 14 2019 Remi Collet - 1.2.0-1 - update to 1.2.0 - raise minimal PHP version to 7 -- cgit