diff options
Diffstat (limited to 'php.spec')
-rw-r--r-- | php.spec | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -137,7 +137,7 @@ %global db_devel libdb-devel %endif -%global rcver RC1 +#global rcver RC1 %global rpmrel 1 Summary: PHP scripting language for creating dynamic web sites @@ -882,7 +882,7 @@ support for using the enchant library to PHP. %endif %patch40 -p1 -b .dlopen -%if 0%{?fedora} >= 23 || 0%{?rhel} >= 5 +%if 0%{?fedora} >= 24 || 0%{?rhel} >= 5 %patch42 -p1 -b .systzdata %endif %patch43 -p1 -b .headers @@ -1102,7 +1102,9 @@ ln -sf ../configure --with-layout=GNU \ --with-kerberos \ --with-libxml-dir=%{_root_prefix} \ +%if 0%{?fedora} >= 24 || 0%{?rhel} >= 5 --with-system-tzdata \ +%endif --with-mhash \ %if %{with_dtrace} --enable-dtrace \ @@ -1816,6 +1818,9 @@ fi %changelog +* Thu Dec 8 2016 Remi Collet <remi@fedoraproject.org> 5.6.29-1 +- Update to 5.6.29 - http://www.php.net/releases/5_6_29.php + * Thu Nov 24 2016 Remi Collet <remi@fedoraproject.org> 5.6.29-0.1.RC1 - update to 5.6.29RC1 |