diff options
author | Remi Collet <remi@remirepo.net> | 2018-08-16 08:06:21 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-08-16 08:06:21 +0200 |
commit | cff8762fd66492d7f8aacab0bdd0de0323f02d38 (patch) | |
tree | 8512c34f3e1b885704cabd5d1448b4f64b60cf68 | |
parent | 4bf2303d6048265754afbc19713e91cfa4017731 (diff) |
rebuild for 7.3.0beta2 new ABI
-rw-r--r-- | php-ast.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-ast.spec b/php-ast.spec index e057109..db5553d 100644 --- a/php-ast.spec +++ b/php-ast.spec @@ -22,9 +22,9 @@ Summary: Abstract Syntax Tree Name: %{?scl_prefix}php-ast Version: 0.1.6 %if 0%{?gh_date:1} -Release: 0.4.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 0.5.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} %else -Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} %endif License: BSD Group: Development/Languages @@ -217,6 +217,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Thu Aug 16 2018 Remi Collet <remi@remirepo.net> - 0.1.6-3 +- rebuild for 7.3.0beta2 new ABI + * Tue Jul 17 2018 Remi Collet <remi@remirepo.net> - 0.1.6-2 - rebuld for 7.3.0alpha4 new ABI |