This commit is contained in:
parent
35a60d43ef
commit
217b26f38e
@ -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
3
wine-0.9.49.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:843edd7d3bb5e48928ca5a73a877c6f5e984d7e13e47c3ed539b43023ab82515
|
||||||
|
size 12903071
|
@ -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"
|
|
11
wine.changes
11
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
|
Wed Oct 31 02:04:21 CET 2007 - ro@suse.de
|
||||||
|
|
||||||
|
16
wine.spec
16
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.
|
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# 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
|
License: LGPL v2.1 or later
|
||||||
Group: System/Emulators/PC
|
Group: System/Emulators/PC
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Version: 0.9.48
|
Version: 0.9.49
|
||||||
Release: 3
|
Release: 1
|
||||||
Summary: An MS Windows Emulator
|
Summary: An MS Windows Emulator
|
||||||
Url: http://www.winehq.com
|
Url: http://www.winehq.com
|
||||||
Source0: wine-%version.tar.bz2
|
Source0: wine-%version.tar.bz2
|
||||||
Source1: http://kegel.com/wine/winetricks
|
Source1: http://kegel.com/wine/winetricks
|
||||||
Source3: README.SuSE
|
Source3: README.SuSE
|
||||||
Source4: wine.desktop
|
Source4: wine.desktop
|
||||||
Patch: wine-assert.patch
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -55,7 +54,6 @@ libraries.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch
|
|
||||||
#
|
#
|
||||||
cp %{S:3} .
|
cp %{S:3} .
|
||||||
#
|
#
|
||||||
@ -116,6 +114,14 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/wine/*.a
|
%{_libdir}/wine/*.a
|
||||||
/usr/share/aclocal/wine.m4
|
/usr/share/aclocal/wine.m4
|
||||||
%changelog
|
%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
|
* Wed Oct 31 2007 - ro@suse.de
|
||||||
- include assert.h for alsa source
|
- include assert.h for alsa source
|
||||||
* Fri Oct 26 2007 - meissner@suse.de
|
* Fri Oct 26 2007 - meissner@suse.de
|
||||||
|
Loading…
Reference in New Issue
Block a user