From 53aaae1dc6d5b411a6237499977a8a2dde4a33b0 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 4 Dec 2023 09:09:37 +0100 Subject: update to version 6.9.13 --- ImageMagick6.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'ImageMagick6.spec') diff --git a/ImageMagick6.spec b/ImageMagick6.spec index f5dd250..c95b970 100644 --- a/ImageMagick6.spec +++ b/ImageMagick6.spec @@ -8,8 +8,8 @@ # # Please preserve changelog entries # -%global VER 6.9.12 -%global Patchlevel 98 +%global VER 6.9.13 +%global Patchlevel 0 %global incsuffixe -6 %global libsuffixe -6.Q16 %bcond_without tests @@ -138,6 +138,7 @@ BuildRequires: libraqm-devel %if %{with_lqr} BuildRequires: liblqr-1-devel %endif +BuildRequires: libgomp Requires: %{name}-libs%{?_isa} = %{epoch}:%{version}-%{release} Obsoletes: ImageMagick-last < %{epoch}:%{version} @@ -457,6 +458,7 @@ export CFLAGS="%{optflags} -DIMPNG_SETJMP_IS_THREAD_SAFE" --datadir=%{_datadir}/%{name} \ --sysconfdir=%{_sysconfdir}/%{name} \ %endif + --enable-openmp \ --without-gcc-arch # Do *NOT* use %%{?_smp_mflags}, this causes PerlMagick to be silently misbuild @@ -643,6 +645,9 @@ fi %changelog +* Mon Dec 4 2023 Remi Collet - 6.9.13.0-1 +- update to version 6.9.13 + * Tue Oct 10 2023 Remi Collet - 6.9.12.98-1 - update to version 6.9.12 patch level 98 -- cgit