diff options
author | Remi Collet <remi@remirepo.net> | 2024-06-04 07:34:11 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-06-04 07:34:11 +0200 |
commit | 7f0904dd39a992f2a8ef2f3c8b105a939b3cbb04 (patch) | |
tree | d6cf0c64a3212e08c106cc8bf54626d8e36ab159 | |
parent | 4551fcdc4eb8318d481546f904fde6144a247910 (diff) |
-rw-r--r-- | PHPINFO | 4 | ||||
-rw-r--r-- | REFLECTION | 2 | ||||
-rw-r--r-- | php-zephir-parser.spec | 9 |
3 files changed, 9 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 => 1.6.0 -Build Date => Aug 28 2023 00:00:00 +Version => 1.6.1 +Build Date => Jun 4 2024 00:00:00 @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #110 zephir_parser version 1.6.0 ] { +Extension [ <persistent> extension #98 zephir_parser version 1.6.1 ] { - Functions { Function [ <internal:zephir_parser> function zephir_parse_file ] { diff --git a/php-zephir-parser.spec b/php-zephir-parser.spec index 557e537..346fcc1 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-2023 Remi Collet +# Copyright (c) 2016-2024 Remi Collet # License: CC-BY-SA-4.0 # http://creativecommons.org/licenses/by-sa/4.0/ # @@ -25,8 +25,8 @@ %global _configure ../%{sources}/configure Name: %{?scl_prefix}%{gh_project} -Version: 1.6.0 -Release: 2%{?gh_date:.%{gh_date}git%{gh_short}}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Version: 1.6.1 +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 License: MIT @@ -213,6 +213,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Tue Jun 4 2024 Remi Collet <remi@remirepo.net> - 1.6.1-1 +- update to 1.6.1 (no change) + * Wed Aug 30 2023 Remi Collet <remi@remirepo.net> - 1.6.0-2 - rebuild for PHP 8.3.0RC1 |