diff options
| -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  | 
