From 19bb52957e19222c8d48275c50735b14ccd86964 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-magickwand.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/php-magickwand.spec b/php-magickwand.spec index f86b7b8..d1827f0 100644 --- a/php-magickwand.spec +++ b/php-magickwand.spec @@ -30,7 +30,7 @@ Summary: PHP API for ImageMagick Name: %{?scl_prefix}php-magickwand Version: %{mainversion}%{?patchlevel:.%{patchlevel}} -Release: 9%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Release: 9%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}.1 License: ImageMagick Group: Development/Languages URL: http://www.magickwand.org/ @@ -45,6 +45,7 @@ BuildRequires: autoconf, automake, libtool Requires: %{?scl_prefix}php(zend-abi) = %{php_zend_api} Requires: %{?scl_prefix}php(api) = %{php_core_api} +%{?_sclreq:Requires: %{?scl_prefix}runtime%{?_sclreq}%{?_isa}} %if "%{?vendor}" == "Remi Collet" # Ensure we use the more recent version from remi repo @@ -173,6 +174,9 @@ rm -rf %{buildroot} %changelog +* Wed Dec 24 2014 Remi Collet - 1.0.9.2-8.1 +- Fedora 21 SCL mass rebuild + * Mon Aug 25 2014 Remi Collet - 1.0.9.2-8 - rebuild against new ImageMagick-last version 6.8.7-4 -- cgit