From 815c4e065e1bbe6fe0c419d235118e47006ac7af Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 20 Sep 2023 07:44:05 +0200 Subject: update to version 6.9.12 patch level 95 --- ImageMagick6.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'ImageMagick6.spec') diff --git a/ImageMagick6.spec b/ImageMagick6.spec index 948cda9..383656b 100644 --- a/ImageMagick6.spec +++ b/ImageMagick6.spec @@ -9,7 +9,7 @@ # Please preserve changelog entries # %global VER 6.9.12 -%global Patchlevel 94 +%global Patchlevel 95 %global incsuffixe -6 %global libsuffixe -6.Q16 %bcond_without tests @@ -73,8 +73,6 @@ 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 @@ -388,7 +386,6 @@ however. %prep %setup -q -n %{libname}-%{VER}-%{Patchlevel} -%patch -P0 -p1 # for %%doc mkdir Magick++/examples @@ -646,6 +643,9 @@ fi %changelog +* Wed Sep 20 2023 Remi Collet - 6.9.12.95-1 +- update to version 6.9.12 patch level 95 + * 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 -- cgit