From 6be160d339b0d80c19af3aa74831a69e40731ecf Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 29 May 2018 11:36:16 +0200 Subject: rebuild against ImageMagick6 new soname (6.9.9-47) --- php-magickwand.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'php-magickwand.spec') diff --git a/php-magickwand.spec b/php-magickwand.spec index 836a03a..9eb5609 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: 13%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Release: 14%{?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} >= 25 +%if 0%{?fedora} >= 29 BuildRequires: ImageMagick-devel Requires: ImageMagick-libs%{?_isa} >= %{imbuildver} %else @@ -166,6 +166,9 @@ rm -rf %{buildroot} %changelog +* Tue May 29 2018 Remi Collet - 1.0.9.2-14 +- rebuild against ImageMagick6 new soname (6.9.9-47) + * Fri Aug 25 2017 Remi Collet - 1.0.9.2-13 - rebuild using ImageMagick on F25+ -- cgit