summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ImageMagick7.spec16
1 files changed, 15 insertions, 1 deletions
diff --git a/ImageMagick7.spec b/ImageMagick7.spec
index 7bc592d..5392a85 100644
--- a/ImageMagick7.spec
+++ b/ImageMagick7.spec
@@ -9,10 +9,19 @@
# Please preserve changelog entries
#
%global VER 7.0.8
-%global Patchlevel 45
+%global Patchlevel 46
%global incsuffixe -7
%global libsuffixe -7.Q16HDRI
+%ifarch x86_64
%global with_tests 0%{!?_without_tests:1}
+%else
+%if 0%{?fedora} < 29 && 0%{?rhel} < 7
+# https://github.com/ImageMagick/ImageMagick/issues/1570
+%global with_tests 0%{?_with_tests:1}
+%else
+%global with_tests 0%{!?_without_tests:1}
+%endif
+%endif
%global with_djvu 1
%global with_webp 1
@@ -611,6 +620,11 @@ fi
%changelog
+* Mon May 20 2019 Remi Collet <remi@remirepo.net> - 7.0.8.46-1
+- update to version 7.0.8 patch level 46
+- open https://github.com/ImageMagick/ImageMagick/issues/1570
+ failed tests on non x86_64 arch
+
* Mon May 13 2019 Remi Collet <remi@remirepo.net> - 7.0.8.45-1
- update to version 7.0.8 patch level 45
- add HEIC support using libheif from RPMFusion