From 0d87517fe9560ff3a5a59429790b6966ab69315f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 21 Mar 2013 11:21:01 +0100 Subject: php extensions rebuild for php 5.5 (round 2) --- php-pecl-xhprof.spec | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/php-pecl-xhprof.spec b/php-pecl-xhprof.spec index 7ab87c6..b7c4529 100644 --- a/php-pecl-xhprof.spec +++ b/php-pecl-xhprof.spec @@ -5,7 +5,7 @@ Name: php-pecl-xhprof Version: 0.9.2 -Release: 8%{?gitver:.git%{gitver}}%{?dist} +Release: 8%{?gitver:.git%{gitver}}%{?dist}.1 Summary: PHP extension for XHProf, a Hierarchical Profiler Group: Development/Languages @@ -38,6 +38,16 @@ Provides: php-%{pecl_name}%{?_isa} = %{version} Provides: php-pecl(%{pecl_name}) = %{version} Provides: php-pecl(%{pecl_name})%{?_isa} = %{version} +# Other third party repo stuff +Obsoletes: php53-pecl-%{pecl_name} +Obsoletes: php53u-pecl-%{pecl_name} +%if "%{php_version}" > "5.4" +Obsoletes: php54-pecl-%{pecl_name} +%endif +%if "%{php_version}" > "5.5" +Obsoletes: php55-pecl-%{pecl_name} +%endif + # Filter private provides %{?filter_provides_in: %filter_provides_in %{_libdir}/.*\.so$} %{?filter_setup} -- cgit