From d7ad85c9535124b91b929d4ddd2d68b1ccb995cf Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 22 Jul 2019 06:52:03 +0200 Subject: update to version 6.9.10 patch level 56 - drop patch merged upstream --- ImageMagick6.spec | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'ImageMagick6.spec') diff --git a/ImageMagick6.spec b/ImageMagick6.spec index edf5c35..5dc3d62 100644 --- a/ImageMagick6.spec +++ b/ImageMagick6.spec @@ -9,7 +9,7 @@ # Please preserve changelog entries # %global VER 6.9.10 -%global Patchlevel 54 +%global Patchlevel 56 %global incsuffixe -6 %global libsuffixe -6.Q16 %global with_tests 0%{!?_without_tests:1} @@ -82,8 +82,6 @@ License: ImageMagick Url: http://www.imagemagick.org/ Source0: ftp://ftp.ImageMagick.org/pub/ImageMagick/ImageMagick-%{VER}-%{Patchlevel}.tar.xz -Patch0: https://patch-diff.githubusercontent.com/raw/ImageMagick/ImageMagick6/pull/53.patch - BuildRequires: gcc BuildRequires: gcc-c++ %if 0%{?fedora} >= 27 || 0%{?rhel} >= 8 @@ -383,7 +381,6 @@ however. %prep %setup -q -n %{libname}-%{VER}-%{Patchlevel} -%patch0 -p1 -b .pr53 # for %%doc mkdir Magick++/examples @@ -642,6 +639,10 @@ fi %changelog +* Mon Jul 22 2019 Remi Collet - 6.9.10.56-1 +- update to version 6.9.10 patch level 56 +- drop patch merged upstream + * Wed Jul 17 2019 Remi Collet - 6.9.10.54-1 - update to version 6.9.10 patch level 54 - build with IMPNG_SETJMP_IS_THREAD_SAFE -- cgit