OBS User unknown 2007-01-10 17:03:51 +00:00 committed by Git OBS Bridge
parent fbe39199e8
commit 0a5da93a55
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:6038250134aa19f03a79f29c2ae6915fa0f927b4cdd15aff1649fefcb3c49369
size 11432840

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

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

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed Jan 10 13:51:54 CET 2007 - meissner@suse.de
- Upgraded to upstream 0.9.29:
- More work on the new Direct3D state management.
- Debugger support for Mac OS.
- Many OLE fixes and improvements.
- Audio input support on Mac OS.
- Lots of bug fixes.
-------------------------------------------------------------------
Thu Jan 4 15:23:37 CET 2007 - meissner@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package wine (Version 0.9.28)
# spec file for package wine (Version 0.9.29)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@ -15,7 +15,7 @@ BuildRequires: alsa-devel audiofile capi4linux cups-devel desktop-file-utils fo
License: GNU Library General Public License v. 2.0 and 2.1 (LGPL)
Group: System/Emulators/PC
Autoreqprov: on
Version: 0.9.28
Version: 0.9.29
Release: 1
Summary: An MS Windows Emulator
URL: http://www.winehq.com
@ -101,6 +101,13 @@ rm -rf $RPM_BUILD_ROOT
/usr/share/aclocal/wine.m4
%changelog -n wine
* Wed Jan 10 2007 - meissner@suse.de
- Upgraded to upstream 0.9.29:
- More work on the new Direct3D state management.
- Debugger support for Mac OS.
- Many OLE fixes and improvements.
- Audio input support on Mac OS.
- Lots of bug fixes.
* Thu Jan 04 2007 - meissner@suse.de
- Upgraded to upstream 0.9.28:
- OpenGL in child windows should work again.