diff options
Diffstat (limited to 'ImageMagick6.spec')
-rw-r--r-- | ImageMagick6.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/ImageMagick6.spec b/ImageMagick6.spec index 56445f1..972e80f 100644 --- a/ImageMagick6.spec +++ b/ImageMagick6.spec @@ -9,7 +9,7 @@ # Please preserve changelog entries # %global VER 6.9.12 -%global Patchlevel 60 +%global Patchlevel 61 %global incsuffixe -6 %global libsuffixe -6.Q16 %bcond_without tests @@ -445,7 +445,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 @@ -628,6 +628,9 @@ fi %changelog +* Thu Aug 18 2022 Remi Collet <remi@remirepo.net> - 6.9.12.61-1 +- update to version 6.9.12 patch level 61 + * Mon Aug 1 2022 Remi Collet <remi@remirepo.net> - 6.9.12.60-1 - update to version 6.9.12 patch level 60 |