From 7a1a0b43390de49b226238dde37a2e38d13389ab0dbe327823e88518ee70c442 Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Mon, 13 Dec 2010 12:14:28 +0000 Subject: [PATCH 1/3] Updating link to change in openSUSE:Factory/wine revision 87.0 OBS-URL: https://build.opensuse.org/package/show/Emulators/wine?expand=0&rev=a6ae4dbe9d897c0cd6aa5b1f804ecb55 --- wine.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wine.spec b/wine.spec index 9cdc5ab..20931a4 100644 --- a/wine.spec +++ b/wine.spec @@ -1,5 +1,5 @@ # -# spec file for package wine (Version 1.3.3) +# spec file for package wine (Version 1.3.9) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # From 2c921b46d546ad64b04ded664869d36e79942d84ef3b7f85c16715f1a4d12628 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Mon, 3 Jan 2011 13:24:17 +0000 Subject: [PATCH 2/3] - little fix for PowerPC build. OBS-URL: https://build.opensuse.org/package/show/Emulators/wine?expand=0&rev=76 --- wine.changes | 5 +++++ wine.spec | 3 +++ 2 files changed, 8 insertions(+) diff --git a/wine.changes b/wine.changes index 69ba179..2477df9 100644 --- a/wine.changes +++ b/wine.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jan 3 13:23:21 UTC 2011 - meissner@novell.com + +- little fix for PowerPC build. + ------------------------------------------------------------------- Sat Dec 11 09:30:57 CET 2010 - meissner@suse.de diff --git a/wine.spec b/wine.spec index 20931a4..075b021 100644 --- a/wine.spec +++ b/wine.spec @@ -219,6 +219,9 @@ rm -rf $RPM_BUILD_ROOT %ifarch x86_64 /usr/bin/wine64 %endif +%ifarch ppc +/usr/bin/wine +%endif %{_libdir}/lib* %dir %{_libdir}/wine %{_libdir}/wine/*.so From 4ddca729f3107516661e4d2713d8c7b114c07be75a6868a654ecf9c04b37de40 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Mon, 3 Jan 2011 13:32:07 +0000 Subject: [PATCH 3/3] - Updated to 1.3.10 development snapshot - Support for notification balloons in system tray. - Obsolete AudioIO sound driver removed. - More work on ActiveX support. - Various MSI fixes. - Preloader now used for 64-bit too. - Translation updates. - Various bug fixes. OBS-URL: https://build.opensuse.org/package/show/Emulators/wine?expand=0&rev=77 --- wine-1.3.10.tar.bz2 | 3 +++ wine-1.3.9.tar.bz2 | 3 --- wine.changes | 12 ++++++++++++ wine.spec | 3 ++- 4 files changed, 17 insertions(+), 4 deletions(-) create mode 100644 wine-1.3.10.tar.bz2 delete mode 100644 wine-1.3.9.tar.bz2 diff --git a/wine-1.3.10.tar.bz2 b/wine-1.3.10.tar.bz2 new file mode 100644 index 0000000..5d34417 --- /dev/null +++ b/wine-1.3.10.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2252269f2730427f65b379a1d6a183dce260e54325f141a68dbbe5e86bd69440 +size 18366233 diff --git a/wine-1.3.9.tar.bz2 b/wine-1.3.9.tar.bz2 deleted file mode 100644 index f425a95..0000000 --- a/wine-1.3.9.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8858f7fe2df6114c2f26d4493b5c9c031634d056cef4fb6ae2e9c843e8e6d276 -size 18378590 diff --git a/wine.changes b/wine.changes index 2477df9..79d812a 100644 --- a/wine.changes +++ b/wine.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Mon Jan 3 14:30:52 CET 2011 - meissner@suse.de + +- Updated to 1.3.10 development snapshot + - Support for notification balloons in system tray. + - Obsolete AudioIO sound driver removed. + - More work on ActiveX support. + - Various MSI fixes. + - Preloader now used for 64-bit too. + - Translation updates. + - Various bug fixes. + ------------------------------------------------------------------- Mon Jan 3 13:23:21 UTC 2011 - meissner@novell.com diff --git a/wine.spec b/wine.spec index 075b021..c1924e8 100644 --- a/wine.spec +++ b/wine.spec @@ -30,7 +30,7 @@ BuildRequires: gstreamer-0_10-plugins-base-devel License: LGPLv2.1+ Group: System/Emulators/PC AutoReqProv: on -Version: 1.3.9 +Version: 1.3.10 Release: 1 Summary: An MS Windows Emulator Url: http://www.winehq.com @@ -218,6 +218,7 @@ rm -rf $RPM_BUILD_ROOT %endif %ifarch x86_64 /usr/bin/wine64 +/usr/bin/wine64-preloader %endif %ifarch ppc /usr/bin/wine