diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-03-08 10:01:08 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-03-08 10:01:08 +0100 |
commit | dfd86761c1891a08c2fcc8ea8a167f7285fc8ed1 (patch) | |
tree | 6176b4bf0eb40c876633c539c6d0c13f49760c5c /php.spec | |
parent | 8091c867ab06cb1f39fc0be11aa29f5564bdd838 (diff) |
PHP 5.5.23RC1 (as SCL)
Diffstat (limited to 'php.spec')
-rw-r--r-- | php.spec | 12 |
1 files changed, 9 insertions, 3 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.5.22 -Release: 1%{?dist} +Version: 5.5.23 +Release: 0.1.RC1%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -183,6 +183,7 @@ Patch47: php-5.4.9-phpinfo.patch Patch91: php-5.3.7-oci8conf.patch # Upstream fixes (100+) +Patch100: php-odbc.patch # Security fixes (200+) @@ -855,6 +856,8 @@ support for using the enchant library to PHP. %patch46 -p1 -b .fixheader %patch47 -p1 -b .phpinfo +%patch100 -p1 -b .obbc + %patch91 -p1 -b .remi-oci8 # upstream patches @@ -1732,6 +1735,9 @@ fi %changelog +* Sun Mar 8 2015 Remi Collet <remi@fedoraproject.org> 5.5.23-0.1.RC1 +- update to 5.5.23RC1 + * Wed Feb 18 2015 Remi Collet <remi@fedoraproject.org> 5.5.22-1 - Update to 5.5.22 http://www.php.net/releases/5_5_22.php |