From f036a8433fd43a27b1116c221721969b6f95ca69 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 29 Dec 2022 08:51:59 +0100 Subject: update to 1.5.2 --- PHPINFO | 4 ++-- REFLECTION | 2 +- php-zephir-parser.spec | 5 ++++- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/PHPINFO b/PHPINFO index 02950f0..7270b28 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.5.1 -Build Date => Sep 19 2022 00:00:00 +Version => 1.5.2 +Build Date => Dec 29 2022 00:00:00 diff --git a/REFLECTION b/REFLECTION index da35b5c..461fb9e 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #120 zephir_parser version 1.5.1 ] { +Extension [ extension #120 zephir_parser version 1.5.2 ] { - Functions { Function [ function zephir_parse_file ] { diff --git a/php-zephir-parser.spec b/php-zephir-parser.spec index 28c0e06..ac5da3d 100644 --- a/php-zephir-parser.spec +++ b/php-zephir-parser.spec @@ -21,7 +21,7 @@ %global pecl_name zephir_parser Name: %{?scl_prefix}%{gh_project} -Version: 1.5.1 +Version: 1.5.2 Release: 1%{?gh_date:.%{gh_date}git%{gh_short}}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Summary: Zephir code parser @@ -139,6 +139,9 @@ popd %changelog +* Thu Dec 29 2022 Remi Collet - 1.5.2-1 +- update to 1.5.2 + * Mon Sep 19 2022 Remi Collet - 1.5.1-1 - update to 1.5.1 -- cgit