From 508df1304de9cc49f20842176f4aa6da49f774c7 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 21 Mar 2013 10:14:24 +0100 Subject: php extension rebuild for php 5.5 --- php-magickwand.spec | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'php-magickwand.spec') diff --git a/php-magickwand.spec b/php-magickwand.spec index 819d8cc..ef47bac 100644 --- a/php-magickwand.spec +++ b/php-magickwand.spec @@ -5,7 +5,7 @@ Summary: PHP API for ImageMagick Name: php-magickwand Version: %{mainversion}%{?patchlevel:.%{patchlevel}} -Release: 1%{?dist}.1 +Release: 1%{?dist}.2 License: ImageMagick Group: Development/Languages URL: http://www.magickwand.org/ @@ -26,12 +26,21 @@ BuildRequires: ImageMagick-last-devel >= 6.8.2 Requires: php(zend-abi) = %{php_zend_api} Requires: php(api) = %{php_core_api} +# Other third party repo stuff +Obsoletes: php53-magickwand +Obsoletes: php53u-magickwand +%if "%{php_version}" > "5.4" +Obsoletes: php54-magickwand +%endif +%if "%{php_version}" > "5.5" +Obsoletes: php55-magickwand +%endif + # Filter private shared %{?filter_provides_in: %filter_provides_in %{_libdir}/.*\.so$} %{?filter_setup} - %description MagickWand for PHP is a native PHP interface to the new ImageMagick MagickWand API. It is an almost complete port -- cgit