Hello community, here is the log from the commit of package wine for openSUSE:Factory checked in at 2014-08-14 14:58:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/wine (Old) and /work/SRC/openSUSE:Factory/.wine.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "wine" Changes: -------- --- /work/SRC/openSUSE:Factory/wine/wine.changes 2014-07-27 18:47:40.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.wine.new/wine.changes 2014-08-14 14:59:08.000000000 +0200 @@ -1,0 +2,10 @@ +Mon Aug 11 05:36:04 UTC 2014 - [email protected] + +- Updated to 1.7.24 development snapshot + - Beginning of some DirectWrite classes implementation. + - Initial wrapper dll for the packet capture library. + - Some crypto improvements. + - Various bug fixes. +- updated winetricks + +------------------------------------------------------------------- Old: ---- wine-1.7.23.tar.bz2 wine-1.7.23.tar.bz2.sign New: ---- wine-1.7.24.tar.bz2 wine-1.7.24.tar.bz2.sign ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ wine.spec ++++++ --- /var/tmp/diff_new_pack.yOE12P/_old 2014-08-14 14:59:09.000000000 +0200 +++ /var/tmp/diff_new_pack.yOE12P/_new 2014-08-14 14:59:09.000000000 +0200 @@ -55,7 +55,7 @@ BuildRequires: update-desktop-files BuildRequires: valgrind-devel BuildRequires: xorg-x11-devel -Version: 1.7.23 +Version: 1.7.24 Release: 0 Summary: An MS Windows Emulator License: LGPL-2.1+ ++++++ wine-1.7.23.tar.bz2 -> wine-1.7.24.tar.bz2 ++++++ /work/SRC/openSUSE:Factory/wine/wine-1.7.23.tar.bz2 /work/SRC/openSUSE:Factory/.wine.new/wine-1.7.24.tar.bz2 differ: char 11, line 1 ++++++ winetricks ++++++ --- /var/tmp/diff_new_pack.yOE12P/_old 2014-08-14 14:59:09.000000000 +0200 +++ /var/tmp/diff_new_pack.yOE12P/_new 2014-08-14 14:59:09.000000000 +0200 @@ -2,7 +2,7 @@ # Name of this version of winetricks (YYYYMMDD) # (This doesn't change often, use the sha1sum of the file when reporting problems) -WINETRICKS_VERSION=20140609 +WINETRICKS_VERSION=20140726 # This is a utf-8 file # You should see an o with two dots over it here [รถ] @@ -7259,7 +7259,38 @@ else w_try "$WINE" vcredist_x86.exe $W_UNATTENDED_SLASH_Q fi +} + +#---------------------------------------------------------------- + +w_metadata vcrun2013 dlls \ + title="Visual C++ 2013 libraries (mfc120,mfc120u,msvcp120,msvcr120,vcomp120)" \ + publisher="Microsoft" \ + year="2013" \ + media="download" \ + file1="vcredist_x86.exe" \ + installed_file1="$W_SYSTEM32_DLLS_WIN/mfc120.dll" + +load_vcrun2013() +{ + # http://www.microsoft.com/en-us/download/details.aspx?id=40784 + w_download http://download.microsoft.com/download/2/E/6/2E61CFA4-993B-4DD4-91DA-3737CD5CD6E3/vcredist_x86.exe 18f81495bc5e6b293c69c28b0ac088a96debbab2 + w_override_dlls native,builtin atl120 msvcp120 msvcr120 vcomp120 + cd "$W_CACHE"/vcrun2013 + if w_workaround_wine_bug 17273 "Manually extracting dlls" + then + w_try_cabextract --directory="$W_TMP" vcredist_x86.exe + w_try_cabextract --directory="$W_TMP" "$W_TMP/a2" + w_try_cabextract --directory="$W_TMP" "$W_TMP/a3" + cp "$W_TMP"/F_CENTRAL_mfc120_x86 "$W_SYSTEM32_DLLS"/mfc120.dll + cp "$W_TMP"/F_CENTRAL_mfc120u_x86 "$W_SYSTEM32_DLLS"/mfc120u.dll + cp "$W_TMP"/F_CENTRAL_msvcp120_x86 "$W_SYSTEM32_DLLS"/msvcp120.dll + cp "$W_TMP"/F_CENTRAL_msvcr120_x86 "$W_SYSTEM32_DLLS"/msvcr120.dll + cp "$W_TMP"/F_CENTRAL_vcomp120_x86 "$W_SYSTEM32_DLLS"/vcomp120.dll + else + w_try "$WINE" vcredist_x86.exe $W_UNATTENDED_SLASH_Q + fi } #---------------------------------------------------------------- -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
