diff options
| -rw-r--r-- | php-ast.spec | 5 | 
1 files changed, 4 insertions, 1 deletions
| diff --git a/php-ast.spec b/php-ast.spec index 95336da..c4cc137 100644 --- a/php-ast.spec +++ b/php-ast.spec @@ -24,7 +24,7 @@ Version:       0.1.2  %if 0%{?gh_date:1}  Release:       0.2.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}  %else -Release:       3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release:       4%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}  %endif  License:       BSD  Group:         Development/Languages @@ -169,6 +169,9 @@ REPORT_EXIT_STATUS=1 \  %changelog +* Thu Dec  1 2016 Remi Collet <remi@fedoraproject.org> - 0.1.2-4 +- rebuild with PHP 7.1.0 GA +  * Fri Nov 25 2016 Remi Collet <remi@fedoraproject.org> - 0.1.2-3  - fix LICENSE, drop empty file, from review #1398355  - add upstream patch for php 7.1 | 
