summaryrefslogtreecommitdiffstats
path: root/ImageMagick6.spec
diff options
context:
space:
mode:
Diffstat (limited to 'ImageMagick6.spec')
-rw-r--r--ImageMagick6.spec12
1 files changed, 5 insertions, 7 deletions
diff --git a/ImageMagick6.spec b/ImageMagick6.spec
index 8fe3f52..18d2bfc 100644
--- a/ImageMagick6.spec
+++ b/ImageMagick6.spec
@@ -9,7 +9,7 @@
# Please preserve changelog entries
#
%global VER 6.9.11
-%global Patchlevel 21
+%global Patchlevel 22
%global incsuffixe -6
%global libsuffixe -6.Q16
%bcond_without tests
@@ -71,16 +71,13 @@ Name: %{libname}6
%global move 1
%endif
Version: %{VER}.%{Patchlevel}
-Release: 3%{?dist}
+Release: 1%{?dist}
Summary: An X application for displaying and manipulating images
License: ImageMagick
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/147e71502f8f08f986c35bb1387dc0e7543dbcb7.patch
-Patch1: https://patch-diff.githubusercontent.com/raw/ImageMagick/ImageMagick6/pull/86.patch
-
BuildRequires: gcc
BuildRequires: gcc-c++
%if 0%{?fedora} >= 27 || 0%{?rhel} >= 8
@@ -382,8 +379,6 @@ however.
%prep
%setup -q -n %{libname}-%{VER}-%{Patchlevel}
-%patch0 -p1
-%patch1 -p1
# for %%doc
mkdir Magick++/examples
@@ -642,6 +637,9 @@ fi
%changelog
+* Mon Jun 29 2020 Remi Collet <remi@remirepo.net> - 6.9.11.22-1
+- update to version 6.9.11 patch level 22
+
* Wed Jun 24 2020 Remi Collet <remi@remirepo.net> - 6.9.11.21-3
- add fix from https://github.com/ImageMagick/ImageMagick6/pull/86