From 45f5db559ce4adc3a4845569be387b5921303b68 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 27 Mar 2023 16:58:01 +0200 Subject: update to version 6.9.12 patch level 83 fix https://github.com/ImageMagick/ImageMagick6/issues/225 using upstream patch --- ImageMagick6.spec | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) (limited to 'ImageMagick6.spec') diff --git a/ImageMagick6.spec b/ImageMagick6.spec index 4a4a2e8..f171d3c 100644 --- a/ImageMagick6.spec +++ b/ImageMagick6.spec @@ -9,7 +9,7 @@ # Please preserve changelog entries # %global VER 6.9.12 -%global Patchlevel 82 +%global Patchlevel 83 %global incsuffixe -6 %global libsuffixe -6.Q16 %bcond_without tests @@ -32,8 +32,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 @@ -69,6 +73,8 @@ Url: http://www.imagemagick.org/ #Source0: https://www.imagemagick.org/download/ImageMagick-%%{VER}-%%{Patchlevel}.tar.xz Source0: https://imagemagick.org/archive/ImageMagick-%{VER}-%{Patchlevel}.tar.xz +Patch0: https://github.com/ImageMagick/ImageMagick6/commit/65692230ba98b5735b911565682010afc67c769f.patch + BuildRequires: gcc BuildRequires: gcc-c++ %if 0%{?fedora} >= 27 || 0%{?rhel} >= 8 @@ -379,6 +385,7 @@ however. %prep %setup -q -n %{libname}-%{VER}-%{Patchlevel} +%patch0 -p1 # for %%doc mkdir Magick++/examples @@ -636,6 +643,11 @@ fi %changelog +* Mon Mar 27 2023 Remi Collet - 6.9.12.83-1 +- update to version 6.9.12 patch level 83 +- fix https://github.com/ImageMagick/ImageMagick6/issues/225 + using upstream patch + * Mon Mar 20 2023 Remi Collet - 6.9.12.82-1 - update to version 6.9.12 patch level 82 -- cgit