From 1de47468ba18bb6e52ae1bd9f9fb336d1a0806bb Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 19 Sep 2022 14:14:14 +0200 Subject: update to 1.5.1 --- php-zephir-parser.spec | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'php-zephir-parser.spec') 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 - 1.5.1-1 +- update to 1.5.1 + * Mon Feb 14 2022 Remi Collet - 1.5.0-1 - update to 1.5.0 -- cgit