From fee377c117272471ad980f57bb9512f664b6260d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 7 Oct 2018 07:28:06 +0200 Subject: v0.1.7 --- php-ast.spec | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'php-ast.spec') diff --git a/php-ast.spec b/php-ast.spec index 69d2420..a7f6303 100644 --- a/php-ast.spec +++ b/php-ast.spec @@ -20,11 +20,11 @@ Summary: Abstract Syntax Tree Name: %{?scl_prefix}php-ast -Version: 0.1.6 +Version: 0.1.7 %if 0%{?gh_date:1} Release: 0.5.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} %else -Release: 4%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} %endif License: BSD Group: Development/Languages @@ -173,10 +173,6 @@ done %check -%if "%{php_version}" > "7.3" -rm ?TS/tests/type_hints.phpt -%endif - cd NTS : Minimal load test for NTS extension %{__php} --no-php-ini \ @@ -221,6 +217,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Sun Oct 7 2018 Remi Collet - 0.1.7-1 +- update to 0.1.7 + * Tue Aug 21 2018 Remi Collet - 0.1.6-4 - ignore 1 failed test with 7.3 -- cgit