From 065376aaf8ce4ed83671f0ebca730dade5d023c6 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 18 Sep 2023 07:28:19 +0200 Subject: update to version 6.9.12 patch level 94 fix build using patch from https://github.com/ImageMagick/ImageMagick6/pull/269 --- ImageMagick6.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'ImageMagick6.spec') diff --git a/ImageMagick6.spec b/ImageMagick6.spec index 9bc12de..948cda9 100644 --- a/ImageMagick6.spec +++ b/ImageMagick6.spec @@ -9,7 +9,7 @@ # Please preserve changelog entries # %global VER 6.9.12 -%global Patchlevel 93 +%global Patchlevel 94 %global incsuffixe -6 %global libsuffixe -6.Q16 %bcond_without tests @@ -73,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: 0001-fix-type-cast.patch + BuildRequires: gcc BuildRequires: gcc-c++ %if 0%{?fedora} >= 27 || 0%{?rhel} >= 8 @@ -386,6 +388,7 @@ however. %prep %setup -q -n %{libname}-%{VER}-%{Patchlevel} +%patch -P0 -p1 # for %%doc mkdir Magick++/examples @@ -643,6 +646,10 @@ fi %changelog +* Mon Sep 18 2023 Remi Collet - 6.9.12.94-1 +- update to version 6.9.12 patch level 94 +- fix build using patch from https://github.com/ImageMagick/ImageMagick6/pull/269 + * Mon Jul 31 2023 Remi Collet - 6.9.12.93-1 - update to version 6.9.12 patch level 93 -- cgit