diff options
author | Remi Collet <remi@remirepo.net> | 2023-12-04 09:09:37 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-12-04 09:09:37 +0100 |
commit | 53aaae1dc6d5b411a6237499977a8a2dde4a33b0 (patch) | |
tree | 29a73dd5390cd973b27ec51efec4ab01fc67efb6 | |
parent | ebcc7e411a8041581238ddba144ac50f0233347d (diff) |
update to version 6.9.13
-rw-r--r-- | ImageMagick6.spec | 9 |
1 files changed, 7 insertions, 2 deletions
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 <remi@remirepo.net> - 6.9.13.0-1 +- update to version 6.9.13 + * Tue Oct 10 2023 Remi Collet <remi@remirepo.net> - 6.9.12.98-1 - update to version 6.9.12 patch level 98 |