diff options
Diffstat (limited to 'ImageMagick6.spec')
-rw-r--r-- | ImageMagick6.spec | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/ImageMagick6.spec b/ImageMagick6.spec index 45a9e5e..db89122 100644 --- a/ImageMagick6.spec +++ b/ImageMagick6.spec @@ -9,7 +9,7 @@ # Please preserve changelog entries # %global VER 6.9.12 -%global Patchlevel 16 +%global Patchlevel 17 %global incsuffixe -6 %global libsuffixe -6.Q16 %bcond_without tests @@ -57,8 +57,6 @@ Url: http://www.imagemagick.org/ #Source0: ftp://ftp.ImageMagick.org/pub/ImageMagick/ImageMagick-%%{VER}-%%{Patchlevel}.tar.xz Source0: https://www.imagemagick.org/download/ImageMagick-%{VER}-%{Patchlevel}.tar.xz -Patch0: 160.patch - BuildRequires: gcc BuildRequires: gcc-c++ %if 0%{?fedora} >= 27 || 0%{?rhel} >= 8 @@ -353,7 +351,6 @@ however. %prep %setup -q -n %{libname}-%{VER}-%{Patchlevel} -%patch0 -p1 # for %%doc mkdir Magick++/examples @@ -612,6 +609,10 @@ fi %changelog +* Fri Jun 25 2021 Remi Collet <remi@remirepo.net> - 6.9.12.17-1 +- update to version 6.9.12 patch level 17 +- drop patch merged upstream + * Wed Jun 23 2021 Remi Collet <remi@remirepo.net> - 6.9.12.16-2 - fix memory corruption using fix from https://github.com/ImageMagick/ImageMagick6/pull/160 |