diff options
author | Remi Collet <remi@remirepo.net> | 2022-06-20 07:57:40 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-06-20 07:57:40 +0200 |
commit | bec4d462e46ddbaf5df37b09053ce1540d9c16b1 (patch) | |
tree | fc859a4d398598a1848d515c730d3c6264df35b1 | |
parent | 92c673a0782fe45749b7d18bc72cbfcc6eaae8e5 (diff) |
update to version 6.9.12 patch level 53
-rw-r--r-- | ImageMagick6.spec | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/ImageMagick6.spec b/ImageMagick6.spec index 00251e1..3321e79 100644 --- a/ImageMagick6.spec +++ b/ImageMagick6.spec @@ -9,7 +9,7 @@ # Please preserve changelog entries # %global VER 6.9.12 -%global Patchlevel 52 +%global Patchlevel 53 %global incsuffixe -6 %global libsuffixe -6.Q16 %bcond_without tests @@ -58,7 +58,8 @@ Summary: An X application for displaying and manipulating images License: ImageMagick 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 +#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++ @@ -627,6 +628,9 @@ fi %changelog +* Mon Jun 20 2022 Remi Collet <remi@remirepo.net> - 6.9.12.53-1 +- update to version 6.9.12 patch level 53 + * Tue Jun 7 2022 Remi Collet <remi@remirepo.net> - 6.9.12.52-1 - update to version 6.9.12 patch level 52 |