From e11aeb35e1e70356c5f9f1bc16351619f7d89f24 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 18 Oct 2012 12:34:22 +0200 Subject: php 5.4: sync with rawhide --- php54.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'php54.spec') diff --git a/php54.spec b/php54.spec index a321dc2..f5f1150 100644 --- a/php54.spec +++ b/php54.spec @@ -280,7 +280,7 @@ package and the php-cli package. %package devel Group: Development/Libraries Summary: Files needed for building PHP extensions -Requires: php%{?_isa} = %{version}-%{release}, autoconf, automake +Requires: php-cli%{?_isa} = %{version}-%{release}, autoconf, automake %if 0%{?fedora} >= 14 || 0%{?rhel} >= 7 Requires: pcre-devel%{?_isa} %endif @@ -1514,8 +1514,11 @@ fi %changelog * Thu Oct 18 2012 Remi Collet 5.4.8-1 - update to 5.4.8 -- improve comments for session path +- define both session.save_handler and session.save_path +- fix possible segfault in libxml (#828526) - php-fpm: create apache user if needed +- use SKIP_ONLINE_TEST during make test +- php-devel requires pcre-devel and php-cli (instead of php) * Fri Oct 5 2012 Remi Collet 5.4.8-0.3.RC1 - provides php-phar -- cgit