diff options
| -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  | 
