summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2013-03-21 11:21:01 +0100
committerRemi Collet <fedora@famillecollet.com>2013-03-21 11:21:01 +0100
commit0d87517fe9560ff3a5a59429790b6966ab69315f (patch)
treea53f732eb97a63a4059f29dacfc014de671381c1
parentf2551aede7668dc95204e331126e6faa3d49eca4 (diff)
php extensions rebuild for php 5.5 (round 2)
-rw-r--r--php-pecl-xhprof.spec12
1 files changed, 11 insertions, 1 deletions
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}