Hello community, here is the log from the commit of package wine for openSUSE:Factory checked in at 2018-07-12 09:20:30 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/wine (Old) and /work/SRC/openSUSE:Factory/.wine.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "wine" Thu Jul 12 09:20:30 2018 rev:257 rq:622081 version:3.12 Changes: -------- --- /work/SRC/openSUSE:Factory/wine/wine.changes 2018-06-29 22:33:59.450127276 +0200 +++ /work/SRC/openSUSE:Factory/.wine.new/wine.changes 2018-07-12 09:21:56.722651875 +0200 @@ -1,0 +2,12 @@ +Tue Jul 10 06:07:29 UTC 2018 - [email protected] + +- Update to 3.12 development release + - Unicode data updated to Unicode 11.0.0. + - Proxy configuration dialog in the Internet control panel. + - Syntax fixes in the Cmd.exe command intepreter. + - Some more glyphs in the Wingdings font. + - Various bug fixes. +- updated staging to 3.12 +- updated winetricks + +------------------------------------------------------------------- Old: ---- wine-3.11.tar.xz wine-3.11.tar.xz.sign wine-d3d9-patches-3.10.tar.xz wine-staging-3.11.tar.xz New: ---- wine-3.12.tar.xz wine-3.12.tar.xz.sign wine-d3d9-patches-3.11.tar.xz wine-staging-3.12.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ wine.spec ++++++ --- /var/tmp/diff_new_pack.2rmkRb/_old 2018-07-12 09:21:57.782653359 +0200 +++ /var/tmp/diff_new_pack.2rmkRb/_new 2018-07-12 09:21:57.782653359 +0200 @@ -107,8 +107,8 @@ BuildRequires: pkgconfig(xrender) BuildRequires: pkgconfig(xxf86vm) BuildRequires: pkgconfig(zlib) -%define realver 3.11 -Version: 3.11 +%define realver 3.12 +Version: 3.12 Release: 0 Summary: An MS Windows Emulator License: LGPL-2.1-or-later @@ -146,7 +146,7 @@ ExclusiveArch: %{ix86} x86_64 ppc %arm aarch64 %if %{staging} # upstream patch target version -%define staging_version 3.11 +%define staging_version 3.12 Source100: wine-staging-%{staging_version}.tar.xz BuildRequires: gtk3-devel BuildRequires: libOSMesa-devel @@ -154,7 +154,7 @@ %endif %if %{nine} # upstream patch target version -%define nine_version 3.10 +%define nine_version 3.11 BuildRequires: Mesa-libd3d-devel BuildRequires: dri2proto-devel BuildRequires: libOSMesa-devel ++++++ _service ++++++ --- /var/tmp/diff_new_pack.2rmkRb/_old 2018-07-12 09:21:57.834653431 +0200 +++ /var/tmp/diff_new_pack.2rmkRb/_new 2018-07-12 09:21:57.834653431 +0200 @@ -3,7 +3,7 @@ <param name="versionformat">@PARENT_TAG@</param> <param name="versionrewrite-pattern">v(.*)</param> <param name="url">https://github.com/wine-staging/wine-staging.git</param> - <param name="revision">refs/tags/v3.11</param> + <param name="revision">refs/tags/v3.12</param> <param name="match-tag">v*.*</param> <param name="scm">git</param> </service> @@ -11,7 +11,7 @@ <param name="versionformat">@PARENT_TAG@</param> <param name="versionrewrite-pattern">wined3d9(.*)</param> <param name="url">https://github.com/sarnex/wine-d3d9-patches.git</param> - <param name="revision">refs/tags/wine-d3d9-3.10</param> + <param name="revision">refs/tags/wine-d3d9-3.11</param> <param name="scm">git</param> </service> <service name="recompress" mode="disabled"> ++++++ wine-3.11.tar.xz -> wine-3.12.tar.xz ++++++ /work/SRC/openSUSE:Factory/wine/wine-3.11.tar.xz /work/SRC/openSUSE:Factory/.wine.new/wine-3.12.tar.xz differ: char 26, line 1 ++++++ wine-d3d9-patches-3.10.tar.xz -> wine-d3d9-patches-3.11.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/wine-d3d9-patches-3.10/d3d9-helper.patch new/wine-d3d9-patches-3.11/d3d9-helper.patch --- old/wine-d3d9-patches-3.10/d3d9-helper.patch 2018-06-12 03:09:59.000000000 +0200 +++ new/wine-d3d9-patches-3.11/d3d9-helper.patch 2018-06-24 19:54:47.000000000 +0200 @@ -1,6 +1,6 @@ -From 801df94f3ef6e792dae55916a1fd796fec221232 Mon Sep 17 00:00:00 2001 +From 6ccba02d4f144a415394642dcd37a88ed29a40a4 Mon Sep 17 00:00:00 2001 From: Nick Sarnie <[email protected]> -Date: Mon, 11 Jun 2018 21:09:04 -0400 +Date: Sun, 24 Jun 2018 13:53:50 -0400 Subject: [PATCH] D3D9 Helper Signed-off-by: Nick Sarnie <[email protected]> @@ -805,7 +805,7 @@ + return ret; +} diff --git a/dlls/ntdll/ntdll_misc.h b/dlls/ntdll/ntdll_misc.h -index 85bdd9ed05..0eb5ae6241 100644 +index 165f083425..78c6ee0710 100644 --- a/dlls/ntdll/ntdll_misc.h +++ b/dlls/ntdll/ntdll_misc.h @@ -214,6 +214,7 @@ enum loadorder @@ -1025,5 +1025,5 @@ /* @makedep: winecfg.ico */ -- -2.17.1 +2.18.0 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/wine-d3d9-patches-3.10/staging-helper.patch new/wine-d3d9-patches-3.11/staging-helper.patch --- old/wine-d3d9-patches-3.10/staging-helper.patch 2018-06-12 03:09:59.000000000 +0200 +++ new/wine-d3d9-patches-3.11/staging-helper.patch 2018-06-24 19:54:47.000000000 +0200 @@ -1,6 +1,6 @@ -From 5e1714cdf48104f5fb5d02ebcc19f0a41c3028ec Mon Sep 17 00:00:00 2001 +From 540970725a10bcb1545cb845c3f12413cd3fc835 Mon Sep 17 00:00:00 2001 From: Nick Sarnie <[email protected]> -Date: Mon, 11 Jun 2018 21:08:14 -0400 +Date: Sun, 24 Jun 2018 13:53:00 -0400 Subject: [PATCH] Staging Helper Signed-off-by: Nick Sarnie <[email protected]> @@ -108,5 +108,5 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL -- -2.17.1 +2.18.0 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/wine-d3d9-patches-3.10/wine-d3d9.patch new/wine-d3d9-patches-3.11/wine-d3d9.patch --- old/wine-d3d9-patches-3.10/wine-d3d9.patch 2018-06-12 03:09:59.000000000 +0200 +++ new/wine-d3d9-patches-3.11/wine-d3d9.patch 2018-06-24 19:54:47.000000000 +0200 @@ -1,6 +1,6 @@ -From 8b1866b25006b99b2c5823f3f25aea3b426fd5b2 Mon Sep 17 00:00:00 2001 +From b735ed6c096569575dd0c62aeeeb2a6bb6979339 Mon Sep 17 00:00:00 2001 From: Nick Sarnie <[email protected]> -Date: Mon, 11 Jun 2018 21:08:25 -0400 +Date: Sun, 24 Jun 2018 13:53:17 -0400 Subject: [PATCH] Wine D3D9 Signed-off-by: Nick Sarnie <[email protected]> @@ -41,7 +41,7 @@ create mode 100644 dlls/d3d9-nine/wndproc.h diff --git a/configure.ac b/configure.ac -index 2929bd6323..e374796191 100644 +index e8dc9f2694..4a29c72224 100644 --- a/configure.ac +++ b/configure.ac @@ -69,6 +69,14 @@ AC_ARG_WITH(openal, AS_HELP_STRING([--without-openal],[do not use OpenAL]), @@ -252,7 +252,7 @@ CPPFLAGS="$ac_save_CPPFLAGS" else X_CFLAGS="" -@@ -3219,6 +3406,7 @@ WINE_CONFIG_MAKEFILE(dlls/d3d8) +@@ -3216,6 +3403,7 @@ WINE_CONFIG_MAKEFILE(dlls/d3d8) WINE_CONFIG_MAKEFILE(dlls/d3d8/tests) WINE_CONFIG_MAKEFILE(dlls/d3d9) WINE_CONFIG_MAKEFILE(dlls/d3d9/tests) @@ -5781,5 +5781,5 @@ + +#endif -- -2.17.1 +2.18.0 ++++++ wine-staging-3.11.tar.xz -> wine-staging-3.12.tar.xz ++++++ /work/SRC/openSUSE:Factory/wine/wine-staging-3.11.tar.xz /work/SRC/openSUSE:Factory/.wine.new/wine-staging-3.12.tar.xz differ: char 27, line 1 ++++++ winetricks ++++++ --- /var/tmp/diff_new_pack.2rmkRb/_old 2018-07-12 09:21:57.974653627 +0200 +++ /var/tmp/diff_new_pack.2rmkRb/_new 2018-07-12 09:21:57.978653633 +0200 @@ -6670,24 +6670,48 @@ load_dxvk60() { # https://github.com/doitsujin/dxvk - w_download "https://github.com/doitsujin/dxvk/releases/download/v0.60/dxvk-0.60.tar.gz" ece9286ebe75aab4c585b8aeb5040b36982db3c54f5d59be76b2e89e8edde10e + w_download "https://github.com/doitsujin/dxvk/releases/download/v0.60/dxvk-0.60.tar.gz" 27d6f700241d3ec3b6c002c3d739bb0e3f210ec916ecb5a62d9204e9e50f2c4a helper_dxvk "$file1" "3.10" "1.0.76" } #---------------------------------------------------------------- +w_metadata dxvk61 dlls \ + title="Vulkan-based D3D11 implementation for Linux / Wine (0.61)" \ + publisher="Philip Rebohle" \ + year="2018" \ + media="download" \ + file1="dxvk-0.61.tar.gz" \ + installed_file1="$W_SYSTEM32_DLLS_WIN/d3d11.dll" \ + installed_file2="$W_SYSTEM32_DLLS_WIN/dxgi.dll" + +load_dxvk61() +{ + # https://github.com/doitsujin/dxvk + w_download "https://github.com/doitsujin/dxvk/releases/download/v0.61/dxvk-0.61.tar.gz" d04388f026dc0d8b276b08f7db74fb3556cbbc8f762401eb5ef52629ee39ded1 + helper_dxvk "$file1" "3.10" "1.0.76" +} + + +#---------------------------------------------------------------- + w_metadata dxvk dlls \ title="Vulkan-based D3D11 implementation for Linux / Wine (latest)" \ publisher="Philip Rebohle" \ year="2018" \ media="download" \ - file1="dxvk-0.60.tar.gz" \ installed_file1="$W_SYSTEM32_DLLS_WIN/d3d11.dll" \ installed_file2="$W_SYSTEM32_DLLS_WIN/dxgi.dll" load_dxvk() { - w_call dxvk60 + # https://github.com/doitsujin/dxvk + # There's no stable exe URL, but they do provide a RELEASE file that lets us build one: + w_download_to "$W_TMP" "https://raw.githubusercontent.com/doitsujin/dxvk/master/RELEASE" + dxvk_version="$(cat "${W_TMP}/RELEASE")" + w_linkcheck=1_ignore w_download "https://github.com/doitsujin/dxvk/releases/download/v${dxvk_version}/dxvk-${dxvk_version}.tar.gz" + helper_dxvk "dxvk-${dxvk_version}.tar.gz" "3.10" "1.0.76" + unset dxvk_version } #---------------------------------------------------------------- @@ -12299,7 +12323,7 @@ load_mt4() { - w_download https://download.mql5.com/cdn/web/metaquotes.software.corp/mt4/mt4setup.exe + w_download https://web.archive.org/web/20160112133258/https://download.mql5.com/cdn/web/metaquotes.software.corp/mt4/mt4setup.exe?utm_campaign=www.metatrader4.com 96c82266e18cc4ada1bbc0cd0ada74c3a31d18914fb1a36626f4596c8bacb6f0 mt4setup.exe if w_workaround_wine_bug 7156 "${title} needs wingdings.ttf, installing opensymbol"; then w_call opensymbol @@ -19490,7 +19514,7 @@ load_remove_mono() { - mono_uuid="$("${WINE_ARCH}" uninstaller --list | grep Mono | cut -f1 -d\|)" + mono_uuid="$("${WINE_ARCH}" uninstaller --list | grep 'Wine Mono' | cut -f1 -d\|)" if test "$mono_uuid"; then "${WINE_ARCH}" uninstaller --remove "$mono_uuid" else
