From 402d729f5346d0fc0947b5ce2ae24e0bcaa45d04 Mon Sep 17 00:00:00 2001 From: Andreas Bierfert Date: Wed, 7 Feb 2007 09:33:07 +0000 Subject: [PATCH] - version upgrade --- .cvsignore | 2 +- sources | 2 +- wine.spec | 10 ++++++++-- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/.cvsignore b/.cvsignore index c590da0..c3db92e 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -wine-0.9.29-fe.tar.bz2 +wine-0.9.30-fe.tar.bz2 diff --git a/sources b/sources index b503a8f..4371b65 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -88e9b0002fbe16fe7eefad8ac4c931ea wine-0.9.29-fe.tar.bz2 +9a6530d13d26dcb8fe5c0d0ca88e87e8 wine-0.9.30-fe.tar.bz2 diff --git a/wine.spec b/wine.spec index 71bd7cf..b9d6a32 100644 --- a/wine.spec +++ b/wine.spec @@ -1,7 +1,7 @@ %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.29 +Version: 0.9.30 Release: 1%{?dist} Summary: A Windows 16/32/64 bit emulator @@ -9,7 +9,7 @@ Group: Applications/Emulators License: LGPL URL: http://www.winehq.org/ # special fedora tarball without winemp3 stuff -Source0: wine-0.9.29-fe.tar.bz2 +Source0: wine-0.9.30-fe.tar.bz2 Source1: wine.init Source3: wine-README-Fedora Source4: wine-32.conf @@ -399,6 +399,7 @@ update-desktop-database &>/dev/null || : %{_libdir}/wine/commdlg.dll16 %{_libdir}/wine/compobj.dll16 %{_libdir}/wine/compstui.dll.so +%{_libdir}/wine/credui.dll.so %{_libdir}/wine/crtdll.dll.so %{_libdir}/wine/crypt32.dll.so %{_libdir}/wine/cryptdll.dll.so @@ -539,6 +540,7 @@ update-desktop-database &>/dev/null || : %{_libdir}/wine/serialui.dll.so %{_libdir}/wine/setupapi.dll.so %{_libdir}/wine/setupx.dll16 +%{_libdir}/wine/sfc_os.dll.so %{_libdir}/wine/shdoclc.dll.so %{_libdir}/wine/shdocvw.dll.so %{_libdir}/wine/shell.dll16 @@ -711,6 +713,10 @@ update-desktop-database &>/dev/null || : %{_libdir}/wine/*.def %changelog +* Wed Feb 07 2007 Andreas Bierfert +0.9.30-1 +- version upgrade + * Thu Jan 11 2007 Andreas Bierfert 0.9.29-1 - version upgrade