diff options
-rw-r--r-- | ImageMagick7.spec | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/ImageMagick7.spec b/ImageMagick7.spec index 7d3a85b..86065ad 100644 --- a/ImageMagick7.spec +++ b/ImageMagick7.spec @@ -9,7 +9,7 @@ # Please preserve changelog entries # %global VER 7.0.8 -%global Patchlevel 3 +%global Patchlevel 4 %global incsuffixe -7 %global libsuffixe -7.Q16HDRI %global with_tests 0%{!?_without_tests:1} @@ -66,7 +66,8 @@ Summary: An X application for displaying and manipulating images Group: Applications/Multimedia 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/ImageMagick-%%{VER}-%%{Patchlevel}.tar.xz +Source0: ftp://ftp.imagemagick.org/pub/ImageMagick/releases/ImageMagick-%{VER}-%{Patchlevel}.tar.xz BuildRequires: gcc BuildRequires: gcc-c++ @@ -547,6 +548,9 @@ fi %changelog +* Wed Jul 4 2018 Remi Collet <remi@remirepo.net> - 7.0.8.4-1 +- update to version 7.0.8 patch level 4 + * Mon Jun 25 2018 Remi Collet <remi@remirepo.net> - 7.0.8.3-1 - update to version 7.0.8 patch level 3 |