diff options
| author | Remi Collet <fedora@famillecollet.com> | 2016-12-01 11:35:04 +0100 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2016-12-01 11:35:04 +0100 | 
| commit | 8d071fbb692759f0def876584ba8a7c514d9fc6d (patch) | |
| tree | 69c7427b24d163ae005e7aa8e2e097c1e604625c | |
| parent | 7b440ebfa764cba28a5bdd76cf27d481192a4d45 (diff) | |
PHP 7.1 mass rebuild part #1
| -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 | 
