OBS User unknown
2009-01-12 17:23:01 +00:00
committed by Git OBS Bridge
parent 94fcf4bf14
commit 00bf61a8f8
5 changed files with 310 additions and 104 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package wine (Version 1.1.9)
# spec file for package wine (Version 1.1.12)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -23,7 +23,7 @@ BuildRequires: alsa-devel bison capi4linux-devel cups-devel desktop-file-utils
License: LGPL v2.1 or later
Group: System/Emulators/PC
AutoReqProv: on
Version: 1.1.9
Version: 1.1.12
Release: 1
Summary: An MS Windows Emulator
Url: http://www.winehq.com
@@ -125,6 +125,33 @@ rm -rf $RPM_BUILD_ROOT
/usr/share/aclocal/wine.m4
%changelog
* Fri Jan 02 2009 meissner@suse.de
- Updated to upstream 1.1.12
- Some simple 64-bit apps should now run.
- Support for subpixel font rendering.
- 64-bit code generation in the IDL compiler.
- New version of the Gecko engine.
- Various bug fixes.
- updated winetricks
* Sat Dec 20 2008 meissner@suse.de
- Updated to upstream 1.1.11
- Numerous fixes for IE7 support.
- Support for 64-bit cross-compile using Mingw64.
- User interface support for crypto certificates.
- Better support for MSI installation patches.
- Various Direct3D optimizations.
- Various bug fixes.
* Fri Dec 05 2008 meissner@suse.de
- Updated to upstream 1.1.10
- Support for virtual memory write watches.
- Workarounds for the WINAPI compiler bug on Mac OS.
- Several fixes for the 64-bit build.
- Some more GdiPlus functions.
- Various bug fixes.
* Fri Nov 28 2008 meissner@suse.de
- new winetricks
- loaders for mono20, ole2, msmask, ie6
- bugfixes for directx9
* Mon Nov 24 2008 meissner@suse.de
- Updated to upstream 1.1.9
- A large number of regression test fixes.