diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-02-18 13:43:41 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-02-18 13:43:41 +0100 |
commit | 7f786acf43db12b0817860c36f4a99e61897dc1e (patch) | |
tree | fcd99d760598af2d486c229df4fa473c954d9f99 | |
parent | e45ed53d18dfb912cdd4ba7379d56a2563592d28 (diff) |
php 5.5, test build for bug 66731
-rw-r--r-- | php55.spec | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -110,7 +110,7 @@ Version: 5.5.9 %if 0%{?snapdate:1}%{?rcver:1} Release: 0.1.%{?snapdate}%{?rcver}%{?dist} %else -Release: 1%{?dist} +Release: 2%{?dist} %endif # All files licensed under PHP version 3.01, except # Zend is licensed under Zend @@ -177,6 +177,7 @@ Patch91: php-5.3.7-oci8conf.patch # Fixes for tests # WIP +Patch100: php-bug66731.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -886,6 +887,7 @@ rm -rf ext/json # security patches # WIP patch +%patch100 -p0 -b .bug66731 # Prevent %%doc confusion over LICENSE files cp Zend/LICENSE Zend/ZEND_LICENSE @@ -1859,6 +1861,9 @@ fi %changelog +* Tue Feb 18 2014 Remi Collet <rcollet@redhat.com> 5.5.9-2 +- test build for bug 66731 + * Tue Feb 11 2014 Remi Collet <remi@fedoraproject.org> 5.5.9-1 - Update to 5.5.9 http://www.php.net/ChangeLog-5.php#5.5.9 |