summaryrefslogtreecommitdiffstats
path: root/php54.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2012-10-18 12:34:22 +0200
committerRemi Collet <fedora@famillecollet.com>2012-10-18 12:34:22 +0200
commite11aeb35e1e70356c5f9f1bc16351619f7d89f24 (patch)
treed819a87445fcbb3f62125d8336d28732f6ae5a52 /php54.spec
parent7220bd81634e3d60e29868281add4d70202b2a35 (diff)
php 5.4: sync with rawhide
Diffstat (limited to 'php54.spec')
-rw-r--r--php54.spec7
1 files changed, 5 insertions, 2 deletions
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 <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