diff --git a/.cvsignore b/.cvsignore index 24a0686..611e9f1 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -wine-0.9.10-fe.tar.bz2 +wine-0.9.11-fe.tar.bz2 diff --git a/sources b/sources index 496fe7a..af4bbb4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -054e71983834d777be3271f63f8484d6 wine-0.9.10-fe.tar.bz2 +7e67d02051dfb3671990f40734aca89a wine-0.9.11-fe.tar.bz2 diff --git a/wine-prefixfonts.patch b/wine-prefixfonts.patch new file mode 100644 index 0000000..885c56a --- /dev/null +++ b/wine-prefixfonts.patch @@ -0,0 +1,12 @@ +--- tools/wineprefixcreate.in.orig 2006-04-03 10:04:18.000000000 +0200 ++++ tools/wineprefixcreate.in 2006-04-03 10:06:20.000000000 +0200 +@@ -170,6 +170,9 @@ + export WINEPREFIX + "${WINELOADER:-wine}" rundll32.exe setupapi.dll,InstallHinfSection DefaultInstall 128 wine.inf + ++# Copy the font files ++cp /usr/share/wine/fonts/* "$CROOT/windows/fonts/" ++ + # Wait for the wineserver to finish + + if [ $do_wait = 1 ] diff --git a/wine.spec b/wine.spec index 21f0947..8b92a43 100644 --- a/wine.spec +++ b/wine.spec @@ -1,5 +1,5 @@ Name: wine -Version: 0.9.10 +Version: 0.9.11 Release: 1%{?dist} Summary: A Windows 16/32/64 bit emulator @@ -7,7 +7,7 @@ Group: Applications/Emulators License: LGPL URL: http://www.winehq.org/ # special fedora tarball without winemp3 stuff -Source0: wine-0.9.10-fe.tar.bz2 +Source0: wine-0.9.11-fe.tar.bz2 Source1: wine.init Source3: wine-README-Fedora Source4: wine-32.conf @@ -18,6 +18,7 @@ Source103: wine-winecfg.desktop Source104: wine-winefile.desktop Source105: wine-winemine.desktop Source106: wine-winhelp.desktop +Patch0: wine-prefixfonts.patch Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) ExclusiveArch: %{ix86} @@ -143,6 +144,7 @@ with the Wine Windows(TM) emulation libraries. %prep %setup -q -n %{name}-%{version}-fe +%patch0 %build export CFLAGS="$RPM_OPT_FLAGS" @@ -330,8 +332,6 @@ update-desktop-database &>/dev/null || : %{_libdir}/wine/avicap32.dll.so %{_libdir}/wine/avifil32.dll.so %{_libdir}/wine/avifile.dll16 -%{_libdir}/wine/aviinfo.exe.so -%{_libdir}/wine/aviplay.exe.so %{_libdir}/wine/cabinet.dll.so %{_libdir}/wine/cards.dll.so %{_libdir}/wine/cfgmgr32.dll.so @@ -517,6 +517,7 @@ update-desktop-database &>/dev/null || : %{_libdir}/wine/winnls32.dll.so %{_libdir}/wine/winsock.dll16 %{_libdir}/wine/winspool.drv.so +%{_libdir}/wine/spoolss.dll.so %{_libdir}/wine/wintab.dll16 %{_libdir}/wine/wintab32.dll.so %{_libdir}/wine/wintrust.dll.so @@ -633,6 +634,11 @@ update-desktop-database &>/dev/null || : %{_libdir}/wine/*.def %changelog +* Mon Apr 03 2006 Andreas Bierfert +0.9.11-1 +- version upgrade +- fix #187546 + * Fri Mar 17 2006 Andreas Bierfert