diff options
-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 |