From 3055341e1bfb070f93a2ff9e7f071671243cc744 Mon Sep 17 00:00:00 2001 From: Andreas Bierfert Date: Fri, 6 Jan 2006 11:01:06 +0000 Subject: [PATCH] - upgrade - bugfix #177089 --- .cvsignore | 2 ++ sources | 2 +- wine-winemine.desktop | 2 +- wine.spec | 16 ++++++++++++---- 4 files changed, 16 insertions(+), 6 deletions(-) create mode 100644 .cvsignore diff --git a/.cvsignore b/.cvsignore new file mode 100644 index 0000000..dcb22c1 --- /dev/null +++ b/.cvsignore @@ -0,0 +1,2 @@ +wine-0.9.5.tar.bz2 +wine-fonts-20050524.tar.gz diff --git a/sources b/sources index b5e92a1..dbde573 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -73205d83a5612a43441a8532683c0434 wine-0.9.4.tar.bz2 +b0c8e65efd541eb690ae05fdf05fcd4d wine-0.9.5.tar.bz2 fb216b10993cb17501efff7afa812da1 wine-fonts-20050524.tar.gz diff --git a/wine-winemine.desktop b/wine-winemine.desktop index 7cdefdd..fe0963c 100644 --- a/wine-winemine.desktop +++ b/wine-winemine.desktop @@ -5,4 +5,4 @@ Exec=winemine Terminal=false Type=Application Encoding=UTF-8 -Categories=Application;System; +Categories=Application;Game; diff --git a/wine.spec b/wine.spec index 6a6dbc9..a1cda8a 100644 --- a/wine.spec +++ b/wine.spec @@ -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 +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 0.9.4-5 - fix #176834