This commit is contained in:
parent
913cd6823b
commit
35a60d43ef
10
wine-assert.patch
Normal file
10
wine-assert.patch
Normal file
@ -0,0 +1,10 @@
|
||||
--- dlls/winealsa.drv/dsoutput.c
|
||||
+++ dlls/winealsa.drv/dsoutput.c
|
||||
@@ -45,6 +45,7 @@
|
||||
#ifdef HAVE_SYS_MMAN_H
|
||||
# include <sys/mman.h>
|
||||
#endif
|
||||
+#include <assert.h>
|
||||
#include "windef.h"
|
||||
#include "winbase.h"
|
||||
#include "wingdi.h"
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 31 02:04:21 CET 2007 - ro@suse.de
|
||||
|
||||
- include assert.h for alsa source
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 26 20:55:25 CEST 2007 - meissner@suse.de
|
||||
|
||||
|
@ -16,13 +16,14 @@ License: LGPL v2.1 or later
|
||||
Group: System/Emulators/PC
|
||||
AutoReqProv: on
|
||||
Version: 0.9.48
|
||||
Release: 1
|
||||
Release: 3
|
||||
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
|
||||
@ -54,6 +55,7 @@ libraries.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch
|
||||
#
|
||||
cp %{S:3} .
|
||||
#
|
||||
@ -114,6 +116,8 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_libdir}/wine/*.a
|
||||
/usr/share/aclocal/wine.m4
|
||||
%changelog
|
||||
* Wed Oct 31 2007 - ro@suse.de
|
||||
- include assert.h for alsa source
|
||||
* Fri Oct 26 2007 - meissner@suse.de
|
||||
- Upgraded to upstream 0.9.48:
|
||||
- Still more fixes for regression test failures.
|
||||
|
Loading…
x
Reference in New Issue
Block a user