From cbf879c89f97a55a205cd9a9d42bc86fda3dd77f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 2 Jun 2026 07:55:01 +0200 Subject: update to 2.0.3 --- PHPINFO | 4 ++-- REFLECTION | 2 +- php-zephir-parser.spec | 7 ++++--- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/PHPINFO b/PHPINFO index f2ad462..97c9b65 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 => 2.0.2 -Build Date => May 29 2026 00:00:00 +Version => 2.0.3 +Build Date => Jun 2 2026 00:00:00 diff --git a/REFLECTION b/REFLECTION index 9bd7ea0..c9eba4a 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #144 zephir_parser version 2.0.2 ] { +Extension [ extension #144 zephir_parser version 2.0.3 ] { - Functions { Function [ function zephir_parse_file ] { diff --git a/php-zephir-parser.spec b/php-zephir-parser.spec index aee5f1b..ccaf921 100644 --- a/php-zephir-parser.spec +++ b/php-zephir-parser.spec @@ -13,8 +13,6 @@ %bcond_without tests -%global gh_commit 4517f3b1d8264d15b53f86b66474079de78b9b39 -%global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner phalcon %global gh_project php-zephir-parser %global pecl_name zephir_parser @@ -26,7 +24,7 @@ Name: %{?scl_prefix}%{gh_project} Summary: Zephir code parser License: MIT -Version: 2.0.2 +Version: 2.0.3 Release: 1%{?dist} URL: https://github.com/%{gh_owner}/%{gh_project} @@ -189,6 +187,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Tue Jun 2 2026 Remi Collet - 2.0.3-1 +- update to 2.0.3 + * Fri May 29 2026 Remi Collet - 2.0.2-1 - update to 2.0.2 -- cgit