diff options
Diffstat (limited to 'ImageMagick7.spec')
-rw-r--r-- | ImageMagick7.spec | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/ImageMagick7.spec b/ImageMagick7.spec index d1e33cc..f94d0c2 100644 --- a/ImageMagick7.spec +++ b/ImageMagick7.spec @@ -9,7 +9,7 @@ # Please preserve changelog entries # %global VER 7.0.7 -%global Patchlevel 23 +%global Patchlevel 24 %global incsuffixe -7 %global libsuffixe -7.Q16HDRI %global with_tests 0%{!?_without_tests:1} @@ -465,6 +465,7 @@ fi %if 0%{?fedora} < 28 && 0%{?rhel} < 8 %post -p /sbin/ldconfig %post c++ -p /sbin/ldconfig + %postun -p /sbin/ldconfig %postun c++ -p /sbin/ldconfig %endif @@ -546,6 +547,9 @@ fi %changelog +* Mon Feb 26 2018 Remi Collet <remi@remirepo.net> - 7.0.7.24-1 +- update to version 7.0.7 patch level 24 + * Tue Feb 20 2018 Remi Collet <remi@remirepo.net> - 7.0.7.23-1 - update to version 7.0.7 patch level 23 |