summaryrefslogtreecommitdiffstats
path: root/ImageMagick7.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-05-20 07:36:37 +0200
committerRemi Collet <remi@remirepo.net>2019-05-20 07:36:37 +0200
commit40655b032a211ff324c43acd8a6c23839365d11a (patch)
tree2af85342fe70b740c4eca2762742492c0d315c6b /ImageMagick7.spec
parentef005144de54daa3afbabd970a809b6cb4ef8e94 (diff)
update to version 7.0.8 patch level 46
Diffstat (limited to 'ImageMagick7.spec')
-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