diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-12-24 14:34:40 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-12-24 14:34:40 +0100 |
commit | 19bb52957e19222c8d48275c50735b14ccd86964 (patch) | |
tree | bbaa920b51152daca223f39d3b154edfc700e10f | |
parent | 6a31747b763bfb202393d06caf2e32a39d4fc74d (diff) |
Fedora 21 SCL mass rebuild (WIP)
-rw-r--r-- | php-magickwand.spec | 6 |
1 files changed, 5 insertions, 1 deletions
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 <remi@fedoraproject.org> - 1.0.9.2-8.1 +- Fedora 21 SCL mass rebuild + * Mon Aug 25 2014 Remi Collet <rpms@famillecollet.com> - 1.0.9.2-8 - rebuild against new ImageMagick-last version 6.8.7-4 |