diff options
| -rw-r--r-- | ImageMagick7.spec | 11 | 
1 files changed, 8 insertions, 3 deletions
diff --git a/ImageMagick7.spec b/ImageMagick7.spec index 7608aff..a00e463 100644 --- a/ImageMagick7.spec +++ b/ImageMagick7.spec @@ -9,7 +9,7 @@  # Please preserve changelog entries  #  %global VER        7.0.11 -%global Patchlevel 13 +%global Patchlevel 14  %global incsuffixe -7  %global libsuffixe -7.Q16HDRI  %bcond_without tests @@ -520,8 +520,8 @@ fi  %files libs  %doc ChangeLog  %doc README.txt LICENSE NOTICE AUTHORS.txt NEWS.txt -%{_libdir}/libMagickCore%{?libsuffixe}.so.9* -%{_libdir}/libMagickWand%{?libsuffixe}.so.9* +%{_libdir}/libMagickCore%{?libsuffixe}.so.10* +%{_libdir}/libMagickWand%{?libsuffixe}.so.10*  %{_libdir}/%{libname}-%{VER}  %if %{move}  %dir %{_datadir}/%{name} @@ -596,6 +596,11 @@ fi  %changelog +* Tue Jun  1 2021 Remi Collet <remi@remirepo.net> - 7.0.11.14-1 +- update to version 7.0.11 patch level 14 +- libMagickCore soname bump to 10 +- libMagickWand soname bump to 10 +  * Wed May 19 2021 Remi Collet <remi@remirepo.net> - 7.0.11.13-1  - update to version 7.0.11 patch level 13  | 
