diff options
author | Remi Collet <fedora@famillecollet.com> | 2012-10-18 12:34:22 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2012-10-18 12:34:22 +0200 |
commit | e11aeb35e1e70356c5f9f1bc16351619f7d89f24 (patch) | |
tree | d819a87445fcbb3f62125d8336d28732f6ae5a52 | |
parent | 7220bd81634e3d60e29868281add4d70202b2a35 (diff) |
php 5.4: sync with rawhide
-rw-r--r-- | php54.spec | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -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 <remi@fedoraproject.org> 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 <remi@fedoraproject.org> 5.4.8-0.3.RC1 - provides php-phar |