diff options
-rw-r--r-- | ImageMagick7.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/ImageMagick7.spec b/ImageMagick7.spec index f76d93b..f60e45e 100644 --- a/ImageMagick7.spec +++ b/ImageMagick7.spec @@ -9,7 +9,7 @@ # Please preserve changelog entries # %global VER 7.1.0 -%global Patchlevel 45 +%global Patchlevel 46 %global incsuffixe -7 %global libsuffixe -7.Q16HDRI %bcond_without tests @@ -440,7 +440,7 @@ export CFLAGS="%{optflags} -DIMPNG_SETJMP_IS_THREAD_SAFE" --without-gcc-arch # Do *NOT* use %%{?_smp_mflags}, this causes PerlMagick to be silently misbuild -make +make %{?_smp_mflags} # Generate API docs make html-local @@ -615,6 +615,9 @@ fi %changelog +* Thu Aug 18 2022 Remi Collet <remi@remirepo.net> - 7.1.0.46-1 +- update to version 7.1.0 patch level 46 + * Mon Aug 1 2022 Remi Collet <remi@remirepo.net> - 7.1.0.45-1 - update to version 7.1.0 patch level 45 |