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)