summaryrefslogtreecommitdiffstats
path: root/php-magickwand.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-magickwand.spec')
-rw-r--r--php-magickwand.spec7
1 files 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 <remi@remirepo.net> - 1.0.9.2-13
+- rebuild using ImageMagick on F25+
+
* Sat Aug 5 2017 Remi Collet <remi@remirepo.net> - 1.0.9.2-12
- rebuild against ImageMagick6 new soname (6.9.9-5)