diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-03-05 16:18:57 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-03-05 16:18:57 +0100 |
commit | ddf2f656d64179f2b9afc288890f712c1366ecab (patch) | |
tree | 1269a4cd032d1cca5705f72f6e2122ea7e1693ac /php54.spec | |
parent | 95efa768e8f1928d89e0bd604002f59a08473997 (diff) |
PHP 5.4.26
Diffstat (limited to 'php54.spec')
-rw-r--r-- | php54.spec | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -77,11 +77,11 @@ Summary: PHP scripting language for creating dynamic web sites Name: php -Version: 5.4.25 +Version: 5.4.26 %if 0%{?snapdate:1}%{?rcver:1} Release: 0.1.%{?snapdate}%{?rcver}%{?dist} %else -Release: 2%{?dist}.1 +Release: 1%{?dist} %endif # All files licensed under PHP version 3.01, except # Zend is licensed under Zend @@ -141,7 +141,6 @@ Patch47: php-5.4.9-phpinfo.patch Patch91: php-5.3.7-oci8conf.patch # WIP -Patch100: php-bug66731.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -795,7 +794,6 @@ rm -f ext/json/utf8_to_utf16.* %patch91 -p1 -b .remi-oci8 -%patch100 -p1 -b .bug66731 # Prevent %%doc confusion over LICENSE files cp Zend/LICENSE Zend/ZEND_LICENSE @@ -1641,6 +1639,10 @@ fi %changelog +* Wed Mar 5 2014 Remi Collet <remi@fedoraproject.org> 5.4.26-1 +- Update to 5.4.26 (security) + http://www.php.net/ChangeLog-5.php#5.4.26 + * Wed Feb 26 2014 Remi Collet <rcollet@redhat.com> 5.4.25-2.1 - php-fpm should own /var/lib/php/session |