From 1ff53f9d73bed6c73c4094a5668eda1f2c1327d1 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 21 Jan 2019 10:27:22 +0100 Subject: cleanup for EL-8 --- php-magickwand.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/php-magickwand.spec b/php-magickwand.spec index 281edf4..61d7bb9 100644 --- a/php-magickwand.spec +++ b/php-magickwand.spec @@ -1,6 +1,6 @@ # spec file for php-magickwand # -# Copyright (c) 2010-2017 Remi Collet +# Copyright (c) 2010-2019 Remi Collet # Copyright (c) 2006-2010 Robert Scheck # # License: MIT @@ -28,7 +28,7 @@ Summary: PHP API for ImageMagick Name: %{?scl_prefix}php-magickwand Version: %{mainversion}%{?patchlevel:.%{patchlevel}} -Release: 15%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Release: 16%{?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} >= 99 || 0%{?rhel} >= 9 +%if 0%{?fedora} >= 99 || 0%{?rhel} >= 8 BuildRequires: ImageMagick-devel Requires: ImageMagick-libs%{?_isa} >= %{imbuildver} %else @@ -166,6 +166,9 @@ rm -rf %{buildroot} %changelog +* Mon Jan 21 2019 Remi Collet - 1.0.9.2-16 +- cleanup for EL-8 + * Wed Jun 13 2018 Remi Collet - 1.0.9.2-15 - rebuild against ImageMagick6 (6.9.10-0) -- cgit