diff options
| -rw-r--r-- | ImageMagick7.spec | 13 | 
1 files changed, 10 insertions, 3 deletions
diff --git a/ImageMagick7.spec b/ImageMagick7.spec index 8a7a511..78fd092 100644 --- a/ImageMagick7.spec +++ b/ImageMagick7.spec @@ -9,7 +9,7 @@  # Please preserve changelog entries  #  %global VER        7.1.1 -%global Patchlevel 4 +%global Patchlevel 5  %global incsuffixe -7  %global libsuffixe -7.Q16HDRI  %bcond_without tests @@ -38,8 +38,12 @@  %global with_lqr   0  %endif -# from mock config, when rpmfusion enabled -%global with_libheif       0%{?_with_rpmfusion:1} +%if 0%{?fedora} >= 36 || 0%{?rhel} >= 9 || 0%{?_with_rpmfusion:1} +# from distribution or from rpmfusion, when enabled in mock config +%global with_libheif       1 +%else +%global with_libheif       0 +%endif  %global libname ImageMagick @@ -640,6 +644,9 @@ fi  %changelog +* Mon Mar 27 2023 Remi Collet <remi@remirepo.net> - 7.1.1.5-1 +- update to version 7.1.1 patch level 5 +  * Mon Mar 20 2023 Remi Collet <remi@remirepo.net> - 7.1.1.4-1  - update to version 7.1.1 patch level 4  | 
