diff options
| -rw-r--r-- | php-sqlsrv.spec | 5 | 
1 files changed, 4 insertions, 1 deletions
diff --git a/php-sqlsrv.spec b/php-sqlsrv.spec index 9e5e53c..7efb26d 100644 --- a/php-sqlsrv.spec +++ b/php-sqlsrv.spec @@ -22,7 +22,7 @@  Name:          %{?scl_prefix}php-sqlsrv  Summary:       Microsoft Drivers for PHP for SQL Server  Version:       4.0.7 -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;')}}  License:       MIT  Group:         Development/Languages @@ -253,6 +253,9 @@ fi  %changelog +* Thu Dec  1 2016 Remi Collet <remi@fedoraproject.org> - 4.0.7-2 +- rebuild with PHP 7.1.0 GA +  * Fri Nov 18 2016 Remi Collet <remi@remirepo.net> - 4.0.7-1  - update to 4.0.7 (devel)  | 
