diff options
| author | Remi Collet <remi@remirepo.net> | 2026-06-02 07:55:01 +0200 |
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2026-06-02 07:55:01 +0200 |
| commit | cbf879c89f97a55a205cd9a9d42bc86fda3dd77f (patch) | |
| tree | 1bb4e0af818589ad9b43e219f18d8c81bfeab2b2 | |
| parent | e8e4bc58e19be131de13c5ced964dbba6e1f54f3 (diff) | |
update to 2.0.3
| -rw-r--r-- | PHPINFO | 4 | ||||
| -rw-r--r-- | REFLECTION | 2 | ||||
| -rw-r--r-- | php-zephir-parser.spec | 7 |
3 files changed, 7 insertions, 6 deletions
@@ -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 @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #144 zephir_parser version 2.0.2 ] { +Extension [ <persistent> extension #144 zephir_parser version 2.0.3 ] { - Functions { Function [ <internal:zephir_parser> 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 <remi@remirepo.net> - 2.0.3-1 +- update to 2.0.3 + * Fri May 29 2026 Remi Collet <remi@remirepo.net> - 2.0.2-1 - update to 2.0.2 |
