From 6b4d8314919fabe70c33f30b80f14e6b6af394cd Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 31 Jan 2022 08:03:50 +0100 Subject: update to version 7.1.0 patch level 22 --- ImageMagick7.spec | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'ImageMagick7.spec') diff --git a/ImageMagick7.spec b/ImageMagick7.spec index 99a7161..9999623 100644 --- a/ImageMagick7.spec +++ b/ImageMagick7.spec @@ -9,11 +9,14 @@ # Please preserve changelog entries # %global VER 7.1.0 -%global Patchlevel 20 +%global Patchlevel 22 %global incsuffixe -7 %global libsuffixe -7.Q16HDRI %bcond_without tests +# Disable automatic .la file removal +%global __brp_remove_la_files %nil + %global with_djvu 1 %global with_webp 1 %global with_jp2 1 @@ -51,8 +54,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: heic-el7.patch - BuildRequires: gcc BuildRequires: gcc-c++ %if 0%{?fedora} >= 27 || 0%{?rhel} >= 8 @@ -360,9 +361,6 @@ however. %prep %setup -q -n %{libname}-%{VER}-%{Patchlevel} -%if 0%{?rhel} == 7 -%patch0 -p1 -R -%endif # for %%doc mkdir Magick++/examples @@ -613,6 +611,9 @@ fi %changelog +* Mon Jan 31 2022 Remi Collet - 7.1.0.22-1 +- update to version 7.1.0 patch level 22 + * Mon Jan 24 2022 Remi Collet - 7.1.0.20-1 - update to version 7.1.0 patch level 20 - add weak dependencies on default fonts -- cgit