diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-09-14 20:41:16 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-09-14 20:41:16 +0200 |
commit | d870bc7af47f2cc7179cace2e5cb923086112780 (patch) | |
tree | a3f3d713d8630ac991fa8ae7092183b05bde6f0b | |
parent | 237abc81924e073452ebf6adb34e965d3704bf35 (diff) |
PHP 7.1.0RC2 (SCL) + extension mass rebuild
-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 5afce72..276fb5d 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.2 %if 0%{?gh_date:1} -Release: 0.1.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 0.2.%{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: PHP Group: Development/Languages @@ -173,6 +173,9 @@ rm -rf %{buildroot} %changelog +* Wed Sep 14 2016 Remi Collet <remi@fedoraproject.org> - 0.1.2-2 +- rebuild for PHP 7.1 new API version + * Fri Aug 5 2016 Remi Collet <remi@fedoraproject.org> - 0.1.2-1 - update to 0.1.2 |