SHA256
1
0
forked from pool/wine
OBS User unknown 2007-11-12 21:02:42 +00:00 committed by Git OBS Bridge
parent 35a60d43ef
commit 217b26f38e
5 changed files with 25 additions and 18 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:088469d06a1e4bf72d84cedf8ac6499cf00e1fd8bd10398d914edc9d94d1f384
size 12763565

3
wine-0.9.49.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:843edd7d3bb5e48928ca5a73a877c6f5e984d7e13e47c3ed539b43023ab82515
size 12903071

View File

@ -1,10 +0,0 @@
--- 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"

View File

@ -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

View File

@ -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