diff options
author | Remi Collet <fedora@famillecollet.com> | 2013-10-15 17:26:51 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2013-10-15 17:26:51 +0200 |
commit | 6a0681dc7c420bf514d9a3c5081ec5ad29a65f64 (patch) | |
tree | 858de6d393c57a997f8bd3c93b62b12ba718bfe3 | |
parent | eb69098915628094a5825b9eaa9a7a128e9ff9dc (diff) |
PHP 5.5.5
-rw-r--r-- | php55.spec | 13 |
1 files changed, 8 insertions, 5 deletions
@@ -61,7 +61,7 @@ %else %global with_dtrace 0 %endif -%if 0%{?fedora} < 17 && 0%{?rhel} < 5 +%if 0%{?fedora} < 14 && 0%{?rhel} < 5 %global with_libgd 0 %else %global with_libgd 1 @@ -84,11 +84,11 @@ Summary: PHP scripting language for creating dynamic web sites Name: php -Version: 5.5.4 +Version: 5.5.5 %if 0%{?snapdate:1}%{?rcver:1} Release: 0.1.%{?snapdate}%{?rcver}%{?dist} %else -Release: 2%{?dist} +Release: 1%{?dist} %endif # All files licensed under PHP version 3.01, except # Zend is licensed under Zend @@ -153,7 +153,7 @@ Patch47: php-5.4.9-phpinfo.patch Patch91: php-5.3.7-oci8conf.patch # WIP -Patch99: php-wip.patch +#Patch99: php-wip.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -855,7 +855,7 @@ rm -rf ext/json %patch91 -p1 -b .remi-oci8 # wip patches -%patch99 -p1 -b .wip +#patch99 -p1 -b .wip # Prevent %%doc confusion over LICENSE files cp Zend/LICENSE Zend/ZEND_LICENSE @@ -1822,6 +1822,9 @@ fi %changelog +* Tue Oct 15 2013 Remi Collet <rcollet@redhat.com> - 5.5.5-1 +- update to 5.5.5 + * Mon Sep 23 2013 Remi Collet <rcollet@redhat.com> - 5.5.4-2 - test build |