From 2750861c820481006fa62ad9cee1f284b3b9a14c3c6ef733b76bf4ef7311996c Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Tue, 4 Oct 2011 08:08:35 +0000 Subject: [PATCH 1/3] - recommend dosbox as it is used when vm86 is not present. OBS-URL: https://build.opensuse.org/package/show/Emulators/wine?expand=0&rev=111 --- wine.changes | 5 +++++ wine.spec | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/wine.changes b/wine.changes index 8f3d20c..594ab3c 100644 --- a/wine.changes +++ b/wine.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Oct 4 10:08:01 CEST 2011 - meissner@suse.de + +- recommend dosbox as it is used when vm86 is not present. + ------------------------------------------------------------------- Sun Sep 25 09:59:25 CEST 2011 - meissner@suse.de diff --git a/wine.spec b/wine.spec index 09bcd4e..6911263 100644 --- a/wine.spec +++ b/wine.spec @@ -48,7 +48,9 @@ Source5: ubuntuwine.tar.bz2 # SUSE specific patches # - currently none, but add them here Patch0: susepatches.patch -Recommends: wine-gecko wine-mp3 +Recommends: wine-gecko +Recommends: wine-mp3 +Recommends: dosbox Conflicts: wine-gecko < 1.3 %ifarch %ix86 x86_64 From e38cf54f9e4649ca7a6334b451db5c4321495135bdbabb6f770f7f08c11d92a3 Mon Sep 17 00:00:00 2001 From: Ulrich Hecht Date: Mon, 17 Oct 2011 12:01:13 +0000 Subject: [PATCH 2/3] Accepting request 88004 from home:aturrini:branches:Emulators Fixed typo in wine.spec OBS-URL: https://build.opensuse.org/request/show/88004 OBS-URL: https://build.opensuse.org/package/show/Emulators/wine?expand=0&rev=112 --- wine.changes | 5 +++++ wine.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/wine.changes b/wine.changes index 594ab3c..3b174b4 100644 --- a/wine.changes +++ b/wine.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Oct 15 10:40:45 UTC 2011 - andrea.turrini@gmail.com + +- fixed typo in wine.spec + ------------------------------------------------------------------- Tue Oct 4 10:08:01 CEST 2011 - meissner@suse.de diff --git a/wine.spec b/wine.spec index 6911263..5229dbe 100644 --- a/wine.spec +++ b/wine.spec @@ -95,7 +95,7 @@ Requires: libgnutls.so.28 %endif %description 32bit -This package contains the 32bit runtime environmnent (libraries, DLLs, EXEs) of Wine. +This package contains the 32bit runtime environment (libraries, DLLs, EXEs) of Wine. It is required to run Win32 binaries. It requires either the 32bit or 64bit "wine" environment to work. %endif From 383ef7b3097ac2c2056c95266a576924dd151cc6d50a425a82032b03ff068309 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Tue, 18 Oct 2011 15:45:57 +0000 Subject: [PATCH 3/3] - Updated to 1.3.30 development snapshot - DirectSound reimplemented on top of MMDevAPI. - Support for StretchBlt in the DIB engine. - User interface improvements in HTML help. - Some MSXML fixes. - Performance improvements in cmd. - Various bug fixes. OBS-URL: https://build.opensuse.org/package/show/Emulators/wine?expand=0&rev=113 --- wine-1.3.29.tar.bz2 | 3 --- wine-1.3.30.tar.bz2 | 3 +++ wine.changes | 11 +++++++++++ wine.spec | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) delete mode 100644 wine-1.3.29.tar.bz2 create mode 100644 wine-1.3.30.tar.bz2 diff --git a/wine-1.3.29.tar.bz2 b/wine-1.3.29.tar.bz2 deleted file mode 100644 index 28e23aa..0000000 --- a/wine-1.3.29.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d404581c3a1cf4220384630b3cf162af20e652fd124e9e3c42556ebdca1a180f -size 19641936 diff --git a/wine-1.3.30.tar.bz2 b/wine-1.3.30.tar.bz2 new file mode 100644 index 0000000..499e1f1 --- /dev/null +++ b/wine-1.3.30.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d12c9e1f10576fce54a8a4d62aa1534f5891e4e2b762c7e6cdbe572c919e3924 +size 19662333 diff --git a/wine.changes b/wine.changes index 3b174b4..26fb8e1 100644 --- a/wine.changes +++ b/wine.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Tue Oct 18 17:45:28 CEST 2011 - meissner@suse.de + +- Updated to 1.3.30 development snapshot + - DirectSound reimplemented on top of MMDevAPI. + - Support for StretchBlt in the DIB engine. + - User interface improvements in HTML help. + - Some MSXML fixes. + - Performance improvements in cmd. + - Various bug fixes. + ------------------------------------------------------------------- Sat Oct 15 10:40:45 UTC 2011 - andrea.turrini@gmail.com diff --git a/wine.spec b/wine.spec index 5229dbe..52fa331 100644 --- a/wine.spec +++ b/wine.spec @@ -34,7 +34,7 @@ BuildRequires: gstreamer-0_10-plugins-base-devel License: LGPLv2.1+ Group: System/Emulators/PC AutoReqProv: on -Version: 1.3.29 +Version: 1.3.30 Release: 1 Summary: An MS Windows Emulator Url: http://www.winehq.com