commit wine for openSUSE:Factory

Hello community, here is the log from the commit of package wine for openSUSE:Factory checked in at 2016-05-02 10:44:50 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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 2016-04-28 16:57:04.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.wine.new/wine.changes 2016-05-02 10:44:53.000000000 +0200 @@ -1,0 +2,11 @@ +Sat Apr 30 08:13:02 UTC 2016 - meissner@suse.com + +- Updated to 1.9.9 development snapshot + - More work towards the WineD3D command stream. + - Service proxies in WebServices. + - Query support in the builtin reg.exe utility. + - Improved support for long URLs in WinInet. + - Various bug fixes. +- updated winetricks + +------------------------------------------------------------------- Old: ---- wine-1.9.8.tar.bz2 wine-1.9.8.tar.bz2.sign New: ---- wine-1.9.9.tar.bz2 wine-1.9.9.tar.bz2.sign ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ wine.spec ++++++ --- /var/tmp/diff_new_pack.aWjYlU/_old 2016-05-02 10:44:55.000000000 +0200 +++ /var/tmp/diff_new_pack.aWjYlU/_new 2016-05-02 10:44:55.000000000 +0200 @@ -53,8 +53,8 @@ BuildRequires: update-desktop-files BuildRequires: valgrind-devel BuildRequires: xorg-x11-devel -%define realver 1.9.8 -Version: 1.9.8 +%define realver 1.9.9 +Version: 1.9.9 Release: 0 Summary: An MS Windows Emulator License: LGPL-2.1+ ++++++ wine-1.9.8.tar.bz2 -> wine-1.9.9.tar.bz2 ++++++ /work/SRC/openSUSE:Factory/wine/wine-1.9.8.tar.bz2 /work/SRC/openSUSE:Factory/.wine.new/wine-1.9.9.tar.bz2 differ: char 11, line 1 ++++++ winetricks ++++++ --- /var/tmp/diff_new_pack.aWjYlU/_old 2016-05-02 10:44:55.000000000 +0200 +++ /var/tmp/diff_new_pack.aWjYlU/_new 2016-05-02 10:44:55.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=20160329 +WINETRICKS_VERSION=20160425 # This is a utf-8 file # You should see an o with two dots over it here [ö] @@ -4291,6 +4291,8 @@ esac WINETRICKS_WINE_MINOR=`echo $WINETRICKS_WINE_VERSION | sed 's/wine-1\.\([0-9]*\)\..*/\1/'` WINETRICKS_WINE_MICRO=`echo $WINETRICKS_WINE_VERSION | sed 's/wine-1.[0-9][0-9]*\.\([0-9]*\).*/\1/'` + + echo "Using winetricks $(winetricks_print_version) with $WINETRICKS_WINE_VERSION" } winetricks_usage() @@ -4686,7 +4688,7 @@ load_cmd() { - w_download ftp://ftp.sunet.se/pub/security/vendor/microsoft/win2000/Security_Bulletins/Q811493_W2K_SP4_X86_EN.exe ac6e28cfd12942e74aa08bddf7715705edb85b6b + w_download http://download.microsoft.com/download/8/d/c/8dc79965-dfbc-4b25-9546-e23bc4b... ac6e28cfd12942e74aa08bddf7715705edb85b6b w_try_cabextract --directory="$W_SYSTEM32_DLLS" "$W_CACHE/$W_PACKAGE/$file1" -F cmd.exe w_override_dlls native,builtin cmd.exe @@ -6707,7 +6709,7 @@ # http://support.microsoft.com/kb/239114 # See also http://bugs.winehq.org/show_bug.cgi?id=6085 # FIXME: "failed with error 2" - w_download http://www.autoxplorer.com/exe/Jet40SP8_9xNT.exe 8cd25342030857969ede2d8fcc34f3f7bcc2d6d4 + w_download http://download.microsoft.com/download/4/3/9/4393c9ac-e69e-458d-9f6d-2fe191c... 8cd25342030857969ede2d8fcc34f3f7bcc2d6d4 cd "$W_CACHE/$W_PACKAGE" w_try "$WINE" jet40sp8_9xnt.exe $W_UNATTENDED_SLASH_Q } @@ -8796,7 +8798,9 @@ w_warn "$W_PACKAGE may not install properly in wine yet" fi - w_call dotnet45 + # See https://bugs.winehq.org/show_bug.cgi?id=30718#c8 + export COMPlus_OnlyUseLatestCLR=1 + w_call dotnet40 # http://www.microsoft.com/en-us/download/details.aspx?id=20914 w_download http://download.microsoft.com/download/A/C/2/AC2C903B-E6E8-42C2-9FD7-BEBAC36... 49efdc29f65fc8263c196338552c7009fc96c5de @@ -10868,51 +10872,6 @@ #---------------------------------------------------------------- -w_metadata python26_comtypes dlls \ - title="Comtypes for Python 2.6" \ - publisher="theller" \ - year="2014" \ - media="download" \ - file1="1.1.1.zip" \ - installed_file1="c:/Python26/Lib/site-packages/comtypes-1.1.1-py2.6.egg/EGG-INFO/PKG-INFO" \ - homepage="https://github.com/enthought/comtypes/releases" - -load_python26_comtypes() -{ - w_call python26 - w_call python26_setuptools - - w_download https://github.com/enthought/comtypes/archive/${file1} 080921ede048063a3be273f5dca3acc469dfe361 - - w_try_unzip "$W_TMP" "${W_CACHE}/${W_PACKAGE}/${file1}" - cd "$W_TMP/comtypes-$(basename ${file1} .zip)" - w_try "$WINE" "C:\Python26\python.exe" setup.py install -} - -#---------------------------------------------------------------- - -w_metadata python26_setuptools dlls \ - title="Setuptools 18.0.1 for Python 2.6" \ - publisher="Python Packaging Authority" \ - year="2010" \ - media="download" \ - file1="ez_setup.py" \ - installed_file1="c:/Python26/Lib/site-packages/setuptools.pth" \ - homepage="https://pypi.python.org/pypi/setuptools" - -load_python26_setuptools() -{ - w_call python26 - - # Not checking sha1sum, script frequently updates and there aren't stable versions - w_download https://bootstrap.pypa.io/ez_setup.py - - cd "$W_CACHE/$W_PACKAGE" - w_try "$WINE" "C:\Python26\python.exe" ${file1} -} - -#---------------------------------------------------------------- - w_metadata spotify apps \ title="Spotify - All the music, all the time" \ publisher="Spotify" \ @@ -18633,7 +18592,6 @@ pngfilt:size_MB=49,time_sec=0 \ puzzleagent_demo:size_MB=495,time_sec=36 \ python26:size_MB=160,time_sec=9 \ - python26_comtypes:size_MB=46,time_sec=1 \ quartz:size_MB=62,time_sec=3 \ quicktime72:size_MB=219,time_sec=9 \ quicktime76:size_MB=237,time_sec=6 \ @@ -18942,7 +18900,6 @@ npm-repack) w_call npm=repack ;; oss) w_call sound=oss ;; python) w_call python26 ;; - python-comtypes) w_call python26_comtypes ;; vbrun60) w_call vb6run ;; vcrun2005sp1) w_call vcrun2005 ;; vcrun2008sp1) w_call vcrun2008 ;; ++++++ winetricks.1 ++++++ --- /var/tmp/diff_new_pack.aWjYlU/_old 2016-05-02 10:44:55.000000000 +0200 +++ /var/tmp/diff_new_pack.aWjYlU/_new 2016-05-02 10:44:55.000000000 +0200 @@ -1,5 +1,5 @@ .\" -*- nroff -*- -.TH WINETRICKS 1 "June 2013" "Winetricks 20130615" "Wine package manager" +.TH WINETRICKS 1 "April 2016" "Winetricks 20160425" "Wine package manager" .SH NAME winetricks \- manage virtual windows environments using wine .SH SYNOPSIS @@ -30,16 +30,20 @@ Show gui diagnostics even when driven by commandline .TP .B +\-\-isolate +Install each app or game in its own bottle +.TP +.B \-k, \-\-keep_isos Cache isos (allows later installation without disc) .TP .B -\-\-no\-clean -Don't delete temp directories (useful during debugging) +\-\-no\-isolate +Don't install each app or game in its own bottle (default) .TP .B -\-\-no\-isolate -Don't install each app or game in its own bottle +\-\-no\-clean +Don't delete temp directories (useful during debugging) .TP .B \-q, \-\-unattended @@ -127,6 +131,9 @@ .I WINE If set, this specifies which wine binary to use by default .TP +.I WINESERVER +If set, this specifies which wineserver to use by default +.TP .I WINEPREFIX If set, this specifies the location of the default .wine directory ( usually .IR $HOME/.wine @@ -158,8 +165,8 @@ can be downloaded from .I http://winetricks.org/download/releases/ .PP -The latest snapshot of the code may be obtained via svn; see -.I http://code.google.com/p/winetricks/source/checkout +The latest snapshot of the code may be obtained via git; see +.I https://github.com/Winetricks/winetricks/ .PP For further information about .B winetricks
participants (1)
-
root@hilbert.suse.de