diff options
| -rw-r--r-- | php.spec | 8 | 
1 files changed, 6 insertions, 2 deletions
| @@ -127,12 +127,12 @@  %global db_devel  libdb-devel  %endif -%global rcver RC1 +#global rcver RC1  Summary: PHP scripting language for creating dynamic web sites  Name: %{?scl_prefix}php  Version: 5.6.5 -Release: 0.2.RC1%{?dist} +Release: 1%{?dist}  # All files licensed under PHP version 3.01, except  # Zend is licensed under Zend  # TSRM is licensed under BSD @@ -1765,6 +1765,10 @@ fi  %changelog +* Wed Jan 21 2015 Remi Collet <remi@fedoraproject.org> 5.6.5-1 +- Update to 5.6.5 +  http://www.php.net/releases/5_6_5.php +  * Tue Jan 20 2015 Remi Collet <rcollet@redhat.com> 5.6.5-0.2.RC1  - fix php-fpm.service.d location | 
