From a3dd76923b9cba48ef57cdfbb8ba9b2f0aed06b23c1504851480a0b7310e5a34 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Thu, 25 Sep 2008 21:51:55 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wine?expand=0&rev=46 --- wine-1.1.3.tar.bz2 | 3 --- wine-1.1.5.tar.bz2 | 3 +++ wine.changes | 23 +++++++++++++++++++++++ wine.spec | 23 +++++++++++++++++++++-- winetricks | 45 ++++++++++++++++++++++++++++----------------- 5 files changed, 75 insertions(+), 22 deletions(-) delete mode 100644 wine-1.1.3.tar.bz2 create mode 100644 wine-1.1.5.tar.bz2 diff --git a/wine-1.1.3.tar.bz2 b/wine-1.1.3.tar.bz2 deleted file mode 100644 index 7dadb0e..0000000 --- a/wine-1.1.3.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e331b614067a77e5b94dc2c97391ec4ccc438ee07acf7a0bf44b6c18c24fd31b -size 14290689 diff --git a/wine-1.1.5.tar.bz2 b/wine-1.1.5.tar.bz2 new file mode 100644 index 0000000..6e35808 --- /dev/null +++ b/wine-1.1.5.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:750d04ceacf45315159dac99d95c14dba845baa0adafab5a14f1d8343f61a399 +size 14472814 diff --git a/wine.changes b/wine.changes index a52566b..bae9db4 100644 --- a/wine.changes +++ b/wine.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Fri Sep 19 20:22:33 CEST 2008 - meissner@suse.de + +- Updated to upstream 1.1.5 + - Substantial JavaScript implementation. + - Partial support for layered windows. + - Support for Unicode file export in Regedit. + - Proper exception handling in widl-generated code. + - Asynchronous requests and cookies support in WinHTTP. + - Various bug fixes. + +------------------------------------------------------------------- +Sun Sep 7 16:45:39 CEST 2008 - meissner@suse.de + +- Updated to upstream 1.1.4 + - Substantial chunks of WinHTTP are implemented. + - More JavaScript support. + - Beginnings of shell AppBar implementation. + - Several fixes for Google Chrome support. + - Chinese translations. + - Various bug fixes. +- Updated winetricks + ------------------------------------------------------------------- Sat Aug 23 01:59:45 CEST 2008 - meissner@suse.de diff --git a/wine.spec b/wine.spec index 963bb04..9b5eda0 100644 --- a/wine.spec +++ b/wine.spec @@ -1,5 +1,5 @@ # -# spec file for package wine (Version 1.1.3) +# spec file for package wine (Version 1.1.5) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -23,7 +23,7 @@ BuildRequires: alsa-devel bison capi4linux-devel cups-devel desktop-file-utils License: LGPL v2.1 or later Group: System/Emulators/PC AutoReqProv: on -Version: 1.1.3 +Version: 1.1.5 Release: 1 Summary: An MS Windows Emulator Url: http://www.winehq.com @@ -97,6 +97,8 @@ install -m 0755 %SOURCE1 $RPM_BUILD_ROOT/usr/bin/ mv $RPM_BUILD_ROOT/%{_mandir}/de.UTF-8 $RPM_BUILD_ROOT/%{_mandir}/de mv $RPM_BUILD_ROOT/%{_mandir}/fr.UTF-8 $RPM_BUILD_ROOT/%{_mandir}/fr %fdupes -s $RPM_BUILD_ROOT +objcopy -R .note.gnu.build-id $RPM_BUILD_ROOT/usr/bin/wine-pthread +objcopy -R .note.gnu.build-id $RPM_BUILD_ROOT/usr/bin/wine-kthread %clean rm -rf $RPM_BUILD_ROOT @@ -126,6 +128,23 @@ rm -rf $RPM_BUILD_ROOT /usr/share/aclocal/wine.m4 %changelog +* Fri Sep 19 2008 meissner@suse.de +- Updated to upstream 1.1.5 + - Substantial JavaScript implementation. + - Partial support for layered windows. + - Support for Unicode file export in Regedit. + - Proper exception handling in widl-generated code. + - Asynchronous requests and cookies support in WinHTTP. + - Various bug fixes. +* Sun Sep 07 2008 meissner@suse.de +- Updated to upstream 1.1.4 + - Substantial chunks of WinHTTP are implemented. + - More JavaScript support. + - Beginnings of shell AppBar implementation. + - Several fixes for Google Chrome support. + - Chinese translations. + - Various bug fixes. +- Updated winetricks * Sat Aug 23 2008 meissner@suse.de - Updated to upstream 1.1.3 - Beginnings of ddraw overlay support. diff --git a/winetricks b/winetricks index 5bba262..c260e71 100644 --- a/winetricks +++ b/winetricks @@ -30,7 +30,7 @@ esac case "$1" in -V|--version) - echo "Winetricks version 20080720. (C) Dan Kegel. LGPL." + echo "Winetricks version 20080825. (C) Dan Kegel. LGPL." exit 0 ;; esac @@ -79,11 +79,11 @@ usage() { echo " dotnet11 MS .NET 1.1 (requires Windows license)" echo " dotnet20 MS .NET 2.0 (requires Windows license)" echo " ffdshow ffdshow video codecs" - echo " flash Adobe Flash Player activex" + echo " flash Adobe Flash Player ActiveX and firefox plugins" echo " fontfix Fix bad fonts which cause crash in some apps (e.g. .net)." echo " gdiplus MS gdiplus.dll (from powerpoint viewer)" echo " gecko The HTML rendering Engine (Mozilla)" - echo " icodecs Intel Codecs" + echo " icodecs Intel Codecs (Indeo)" echo " jet40 MS Jet 4.0 Service Pack 8" echo " liberation Red Hat Liberation fonts (Sans, Serif, Mono)" echo " mdac25 MS MDAC 2.5: Microsoft ODBC drivers, etc." @@ -250,6 +250,9 @@ test x"$programfilesdir_win" != x || die "$WINE cmd.exe /c echo '%ProgramFiles%' programfilesdir_unix="`$WINE winepath -u "$programfilesdir_win"`" test x"$programfilesdir_unix" != x || die "winepath -u $programfilesdir_win returned empty string" +# (Fixme: get fonts path from SHGetFolderPath +# See also http://blogs.msdn.com/oldnewthing/archive/2003/11/03/55532.aspx) +# # Did the user rename Fonts to fonts? if ! test -d "$WINEPREFIX"/drive_c/windows/Fonts && test -d "$WINEPREFIX"/drive_c/windows/fonts then @@ -590,9 +593,9 @@ load_dirac() { #---------------------------------------------------------------- load_directx9() { - # March 2008 DirectX 9c User Redistributable + # June 2008 DirectX 9c User Redistributable # http://www.microsoft.com/downloads/details.aspx?familyid=740AC79A-5B72-447D-84F9-EE6407ED1A91 - download . http://download.microsoft.com/download/6/4/c/64c3d3d6-c5da-47eb-9db4-86e45b9f579e/directx_mar2008_redist.exe 21aa91ca8e0cbb5fbb986f47a1ccdad5d2984cae + download . http://download.microsoft.com/download/c/1/f/c1fb09b0-8a8b-45ba-8bb0-64f60bd23175/directx_jun2008_redist.exe 9f6efe6f4a40ea3e1615cc70edad72aff95c737d # Stefan suggested that, when installing, one should override as follows: # 1) use builtin wintrust (we don't run native properly somehow?) # 2) disable mscoree (else if it's present some module misbehaves?) @@ -602,7 +605,7 @@ load_directx9() { # list down as soon as we can. set_winver win2k WINEDLLOVERRIDES="wintrust=b,mscoree=,ddraw,d3d8,d3d9,dsound,dinput=n" \ - try $WINE "$WINETRICKS_CACHE"/directx_mar2008_redist.exe /t:"$WINETRICKS_TMP_WIN" $WINETRICKS_QUIET + try $WINE "$WINETRICKS_CACHE"/directx_jun2008_redist.exe /t:"$WINETRICKS_TMP_WIN" $WINETRICKS_QUIET # How many of these do we really need? override_dlls native d3dim d3drm d3dx8 d3dx9_24 d3dx9_25 d3dx9_26 d3dx9_27 d3dx9_28 d3dx9_29 @@ -624,9 +627,10 @@ load_divx() { # 6.8.2: e36bf87c1675d0cf9169839bc0cd8f866b9db026 as of 4 jun 2008 as http://download.divx.com/divx/DivXInstaller.exe # 6.8.3: f4f4387ef89316aea440a29f3e24c1f1945e14af as of 20 jun 2008 as http://download.divx.com/divx/abt/b1/DivXInstaller.exe # 6.8.4: c5fcb1465a1bb24d1c104c2588fdb6706d1e1476 as of 10 Jul 2008 as http://download.divx.com/divx/abt/b1/DivXInstaller.exe - download divx-6.8.4 http://download.divx.com/divx/abt/b1/DivXInstaller.exe c5fcb1465a1bb24d1c104c2588fdb6706d1e1476 + # 6.8.4: d28a2b041f4af45d22c4dedfe7608f2958cf997d as of 23 Aug 2008 as http://download.divx.com/divx/DivXInstaller.exe + download divx-6.8.4-1 http://download.divx.com/divx/DivXInstaller.exe d28a2b041f4af45d22c4dedfe7608f2958cf997d - try $WINE "$WINETRICKS_CACHE"/divx-6.8.4/DivXInstaller $WINETRICKS_SILENT + try $WINE "$WINETRICKS_CACHE"/divx-6.8.4-1/DivXInstaller $WINETRICKS_SILENT } #---------------------------------------------------------------- @@ -769,11 +773,18 @@ load_ffdshow() { load_flash() { # www.adobe.com/products/flashplayer/ + + # Active X plugin # http://blogs.adobe.com/psirt/2008/03/preparing_for_april_flash_play.html # 2008-04-01: old version sha1sum f4dd1c0c715b791db2c972aeba90d3b78372996a # 2008-04-18: new version sha1sum 04ac79c4f1eb1e1ca689f27fa71f12bb5cd11cc2 download . http://fpdownload.macromedia.com/get/flashplayer/current/licensing/win/install_flash_player_active_x.msi 04ac79c4f1eb1e1ca689f27fa71f12bb5cd11cc2 try $WINE msiexec /i "$WINETRICKS_CACHE"/install_flash_player_active_x.msi $WINETRICKS_QUIET + + # Mozilla / Firefox plugin + # 2008-07-22: sha1sum 1e6f7627784a5b791e99ae9ad63133dc11c7940b + download . http://fpdownload.macromedia.com/get/flashplayer/current/install_flash_player.exe 1e6f7627784a5b791e99ae9ad63133dc11c7940b + try $WINE "$WINETRICKS_CACHE"/install_flash_player.exe $WINETRICKS_S } #---------------------------------------------------------------- @@ -872,6 +883,10 @@ load_icodecs() { # http://downloadcenter.intel.com/Detail_Desc.aspx?strState=LIVE&ProductID=355&DwnldID=2846 download . http://downloadmirror.intel.com/2846/eng/codinstl.exe 2c5d64f472abe3f601ce352dcca75b4f02996f8a try $WINE "$WINETRICKS_CACHE"/codinstl.exe + # Work around bug in codec's installer? + # http://support.britannica.com/other/touchthesky/win/issues/TSTUw_150.htm + # http://appdb.winehq.org/objectManager.php?sClass=version&iId=7091 + try $WINE regsvr32 ir50_32.dll } #---------------------------------------------------------------- @@ -886,11 +901,11 @@ load_jet40() { #---------------------------------------------------------------- load_kde() { - download . http://winkde.org/pub/kde/ports/win32/installer/kdewin-installer-gui-0.9.2-1.exe 504a05f3e47c429747a71bcc930c551ff4758d83 + download . http://winkde.org/pub/kde/ports/win32/installer/kdewin-installer-gui-0.9.3-1.exe 618f1c4987aa0725640ff331b14ff9a0d3e84f3a mkdir -p "$programfilesdir_unix/kde" - cp "$WINETRICKS_CACHE"/kdewin-installer-gui-0.9.2-1.exe "$programfilesdir_unix/kde" + cp "$WINETRICKS_CACHE"/kdewin-installer-gui-0.9.3-1.exe "$programfilesdir_unix/kde" cd "$programfilesdir_unix/kde" - try $WINE "$programfilesdir_win\\kde\\kdewin-installer-gui-0.9.2-1.exe" + try $WINE "$programfilesdir_win\\kde\\kdewin-installer-gui-0.9.3-1.exe" cd "$olddir" } @@ -898,10 +913,8 @@ load_kde() { load_liberation() { # http://www.redhat.com/promo/fonts/ - download . http://www.redhat.com/f/fonts/liberation-fonts.tar.gz 38276ab5e4322e131217d26f193bfce396195c0a - # Fixme: get fonts path from SHGetFolderPath - # see also http://blogs.msdn.com/oldnewthing/archive/2003/11/03/55532.aspx - tar --wildcards -C "$winefontsdir" -xvzf "$WINETRICKS_CACHE"/liberation-fonts.tar.gz '*.ttf' + download . https://fedorahosted.org/releases/l/i/liberation-fonts/liberation-fonts-1.04.tar.gz 097882c92e3260742a3dc3bf033792120d8635a3 + tar --strip 1 --wildcards -C "$winefontsdir" -xvzf "$WINETRICKS_CACHE"/liberation-fonts-1.04.tar.gz '*.ttf' } #---------------------------------------------------------------- @@ -1267,10 +1280,8 @@ load_vcrun2003() { load_vcrun2005() { # Load the Visual C++ 2005 runtime libraries # See http://www.microsoft.com/downloads/details.aspx?familyid=32BC1BEE-A3F9-4C13-9C99-220B62A191EE - set_winver win2k download vcrun2005 http://download.microsoft.com/download/d/3/4/d342efa6-3266-4157-a2ec-5174867be706/vcredist_x86.exe 47fba37de95fa0e2328cf2e5c8ebb954c4b7b93c try $WINE "$WINETRICKS_CACHE"/vcrun2005/vcredist_x86.exe $WINETRICKS_QUIET - unset_winver } #----------------------------------------------------------------