summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2013-03-21 10:14:24 +0100
committerRemi Collet <fedora@famillecollet.com>2013-03-21 10:14:24 +0100
commit508df1304de9cc49f20842176f4aa6da49f774c7 (patch)
tree80bd22ed58535e892744fb56ca22c33f4e53680b
parent7e5800a424eeedd1bf509e2f563e4da55cde0bd1 (diff)
php extension rebuild for php 5.5
-rw-r--r--php-magickwand.spec13
1 files changed, 11 insertions, 2 deletions
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