From cdea8b9186817ca0642faad2fa79a7cb95cbdc3e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 13 Jun 2018 17:40:15 +0200 Subject: rebuild against ImageMagick6 (6.9.10-0) --- php-magickwand.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/php-magickwand.spec b/php-magickwand.spec index 9eb5609..281edf4 100644 --- a/php-magickwand.spec +++ b/php-magickwand.spec @@ -28,7 +28,7 @@ Summary: PHP API for ImageMagick Name: %{?scl_prefix}php-magickwand Version: %{mainversion}%{?patchlevel:.%{patchlevel}} -Release: 14%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Release: 15%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} License: ImageMagick Group: Development/Languages URL: http://www.magickwand.org/ @@ -46,7 +46,7 @@ Requires: %{?scl_prefix}php(api) = %{php_core_api} %{?_sclreq:Requires: %{?scl_prefix}runtime%{?_sclreq}%{?_isa}} # Ensure we use the more recent version from remi repo -%if 0%{?fedora} >= 29 +%if 0%{?fedora} >= 99 || 0%{?rhel} >= 9 BuildRequires: ImageMagick-devel Requires: ImageMagick-libs%{?_isa} >= %{imbuildver} %else @@ -166,6 +166,9 @@ rm -rf %{buildroot} %changelog +* Wed Jun 13 2018 Remi Collet - 1.0.9.2-15 +- rebuild against ImageMagick6 (6.9.10-0) + * Tue May 29 2018 Remi Collet - 1.0.9.2-14 - rebuild against ImageMagick6 new soname (6.9.9-47) -- cgit