diff --git a/wine.changes b/wine.changes index f794823..a5a7d79 100644 --- a/wine.changes +++ b/wine.changes @@ -1,8 +1,75 @@ +------------------------------------------------------------------- +Fri Jan 27 20:23:03 UTC 2012 - meissner@suse.com + +- Updated to 1.4-rc1 release candidate (1.3.38_1.4rc1 for linearity) + - Improved crash dialog with support for saving the backtrace. + - Support for the Back button in built-in Internet Explorer. + - Keyboard accelerators can now be translated through po files. + - A number of installer fixes. + - Many translation updates and tweaks. + - Various bug fixes. + +------------------------------------------------------------------- +Thu Jan 26 22:00:45 UTC 2012 - meissner@suse.com + +- autogenerate baselibs.conf + +------------------------------------------------------------------- +Mon Jan 16 17:53:20 CET 2012 - meissner@suse.de + +- Updated to 1.3.36 development snapshot + - Completion of the DIB engine. + - Improvements to the C++ runtime. + - A number of fixes in the audio drivers. + - Unnecessary Direct3D options removed from WineCfg. + - Some fixes to the built-in Internet Explorer. + - Various bug fixes. +- packaging changed to use baselibs methods + +------------------------------------------------------------------- +Fri Dec 30 18:59:04 UTC 2011 - meissner@suse.com + +- Updated to 1.3.36 development snapshot + - UDisks backend for the dynamic device support. + - Polygons and geometric pens implemented in the DIB engine. + - JScript now compiles entire functions. + - Improved support for vertical fonts. + - A few more scripts in UniScribe. + - A bunch of ctype functions implemented in MSVCP. + - Various bug fixes. + ------------------------------------------------------------------- Wed Dec 21 10:51:39 UTC 2011 - coolo@suse.com - add autoconf as buildrequire to avoid implicit dependency +------------------------------------------------------------------- +Sat Dec 17 10:13:32 UTC 2011 - meissner@suse.com + +- Updated to 1.3.35 development snapshot + - Triangular gradients and cosmetic wide pens support in the DIB engine. + - All Wine dialogs can now be translated through po files. + - Many more scripts added to UniScribe. + - JScript using bytecode throughout now. + - Several MSXML improvements. + - Various bug fixes. + +------------------------------------------------------------------- +Fri Dec 2 23:39:07 CET 2011 - meissner@suse.de + +- Updated to 1.3.34 development snapshot + - Bytecode support in JavaScript. + - Support for gradients in the DIB engine. + - A number of Uniscribe improvements. + - Fixes for DirectDraw mode switching. + - A few more MSVC runtime functions. + - Various bug fixes. + +------------------------------------------------------------------- +Mon Nov 21 22:49:24 CET 2011 - meissner@suse.de + +- Remove -fomit-frame-pointer again. + ------------------------------------------------------------------- Fri Nov 18 21:51:53 CET 2011 - meissner@suse.de diff --git a/wine.spec b/wine.spec index 4bf77f3..167ae40 100644 --- a/wine.spec +++ b/wine.spec @@ -132,7 +132,7 @@ cp %{S:3} . %build cat VERSION %ifarch %ix86 -# e.g. Steam hates it. +# e.g. Steam and other copy protections hate removed %ebp. export RPM_OPT_FLAGS=`echo $RPM_OPT_FLAGS|sed -e 's/-fomit-frame-pointer//'` %endif # keep just for susepatches with configure changes