From b06fd014a82876cf8e371ed0f73e21bd34d5f798 Mon Sep 17 00:00:00 2001 From: Nils Philippsen Date: Fri, 13 May 2005 07:31:03 +0000 Subject: [PATCH] fix cpuinstructionset patch so that it actually uses CPU-specific optimizations --- gimp.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/gimp.spec b/gimp.spec index 61e7308..0be3e1a 100644 --- a/gimp.spec +++ b/gimp.spec @@ -14,7 +14,7 @@ Version: 2.2.7 %define minorver 200 %define microver %(ver=%{version}; echo ${ver##*.*.}) #define prever pre2 -Release: %{?prever:0.0.%{prever}.}2 +Release: %{?prever:0.0.%{prever}.}3 Epoch: 2 License: GPL, LGPL Group: Applications/Multimedia @@ -315,6 +315,10 @@ fi %{_libdir}/pkgconfig/* %changelog +* Fri May 13 2005 Nils Philippsen +- fix cpuinstructionset patch so that it actually uses CPU-specific + optimizations + * Wed May 11 2005 Nils Philippsen - use -mmmx/sse/sse2/... only for the relevant source files so that extended instruction sets only get used on suitable CPUs (#157409)