From 05c3ac4983793a123a2111bd6dbd12ace96c83df Mon Sep 17 00:00:00 2001 From: Andreas Bierfert Date: Mar 05 2007 08:16:42 +0000 Subject: - version upgrade --- diff --git a/.cvsignore b/.cvsignore index c7ae5e9..037889f 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -wine-0.9.31-fe.tar.bz2 +wine-0.9.32-fe.tar.bz2 diff --git a/sources b/sources index a233c40..9c22918 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -cf03fffff7dcc1bdb86100fddad66b74 wine-0.9.31-fe.tar.bz2 +cc10e219935aa4e6f887e85293646b81 wine-0.9.32-fe.tar.bz2 diff --git a/wine.spec b/wine.spec index 9801bf6..53c50da 100644 --- a/wine.spec +++ b/wine.spec @@ -1,15 +1,15 @@ %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.31 -Release: 2%{?dist} +Version: 0.9.32 +Release: 1%{?dist} Summary: A Windows 16/32/64 bit emulator Group: Applications/Emulators License: LGPL URL: http://www.winehq.org/ # special fedora tarball without winemp3 stuff -Source0: wine-0.9.31-fe.tar.bz2 +Source0: wine-0.9.32-fe.tar.bz2 Source1: wine.init Source3: wine-README-Fedora Source4: wine-32.conf @@ -536,6 +536,7 @@ update-desktop-database &>/dev/null || : %{_libdir}/wine/rpcrt4.dll.so %{_libdir}/wine/rsabase.dll.so %{_libdir}/wine/rsaenh.dll.so +%{_libdir}/wine/schannel.dll.so %{_libdir}/wine/secur32.dll.so %{_libdir}/wine/sensapi.dll.so %{_libdir}/wine/serialui.dll.so @@ -590,6 +591,7 @@ update-desktop-database &>/dev/null || : %{_libdir}/wine/winejoystick.drv.so %{_libdir}/wine/winex11.drv.so %{_libdir}/wine/wing.dll16 +%{_libdir}/wine/wing32.dll.so %{_libdir}/wine/wininet.dll.so %{_libdir}/wine/winmm.dll.so %{_libdir}/wine/winnls.dll16 @@ -714,7 +716,12 @@ update-desktop-database &>/dev/null || : %{_libdir}/wine/*.def %changelog +* Sun Mar 04 2007 Andreas Bierfert +0.9.32-1 +- version upgrade + * Tue Feb 27 2007 Andreas Bierfert +0.9.31-2 - fix #230131 * Sat Feb 17 2007 Andreas Bierfert