From 3c96150653b45a59d285c430cdc8600cdf2ccf81 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 20 Jun 2022 07:34:55 +0200 Subject: update to version 7.1.0 patch level 38 --- ImageMagick7.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'ImageMagick7.spec') diff --git a/ImageMagick7.spec b/ImageMagick7.spec index 808cb75..67720ed 100644 --- a/ImageMagick7.spec +++ b/ImageMagick7.spec @@ -9,7 +9,7 @@ # Please preserve changelog entries # %global VER 7.1.0 -%global Patchlevel 37 +%global Patchlevel 38 %global incsuffixe -7 %global libsuffixe -7.Q16HDRI %bcond_without tests @@ -52,7 +52,8 @@ License: ImageMagick Url: http://www.imagemagick.org/ #Source0: ftp://ftp.ImageMagick.org/pub/ImageMagick/ImageMagick-%%{VER}-%%{Patchlevel}.tar.xz #Source0: ftp://ftp.imagemagick.org/pub/ImageMagick/releases/ImageMagick-%%{VER}-%%{Patchlevel}.tar.xz -Source0: https://www.imagemagick.org/download/ImageMagick-%{VER}-%{Patchlevel}.tar.xz +#Source0: https://www.imagemagick.org/download/ImageMagick-%%{VER}-%%{Patchlevel}.tar.xz +Source0: https://imagemagick.org/archive/ImageMagick-%{VER}-%{Patchlevel}.tar.xz BuildRequires: gcc BuildRequires: gcc-c++ @@ -614,6 +615,9 @@ fi %changelog +* Mon Jun 20 2022 Remi Collet - 7.1.0.38-1 +- update to version 7.1.0 patch level 38 + * Tue Jun 7 2022 Remi Collet - 7.1.0.37-1 - update to version 7.1.0 patch level 37 -- cgit