summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PHPINFO4
-rw-r--r--REFLECTION2
-rw-r--r--php-zephir-parser.spec12
3 files changed, 11 insertions, 7 deletions
diff --git a/PHPINFO b/PHPINFO
index d473e0b..02950f0 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.0
-Build Date => Feb 14 2022 00:00:00
+Version => 1.5.1
+Build Date => Sep 19 2022 00:00:00
diff --git a/REFLECTION b/REFLECTION
index 5da6eb8..da35b5c 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #120 zephir_parser version 1.5.0 ] {
+Extension [ <persistent> extension #120 zephir_parser version 1.5.1 ] {
- Functions {
Function [ <internal:zephir_parser> function zephir_parse_file ] {
diff --git a/php-zephir-parser.spec b/php-zephir-parser.spec
index 5e7aad8..28c0e06 100644
--- a/php-zephir-parser.spec
+++ b/php-zephir-parser.spec
@@ -8,10 +8,11 @@
#
%if 0%{?scl:1}
-%scl_package php-zephyr-parser
+%scl_package php-zephir-parser
%endif
-%global with_tests 0%{!?_without_tests:1}
+%bcond_without tests
+
%global gh_commit 4517f3b1d8264d15b53f86b66474079de78b9b39
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
#global gh_date 20161126
@@ -20,7 +21,7 @@
%global pecl_name zephir_parser
Name: %{?scl_prefix}%{gh_project}
-Version: 1.5.0
+Version: 1.5.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
@@ -112,7 +113,7 @@ pushd NTS
: Check extension
%{_bindir}/php -n -d extension=modules/%{pecl_name}.so -m | grep "%{pecl_name}"
-%if %{with_tests}
+%if %{with tests}
: Run test suite
TEST_PHP_EXECUTABLE=%{__php} \
TEST_PHP_ARGS="-n -d extension=%{buildroot}%{php_extdir}/%{pecl_name}.so" \
@@ -138,6 +139,9 @@ popd
%changelog
+* Mon Sep 19 2022 Remi Collet <remi@remirepo.net> - 1.5.1-1
+- update to 1.5.1
+
* Mon Feb 14 2022 Remi Collet <remi@remirepo.net> - 1.5.0-1
- update to 1.5.0