From 8385c1b91a145842d87a9cee87736aa85dc2203a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 24 Dec 2014 14:34:40 +0100 Subject: Fedora 21 SCL mass rebuild (WIP) --- php-pecl-imagick.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'php-pecl-imagick.spec') diff --git a/php-pecl-imagick.spec b/php-pecl-imagick.spec index 71caf90..ceaed18 100644 --- a/php-pecl-imagick.spec +++ b/php-pecl-imagick.spec @@ -9,7 +9,7 @@ Summary: Extension to create and modify images using ImageMagick Name: php-pecl-imagick Version: 3.1.2 -Release: 4%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Release: 4%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}.1 License: PHP Group: Development/Languages URL: http://pecl.php.net/package/imagick @@ -28,11 +28,12 @@ Requires: ImageMagick-last-libs%{?_isa} >= %{imbuildver} %else BuildRequires: ImageMagick-devel >= 6.2.4 %endif + Requires(post): %{__pecl} Requires(postun): %{__pecl} - Requires: php(zend-abi) = %{php_zend_api} Requires: php(api) = %{php_core_api} +%{?_sclreq:Requires: %{?scl_prefix}runtime%{?_sclreq}%{?_isa}} Provides: php-%{pecl_name} = %{version}%{?prever} Provides: php-%{pecl_name}%{?_isa} = %{version}%{?prever} @@ -217,6 +218,9 @@ rm -rf %{buildroot} %changelog +* Wed Dec 24 2014 Remi Collet - 3.1.2-4.1 +- Fedora 21 SCL mass rebuild + * Mon Aug 25 2014 Remi Collet - 3.1.2-4 - rebuild against new ImageMagick-last version 6.8.7-4 -- cgit