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