diff options
author | Remi Collet <remi@remirepo.net> | 2022-09-19 14:14:14 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-09-19 14:14:14 +0200 |
commit | 1de47468ba18bb6e52ae1bd9f9fb336d1a0806bb (patch) | |
tree | 9636db4d5043b1f2c09908d1013ed095e66c70c4 /php-zephir-parser.spec | |
parent | 39fa15459c60e5a46b3b4b217a1a394a8bc7106f (diff) |
update to 1.5.1
Diffstat (limited to 'php-zephir-parser.spec')
-rw-r--r-- | php-zephir-parser.spec | 12 |
1 files changed, 8 insertions, 4 deletions
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 |