From 96ece238bead032972f7fd2faec104204046ca15 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 6 Jul 2012 17:49:19 +0200 Subject: php 5.4.5RC1 --- php54.spec | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'php54.spec') diff --git a/php54.spec b/php54.spec index fc4a682..4f7a72b 100644 --- a/php54.spec +++ b/php54.spec @@ -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 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 5.4.4-4 - use system pcre only on fedora >= 14 (version 8.10) -- cgit