- bugfix #177089
f38
Andreas Bierfert 19 years ago
parent 53663fdbcd
commit 3055341e1b

@ -0,0 +1,2 @@
wine-0.9.5.tar.bz2
wine-fonts-20050524.tar.gz

@ -1,2 +1,2 @@
73205d83a5612a43441a8532683c0434 wine-0.9.4.tar.bz2
b0c8e65efd541eb690ae05fdf05fcd4d wine-0.9.5.tar.bz2
fb216b10993cb17501efff7afa812da1 wine-fonts-20050524.tar.gz

@ -5,4 +5,4 @@ Exec=winemine
Terminal=false
Type=Application
Encoding=UTF-8
Categories=Application;System;
Categories=Application;Game;

@ -1,12 +1,14 @@
%define __global_cflags -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fno-stack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=pentium4 -fasynchronous-unwind-tables
Name: wine
Version: 0.9.4
Release: 5%{?dist}
Version: 0.9.5
Release: 1%{?dist}
Summary: A Windows 16/32/64 bit emulator
Group: Applications/Emulators
License: LGPL
URL: http://www.winehq.org/
Source0: http://dl.sf.net/wine/wine-0.9.4.tar.bz2
Source0: http://dl.sf.net/wine/wine-0.9.5.tar.bz2
Source1: wine.init
Source2: wine-fonts-20050524.tar.gz
Source3: wine-README-Fedora
@ -53,7 +55,7 @@ BuildRequires: libXrandr-devel libXrender-devel libXext-devel
Requires(post): /sbin/ldconfig, /sbin/chkconfig, /sbin/service,
Requires(post): /usr/bin/update-desktop-database
Requires(preun): /sbin/chkconfig
Requires(postun): /sbin/ldconfig, /usr/bin/update-desktop-database, %{__perl}
Requires(postun): /sbin/ldconfig, /usr/bin/update-desktop-database
%description
While Wine is usually thought of as a Windows(TM) emulator, the Wine
@ -679,6 +681,12 @@ update-desktop-database &>/dev/null || :
%{_libdir}/wine/*.def
%changelog
* Fri Jan 06 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
0.9.5-1
- version upgrade
- fix #177089 (winemine desktop entry should be in Game not in System)
- fix cflags for compile
* Wed Jan 04 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
0.9.4-5
- fix #176834

Loading…
Cancel
Save