SHA256
1
0
forked from pool/wine
OBS User unknown 2008-11-03 13:32:22 +00:00 committed by Git OBS Bridge
parent 304d9cafad
commit bc97d47d90
4 changed files with 22 additions and 5 deletions

View File

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

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

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:07f0513509cd3d28b04fddb90a845661010d5d0c151f9cd6fd1a007c6941181e
size 14640643

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Fri Oct 24 21:27:45 CEST 2008 - meissner@suse.de
- Updated to upstream 1.1.7
- Improved device management for DOS drives.
- Many Richedit fixes.
- Various installer fixes, particularly for IE 7.
- First steps of Direct3D 10 implementation.
- Various bug fixes.
-------------------------------------------------------------------
Mon Oct 13 18:05:48 CEST 2008 - meissner@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package wine (Version 1.1.6)
# spec file for package wine (Version 1.1.7)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -23,7 +23,7 @@ BuildRequires: alsa-devel bison capi4linux-devel cups-devel desktop-file-utils
License: LGPL v2.1 or later
Group: System/Emulators/PC
AutoReqProv: on
Version: 1.1.6
Version: 1.1.7
Release: 1
Summary: An MS Windows Emulator
Url: http://www.winehq.com
@ -128,6 +128,13 @@ rm -rf $RPM_BUILD_ROOT
/usr/share/aclocal/wine.m4
%changelog
* Fri Oct 24 2008 meissner@suse.de
- Updated to upstream 1.1.7
- Improved device management for DOS drives.
- Many Richedit fixes.
- Various installer fixes, particularly for IE 7.
- First steps of Direct3D 10 implementation.
- Various bug fixes.
* Mon Oct 13 2008 meissner@suse.de
- Updated to upstream 1.1.6
- Beginnings of schannel implementation using GnuTLS.