diff options
-rw-r--r-- | ImageMagick7.spec | 8 |
1 files changed, 6 insertions, 2 deletions
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 <remi@remirepo.net> - 7.1.0.38-1 +- update to version 7.1.0 patch level 38 + * Tue Jun 7 2022 Remi Collet <remi@remirepo.net> - 7.1.0.37-1 - update to version 7.1.0 patch level 37 |