This commit is contained in:
parent
7b2e0c36d6
commit
96186ba3b4
@ -16,7 +16,7 @@ The wine config has been changed:
|
|||||||
directly by editing system.reg or user.reg, "wine regedit.exe" or
|
directly by editing system.reg or user.reg, "wine regedit.exe" or
|
||||||
with the graphical configuration frontend "winecfg".
|
with the graphical configuration frontend "winecfg".
|
||||||
|
|
||||||
3. Drives are now configured by symlinking in ~/.wine/dosdevices/
|
3. Drives and Devices are configured by symlinking in ~/.wine/dosdevices/
|
||||||
|
|
||||||
4. You have to set the WINEPREFIX variable to the wine base dir.
|
4. You have to set the WINEPREFIX variable to the wine base dir.
|
||||||
Default is ~/.wine/
|
Default is ~/.wine/
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:8727e3ceef513cdb1eca7a21f3370d5a050311637eedc4fe76194db845b4c13a
|
|
||||||
size 12205420
|
|
3
wine-0.9.42.tar.bz2
Normal file
3
wine-0.9.42.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:39cb30560389e5ad4d425ddaa91a9fd8b0cb38723de65b15796224a3f7ef67f8
|
||||||
|
size 12299865
|
11
wine.changes
11
wine.changes
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jul 30 11:35:52 CEST 2007 - meissner@suse.de
|
||||||
|
|
||||||
|
- Upgraded to upstream 0.9.42:
|
||||||
|
- Support for activation contexts and side-by-side assemblies.
|
||||||
|
- Many more gdiplus functions.
|
||||||
|
- More messaging support in crypt32.dll.
|
||||||
|
- Many HTTP protocol handling fixes.
|
||||||
|
- Lots of bug fixes.
|
||||||
|
- updated README a bit
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jul 16 10:24:42 CEST 2007 - meissner@suse.de
|
Mon Jul 16 10:24:42 CEST 2007 - meissner@suse.de
|
||||||
|
|
||||||
|
12
wine.spec
12
wine.spec
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package wine (Version 0.9.41)
|
# spec file for package wine (Version 0.9.42)
|
||||||
#
|
#
|
||||||
# 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,7 +15,7 @@ BuildRequires: alsa-devel audiofile bison capi4linux-devel cups-devel desktop-f
|
|||||||
License: LGPL v2 or later
|
License: LGPL v2 or later
|
||||||
Group: System/Emulators/PC
|
Group: System/Emulators/PC
|
||||||
Autoreqprov: on
|
Autoreqprov: on
|
||||||
Version: 0.9.41
|
Version: 0.9.42
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: An MS Windows Emulator
|
Summary: An MS Windows Emulator
|
||||||
URL: http://www.winehq.com
|
URL: http://www.winehq.com
|
||||||
@ -115,6 +115,14 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
/usr/share/aclocal/wine.m4
|
/usr/share/aclocal/wine.m4
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jul 30 2007 - meissner@suse.de
|
||||||
|
- Upgraded to upstream 0.9.42:
|
||||||
|
- Support for activation contexts and side-by-side assemblies.
|
||||||
|
- Many more gdiplus functions.
|
||||||
|
- More messaging support in crypt32.dll.
|
||||||
|
- Many HTTP protocol handling fixes.
|
||||||
|
- Lots of bug fixes.
|
||||||
|
- updated README a bit
|
||||||
* Mon Jul 16 2007 - meissner@suse.de
|
* Mon Jul 16 2007 - meissner@suse.de
|
||||||
- Upgraded to upstream 0.9.41:
|
- Upgraded to upstream 0.9.41:
|
||||||
- A number of gdiplus functions.
|
- A number of gdiplus functions.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user