summaryrefslogtreecommitdiffstats
path: root/ImageMagick6.spec
diff options
context:
space:
mode:
Diffstat (limited to 'ImageMagick6.spec')
-rw-r--r--ImageMagick6.spec11
1 files changed, 5 insertions, 6 deletions
diff --git a/ImageMagick6.spec b/ImageMagick6.spec
index 2a43486..4b79b0d 100644
--- a/ImageMagick6.spec
+++ b/ImageMagick6.spec
@@ -9,7 +9,7 @@
# Please preserve changelog entries
#
%global VER 6.9.11
-%global Patchlevel 20
+%global Patchlevel 21
%global incsuffixe -6
%global libsuffixe -6.Q16
%global with_tests 0%{!?_without_tests:1}
@@ -78,8 +78,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: https://github.com/ImageMagick/ImageMagick6/commit/218d6abc4e36596c90a07463bfb2ab9e8312efbb.patch
-
BuildRequires: gcc
BuildRequires: gcc-c++
%if 0%{?fedora} >= 27 || 0%{?rhel} >= 8
@@ -381,9 +379,6 @@ however.
%prep
%setup -q -n %{libname}-%{VER}-%{Patchlevel}
-%if 0%{?rhel} == 6
-%patch0 -p1 -R
-%endif
# for %%doc
mkdir Magick++/examples
@@ -642,6 +637,10 @@ fi
%changelog
+* Wed Jun 24 2020 Remi Collet <remi@remirepo.net> - 6.9.11.21-1
+- update to version 6.9.11 patch level 21 still affected by
+ https://github.com/ImageMagick/ImageMagick6/issues/85
+
* Mon Jun 22 2020 Remi Collet <remi@remirepo.net> - 6.9.11.20-1
- update to version 6.9.11 patch level 20
- revert upstream commit on EL-6 to fix broken build with old libtiff