From b608cd1333b028b111d0ead123c0d3d281547d3b Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 1 Dec 2016 05:46:24 -0600 Subject: [PATCH] drop BUILD_FOR_SSE on i686 (#1400481) --- lensfun.spec | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/lensfun.spec b/lensfun.spec index 2998667..5baf656 100644 --- a/lensfun.spec +++ b/lensfun.spec @@ -1,17 +1,15 @@ %global sse -DBUILD_FOR_SSE:BOOL=OFF %global sse2 -DBUILD_FOR_SSE2:BOOL=OFF -%ifarch %{ix86} x86_64 -%global sse -DBUILD_FOR_SSE:BOOL=ON -%endif %ifarch x86_64 +%global sse -DBUILD_FOR_SSE:BOOL=ON %global sse2 -DBUILD_FOR_SSE2:BOOL=ON %endif Name: lensfun Version: 0.3.2 Summary: Library to rectify defects introduced by photographic lenses -Release: 2%{?dist} +Release: 3%{?dist} License: LGPLv3 and CC-BY-SA URL: http://lensfun.sourceforge.net/ @@ -122,6 +120,9 @@ popd %changelog +* Thu Dec 01 2016 Rex Dieter - 0.3.2-3 +- drop BUILD_FOR_SSE on i686 (#1400481) + * Thu Feb 04 2016 Fedora Release Engineering - 0.3.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild