diff options
author | Remi Collet <fedora@famillecollet.com> | 2012-07-06 17:49:19 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2012-07-06 17:49:19 +0200 |
commit | 96ece238bead032972f7fd2faec104204046ca15 (patch) | |
tree | 5b47c4b8bbc649e39b10388cb2437b3116faeadc /php54.spec | |
parent | 7a11bd8f2ffba40843734aef3ac60179f8bd469b (diff) |
php 5.4.5RC1
Diffstat (limited to 'php54.spec')
-rw-r--r-- | php54.spec | 12 |
1 files changed, 5 insertions, 7 deletions
@@ -6,7 +6,7 @@ # Extension version %global fileinfover 1.0.5 %global pharver 2.0.1 -%global zipver 1.9.1 +%global zipver 1.11.0 %global jsonver 1.2.1 %global oci8ver 1.4.7 @@ -54,15 +54,13 @@ # /etc/httpd/conf.d with httpd < 2.4 and defined as /etc/httpd/conf.modules.d with httpd >= 2.4 %{!?_httpd_modconfdir: %{expand: %%global _httpd_modconfdir %%{_sysconfdir}/httpd/conf.d}} -%if 0%{?fedora} >= 17 -%global with_zip 1 +%if 0%{?fedora} >= 18 %global with_libzip 1 -%global zipmod zip %else -%global with_zip 1 %global with_libzip 0 -%global zipmod zip %endif +%global with_zip 1 +%global zipmod zip %if 0%{?fedora} < 18 %global db_devel db4-devel @@ -1447,7 +1445,7 @@ fi %changelog * Wed Jul 04 2012 Remi Collet <RPM@famillecollet.com> 5.4.5-0.1.RC1 -- update to 5.4.5RC1 +- update to 5.4.5RC1 with bundled libzip. * Mon Jul 02 2012 Remi Collet <RPM@famillecollet.com> 5.4.4-4 - use system pcre only on fedora >= 14 (version 8.10) |