diff options
Diffstat (limited to 'ImageMagick6.spec')
-rw-r--r-- | ImageMagick6.spec | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/ImageMagick6.spec b/ImageMagick6.spec index baeb522..fbf31a3 100644 --- a/ImageMagick6.spec +++ b/ImageMagick6.spec @@ -9,11 +9,14 @@ # Please preserve changelog entries # %global VER 6.9.12 -%global Patchlevel 35 +%global Patchlevel 37 %global incsuffixe -6 %global libsuffixe -6.Q16 %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 @@ -57,8 +60,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: heic-el7.patch - BuildRequires: gcc BuildRequires: gcc-c++ %if 0%{?fedora} >= 27 || 0%{?rhel} >= 8 @@ -363,9 +364,6 @@ however. %prep %setup -q -n %{libname}-%{VER}-%{Patchlevel} -%if 0%{?rhel} == 7 -%patch0 -p1 -R -%endif # for %%doc mkdir Magick++/examples @@ -624,6 +622,9 @@ fi %changelog +* Mon Jan 31 2022 Remi Collet <remi@remirepo.net> - 6.9.12.37-1 +- update to version 6.9.12 patch level 37 + * Mon Jan 24 2022 Remi Collet <remi@remirepo.net> - 6.9.12.35-1 - update to version 6.9.12 patch level 35 - add weak dependencies on default fonts |