Hello community, here is the log from the commit of package wine for openSUSE:Factory checked in at 2015-12-09 19:52:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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 2015-11-28 20:10:18.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.wine.new/wine.changes 2015-12-09 22:36:15.000000000 +0100 @@ -1,0 +2,7 @@ +Fri Dec 4 16:05:53 UTC 2015 - [email protected] + +- Updated to 1.8-rc3 codefreeze snapshot + - bugfixes only +- winetricks updated + +------------------------------------------------------------------- Old: ---- wine-1.8-rc2.tar.bz2 wine-1.8-rc2.tar.bz2.sign New: ---- wine-1.8-rc3.tar.bz2 wine-1.8-rc3.tar.bz2.sign ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ wine.spec ++++++ --- /var/tmp/diff_new_pack.XijYQi/_old 2015-12-09 22:36:18.000000000 +0100 +++ /var/tmp/diff_new_pack.XijYQi/_new 2015-12-09 22:36:18.000000000 +0100 @@ -53,8 +53,8 @@ BuildRequires: update-desktop-files BuildRequires: valgrind-devel BuildRequires: xorg-x11-devel -%define realver 1.8-rc2 -Version: 1.8~rc2 +%define realver 1.8-rc3 +Version: 1.8~rc3 Release: 0 Summary: An MS Windows Emulator License: LGPL-2.1+ ++++++ wine-1.8-rc2.tar.bz2 -> wine-1.8-rc3.tar.bz2 ++++++ /work/SRC/openSUSE:Factory/wine/wine-1.8-rc2.tar.bz2 /work/SRC/openSUSE:Factory/.wine.new/wine-1.8-rc3.tar.bz2 differ: char 11, line 1 ++++++ winetricks ++++++ --- /var/tmp/diff_new_pack.XijYQi/_old 2015-12-09 22:36:18.000000000 +0100 +++ /var/tmp/diff_new_pack.XijYQi/_new 2015-12-09 22:36:18.000000000 +0100 @@ -6822,6 +6822,26 @@ #---------------------------------------------------------------- +w_metadata msdxmocx dlls \ + title="MS Windows Media Player 2 ActiveX control for VB6" \ + publisher="Microsoft" \ + year="1999" \ + media="download" \ + file1="mpfull.exe" \ + installed_file1="$W_SYSTEM32_DLLS_WIN/msdxm.ocx" + +load_msdxmocx() +{ + # http://www.oldapps.com/windows_media_player.php?old_windows_media_player=3?download + # Iceweasel gives a security warning (!), but clamscan and virustotal.com report it as clean: + w_download http://download.oldapps.com/Windows_Media/mpfull.exe 44aef252a660612a01ee13271d84d2da3885e58d + + w_try_cabextract --directory="$W_SYSTEM32_DLLS" "$W_CACHE/$W_PACKAGE/${file1}" + w_try_regsvr msdxm.ocx +} + +#---------------------------------------------------------------- + w_metadata msflxgrd dlls \ title="MS FlexGrid Control (msflxgrd.ocx)" \ publisher="Microsoft" \ @@ -10403,6 +10423,25 @@ } #---------------------------------------------------------------- + +w_metadata protectionid apps \ + title="Protection ID" \ + publisher="CDKiLLER & TippeX" \ + year="2015" \ + media="download" \ + file1="ProtectionId.670.halloween.2015.rar" \ + installed_file1="$W_SYSTEM32_DLLS_WIN/protection_id.exe" + +load_protectionid() +{ + w_download http://pid.gamecopyworld.com/dl.php?f=ProtectionId.670.halloween.2015.rar a307e15f28d00959cffddd8fda073aac6df943c8 "$file1" + cd "$W_SYSTEM32_DLLS" + w_try_unrar "${W_CACHE}/${W_PACKAGE}/${file1}" + # ProtectionId.670.halloween.2015 has a different executable name than usual, this may need to be disabled on next update: + mv Protection_ID.eXe protection_id.exe +} + +#---------------------------------------------------------------- w_metadata psdk2003 apps \ title="MS Platform SDK 2003" \
