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