summaryrefslogtreecommitdiffstats
path: root/ImageMagick7.spec
diff options
context:
space:
mode:
Diffstat (limited to 'ImageMagick7.spec')
-rw-r--r--ImageMagick7.spec10
1 files changed, 5 insertions, 5 deletions
diff --git a/ImageMagick7.spec b/ImageMagick7.spec
index 51a80e1..a6d2af6 100644
--- a/ImageMagick7.spec
+++ b/ImageMagick7.spec
@@ -9,7 +9,7 @@
# Please preserve changelog entries
#
%global VER 7.0.10
-%global Patchlevel 21
+%global Patchlevel 22
%global incsuffixe -7
%global libsuffixe -7.Q16HDRI
%ifarch x86_64
@@ -69,7 +69,7 @@ Name: %{libname}
Name: %{libname}7
%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/
@@ -77,8 +77,6 @@ Url: http://www.imagemagick.org/
#Source0: ftp://ftp.imagemagick.org/pub/ImageMagick/releases/ImageMagick-%%{VER}-%%{Patchlevel}.tar.xz
Source0: https://www.imagemagick.org/download/ImageMagick-%{VER}-%{Patchlevel}.tar.xz
-Patch0: https://patch-diff.githubusercontent.com/raw/ImageMagick/ImageMagick/pull/2195.patch
-
BuildRequires: gcc
BuildRequires: gcc-c++
%if 0%{?fedora} >= 27 || 0%{?rhel} >= 8
@@ -377,7 +375,6 @@ however.
%prep
%setup -q -n %{libname}-%{VER}-%{Patchlevel}
-%patch0 -p1
# for %%doc
mkdir Magick++/examples
@@ -628,6 +625,9 @@ fi
%changelog
+* Mon Jun 29 2020 Remi Collet <remi@remirepo.net> - 7.0.10.22-1
+- update to version 7.0.10 patch level 22
+
* Wed Jun 24 2020 Remi Collet <remi@remirepo.net> - 7.0.10.21-3
- add fix from https://github.com/ImageMagick/ImageMagick6/pull/86
https://github.com/ImageMagick/ImageMagick/pull/2195