From db6abe475819b78cf0033da1755bfd3cf9f8f5f1 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 2 Nov 2020 08:55:41 +0100 Subject: update to version 7.0.10 patch level 35 --- ImageMagick7.spec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'ImageMagick7.spec') diff --git a/ImageMagick7.spec b/ImageMagick7.spec index dc19de9..9160aa5 100644 --- a/ImageMagick7.spec +++ b/ImageMagick7.spec @@ -9,7 +9,7 @@ # Please preserve changelog entries # %global VER 7.0.10 -%global Patchlevel 34 +%global Patchlevel 35 %global incsuffixe -7 %global libsuffixe -7.Q16HDRI %ifarch x86_64 @@ -69,7 +69,7 @@ Name: %{libname} Name: %{libname}7 %endif Version: %{VER}.%{Patchlevel} -Release: 2%{?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://github.com/ImageMagick/ImageMagick/commit/b143619b68df3962b4bb542561f7448aa6d40915.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 -b .up # for %%doc mkdir Magick++/examples @@ -628,6 +625,9 @@ fi %changelog +* Mon Nov 2 2020 Remi Collet - 7.0.10.35-1 +- update to version 7.0.10 patch level 35 + * Mon Oct 19 2020 Remi Collet - 7.0.10.34-2 - add upstream patch for old libheif (EL-7) -- cgit