summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PHPINFO4
-rw-r--r--REFLECTION2
-rw-r--r--php-zephir-parser.spec9
3 files changed, 9 insertions, 6 deletions
diff --git a/PHPINFO b/PHPINFO
index 15c1fca..1dd25ca 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.6.0
-Build Date => Aug 28 2023 00:00:00
+Version => 1.6.1
+Build Date => Jun 4 2024 00:00:00
diff --git a/REFLECTION b/REFLECTION
index 91c9ff1..859cfe3 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -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