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 b892faa..d688897 100644 --- a/php-ast.spec +++ b/php-ast.spec @@ -22,9 +22,9 @@ Summary: Abstract Syntax Tree Name: %{?scl_prefix}php-ast Version: 1.0.3 %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;')}} +Release: 0.6.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} %else -Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} %endif License: BSD URL: https://github.com/%{gh_owner}/%{gh_project} @@ -238,6 +238,9 @@ fi %changelog +* Tue Sep 03 2019 Remi Collet <remi@remirepo.net> - 1.0.3-2 +- rebuild for 7.4.0RC1 + * Mon Jul 29 2019 Remi Collet <remi@remirepo.net> - 1.0.3-1 - update to 1.0.3 |