From 217b26f38e0391dced732a12ade792639db8dc0954256d38ec169193711daa75 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Mon, 12 Nov 2007 21:02:42 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wine?expand=0&rev=24 --- wine-0.9.48.tar.bz2 | 3 --- wine-0.9.49.tar.bz2 | 3 +++ wine-assert.patch | 10 ---------- wine.changes | 11 +++++++++++ wine.spec | 16 +++++++++++----- 5 files changed, 25 insertions(+), 18 deletions(-) delete mode 100644 wine-0.9.48.tar.bz2 create mode 100644 wine-0.9.49.tar.bz2 delete mode 100644 wine-assert.patch diff --git a/wine-0.9.48.tar.bz2 b/wine-0.9.48.tar.bz2 deleted file mode 100644 index 6c48c5f..0000000 --- a/wine-0.9.48.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:088469d06a1e4bf72d84cedf8ac6499cf00e1fd8bd10398d914edc9d94d1f384 -size 12763565 diff --git a/wine-0.9.49.tar.bz2 b/wine-0.9.49.tar.bz2 new file mode 100644 index 0000000..48540ae --- /dev/null +++ b/wine-0.9.49.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:843edd7d3bb5e48928ca5a73a877c6f5e984d7e13e47c3ed539b43023ab82515 +size 12903071 diff --git a/wine-assert.patch b/wine-assert.patch deleted file mode 100644 index 119aabd..0000000 --- a/wine-assert.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- dlls/winealsa.drv/dsoutput.c -+++ dlls/winealsa.drv/dsoutput.c -@@ -45,6 +45,7 @@ - #ifdef HAVE_SYS_MMAN_H - # include - #endif -+#include - #include "windef.h" - #include "winbase.h" - #include "wingdi.h" diff --git a/wine.changes b/wine.changes index 01070eb..d6a5c55 100644 --- a/wine.changes +++ b/wine.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Sat Nov 10 00:05:10 CET 2007 - meissner@suse.de + +- Upgraded to upstream 0.9.49: + - Many copy protection fixes. + - GLSL is now the default for Direct3D. + - Lots of memory errors fixed thanks to Valgrind. + - Support for TOPMOST windows. + - Beginnings of an inetcomm dll implementation. + - Lots of bug fixes. + ------------------------------------------------------------------- Wed Oct 31 02:04:21 CET 2007 - ro@suse.de diff --git a/wine.spec b/wine.spec index 73f5729..709506b 100644 --- a/wine.spec +++ b/wine.spec @@ -1,5 +1,5 @@ # -# spec file for package wine (Version 0.9.48) +# spec file for package wine (Version 0.9.49) # # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -15,15 +15,14 @@ BuildRequires: alsa-devel audiofile bison capi4linux-devel cups-devel desktop-f License: LGPL v2.1 or later Group: System/Emulators/PC AutoReqProv: on -Version: 0.9.48 -Release: 3 +Version: 0.9.49 +Release: 1 Summary: An MS Windows Emulator Url: http://www.winehq.com Source0: wine-%version.tar.bz2 Source1: http://kegel.com/wine/winetricks Source3: README.SuSE Source4: wine.desktop -Patch: wine-assert.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -55,7 +54,6 @@ libraries. %prep %setup -q -%patch # cp %{S:3} . # @@ -116,6 +114,14 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/wine/*.a /usr/share/aclocal/wine.m4 %changelog +* Sat Nov 10 2007 - meissner@suse.de +- Upgraded to upstream 0.9.49: + - Many copy protection fixes. + - GLSL is now the default for Direct3D. + - Lots of memory errors fixed thanks to Valgrind. + - Support for TOPMOST windows. + - Beginnings of an inetcomm dll implementation. + - Lots of bug fixes. * Wed Oct 31 2007 - ro@suse.de - include assert.h for alsa source * Fri Oct 26 2007 - meissner@suse.de