From 912059306ad4ba302286706bd1cc2c6c0fbedbc4 Mon Sep 17 00:00:00 2001 From: Hubbitus Date: May 16 2015 19:36:10 +0000 Subject: Enable back gcc arch optimization (drop --without-gcc-arch) #1213828 (#1214344) - GCC updated, problem should be gone. --- diff --git a/ImageMagick.spec b/ImageMagick.spec index d8ea512..c8b449a 100644 --- a/ImageMagick.spec +++ b/ImageMagick.spec @@ -2,15 +2,15 @@ %global Patchlevel 2 Name: ImageMagick -Version: %{VER}.%{Patchlevel} -Release: 2%{?dist} -Summary: An X application for displaying and manipulating images +Version: %{VER}.%{Patchlevel} +Release: 3%{?dist} +Summary: An X application for displaying and manipulating images Group: Applications/Multimedia -License: ImageMagick -Url: http://www.imagemagick.org/ -Source0: ftp://ftp.ImageMagick.org/pub/%{name}/%{name}-%{VER}-%{Patchlevel}.tar.xz +License: ImageMagick +Url: http://www.imagemagick.org/ +Source0: ftp://ftp.ImageMagick.org/pub/%{name}/%{name}-%{VER}-%{Patchlevel}.tar.xz -Requires: %{name}-libs = %{version}-%{release} +Requires: %{name}-libs = %{version}-%{release} BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: bzip2-devel, freetype-devel, libjpeg-devel, libpng-devel @@ -160,7 +160,6 @@ cp -p Magick++/demo/*.cpp Magick++/demo/*.miff Magick++/examples --with-perl-options="INSTALLDIRS=vendor %{?perl_prefix} CC='%__cc -L$PWD/magick/.libs' LDDLFLAGS='-shared -L$PWD/magick/.libs'" \ --without-dps \ --without-included-ltdl --with-ltdl-include=%{_includedir} \ - --without-gcc-arch \ --with-ltdl-lib=%{_libdir} # Disable rpath @@ -320,6 +319,9 @@ rm -rf %{buildroot} %doc PerlMagick/demo/ PerlMagick/Changelog PerlMagick/README.txt %changelog +* Sat May 16 2015 Pavel Alexeev - 6.9.1.2-3 +- Enable back gcc arch optimization (drop --without-gcc-arch) #1213828 (#1214344) - GCC updated, problem should be gone. + * Sat May 02 2015 Kalev Lember - 6.9.1.2-2 - Disable gcc arch optimization (#1213828)