diff options
-rw-r--r-- | ImageMagick6.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/ImageMagick6.spec b/ImageMagick6.spec index 83c65d3..99321a5 100644 --- a/ImageMagick6.spec +++ b/ImageMagick6.spec @@ -9,7 +9,7 @@ # Please preserve changelog entries # %global VER 6.9.12 -%global Patchlevel 41 +%global Patchlevel 42 %global incsuffixe -6 %global libsuffixe -6.Q16 %bcond_without tests @@ -536,7 +536,7 @@ fi %{_mandir}/man1/%{libname}.* %files libs -%doc ChangeLog +%doc ChangeLog.md %doc README.txt LICENSE NOTICE AUTHORS.txt NEWS.txt %{_libdir}/libMagickCore%{?libsuffixe}.so.7* %{_libdir}/libMagickWand%{?libsuffixe}.so.7* @@ -622,6 +622,9 @@ fi %changelog +* Mon Mar 7 2022 Remi Collet <remi@remirepo.net> - 6.9.12.42-1 +- update to version 6.9.12 patch level 42 + * Tue Feb 22 2022 Remi Collet <remi@remirepo.net> - 6.9.12.41-1 - update to version 6.9.12 patch level 41 |