Hello community,

here is the log from the commit of package wine for openSUSE:Factory checked in 
at 2018-10-29 14:22:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/wine (Old)
 and      /work/SRC/openSUSE:Factory/.wine.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "wine"

Mon Oct 29 14:22:56 2018 rev:265 rq:645124 version:3.19

Changes:
--------
--- /work/SRC/openSUSE:Factory/wine/wine.changes        2018-10-15 
09:47:30.623098757 +0200
+++ /work/SRC/openSUSE:Factory/.wine.new/wine.changes   2018-10-29 
14:30:52.053899607 +0100
@@ -1,0 +2,12 @@
+Sat Oct 27 07:57:19 UTC 2018 - [email protected]
+
+- Update to 3.19 development release
+  - Support for file I/O completion modes.
+  - WaitOnAddress synchronization primitives.
+  - Better support for 32-bit .NET binaries on 64-bit.
+  - Improved recovery on broken RPC connection.
+  - Various bug fixes.
+- updated staging to 3.19
+- updated winetricks
+
+-------------------------------------------------------------------

Old:
----
  wine-3.18.tar.xz
  wine-3.18.tar.xz.sign
  wine-staging-3.18.tar.xz

New:
----
  wine-3.19.tar.xz
  wine-3.19.tar.xz.sign
  wine-staging-3.19.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ wine.spec ++++++
--- /var/tmp/diff_new_pack.keYIdv/_old  2018-10-29 14:30:57.517714134 +0100
+++ /var/tmp/diff_new_pack.keYIdv/_new  2018-10-29 14:30:57.521714002 +0100
@@ -107,8 +107,8 @@
 BuildRequires:  pkgconfig(xrender)
 BuildRequires:  pkgconfig(xxf86vm)
 BuildRequires:  pkgconfig(zlib)
-%define realver 3.18
-Version:        3.18
+%define realver 3.19
+Version:        3.19
 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.18
+%define staging_version 3.19
 Source100:      wine-staging-%{staging_version}.tar.xz
 BuildRequires:  gtk3-devel
 BuildRequires:  libOSMesa-devel

++++++ _service ++++++
--- /var/tmp/diff_new_pack.keYIdv/_old  2018-10-29 14:30:57.561712677 +0100
+++ /var/tmp/diff_new_pack.keYIdv/_new  2018-10-29 14:30:57.565712544 +0100
@@ -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.18</param>
+    <param name="revision">refs/tags/v3.19</param>
     <param name="match-tag">v*.*</param>
     <param name="scm">git</param>
   </service>

++++++ wine-3.18.tar.xz -> wine-3.19.tar.xz ++++++
/work/SRC/openSUSE:Factory/wine/wine-3.18.tar.xz 
/work/SRC/openSUSE:Factory/.wine.new/wine-3.19.tar.xz differ: char 26, line 1

++++++ wine-staging-3.18.tar.xz -> wine-staging-3.19.tar.xz ++++++
/work/SRC/openSUSE:Factory/wine/wine-staging-3.18.tar.xz 
/work/SRC/openSUSE:Factory/.wine.new/wine-staging-3.19.tar.xz differ: char 26, 
line 1


++++++ winetricks ++++++
--- /var/tmp/diff_new_pack.keYIdv/_old  2018-10-29 14:30:57.649709763 +0100
+++ /var/tmp/diff_new_pack.keYIdv/_new  2018-10-29 14:30:57.653709631 +0100
@@ -5381,6 +5381,10 @@
     return 0
 }
 
+# Test whether temporary directory is valid - before initialising script
+[ -d "$W_TMP_EARLY" ] || w_die "temporary directory: '$W_TMP_EARLY' ; does not 
exist"
+[ -w "$W_TMP_EARLY" ] || w_die "temporary directory: '$W_TMP_EARLY' ; is not 
user writeable"
+
 # Must initialize variables before calling w_metadata
 if ! test "$WINETRICKS_LIB"
 then
@@ -6887,6 +6891,44 @@
     helper_dxvk "$file1" "d3d10_enabled" "3.10" "1.0.76"
 }
 
+w_metadata dxvk81 dlls \
+    title="Vulkan-based D3D10/D3D11 implementation for Linux / Wine (0.81)" \
+    publisher="Philip Rebohle" \
+    year="2018" \
+    media="download" \
+    file1="dxvk-0.81.tar.gz" \
+    installed_file1="$W_SYSTEM32_DLLS_WIN/d3d10.dll" \
+    installed_file2="$W_SYSTEM32_DLLS_WIN/d3d10_1.dll" \
+    installed_file3="$W_SYSTEM32_DLLS_WIN/d3d10core.dll" \
+    installed_file4="$W_SYSTEM32_DLLS_WIN/d3d11.dll" \
+    installed_file5="$W_SYSTEM32_DLLS_WIN/dxgi.dll"
+
+load_dxvk81()
+{
+    # https://github.com/doitsujin/dxvk
+    w_download 
"https://github.com/doitsujin/dxvk/releases/download/v0.81/dxvk-0.81.tar.gz"; 
9bf6eda9ae4ee74b509e07dfe9cc003dfa4bba192b519dacdd542a57f6a43869
+    helper_dxvk "$file1" "d3d10_enabled" "3.10" "1.0.76"
+}
+
+w_metadata dxvk90 dlls \
+    title="Vulkan-based D3D10/D3D11 implementation for Linux / Wine (0.90)" \
+    publisher="Philip Rebohle" \
+    year="2018" \
+    media="download" \
+    file1="dxvk-0.90.tar.gz" \
+    installed_file1="$W_SYSTEM32_DLLS_WIN/d3d10.dll" \
+    installed_file2="$W_SYSTEM32_DLLS_WIN/d3d10_1.dll" \
+    installed_file3="$W_SYSTEM32_DLLS_WIN/d3d10core.dll" \
+    installed_file4="$W_SYSTEM32_DLLS_WIN/d3d11.dll" \
+    installed_file5="$W_SYSTEM32_DLLS_WIN/dxgi.dll"
+
+load_dxvk90()
+{
+    # https://github.com/doitsujin/dxvk
+    w_download 
"https://github.com/doitsujin/dxvk/releases/download/v0.90/dxvk-0.90.tar.gz"; 
15bce7b282065054ff9233b33738bf1d2c74b16829361cbd6843bc2f5dfe4509
+    helper_dxvk "$file1" "d3d10_enabled" "3.19" "1.1.88"
+}
+
 
 #----------------------------------------------------------------
 
@@ -6908,7 +6950,7 @@
     w_download_to "${W_TMP_EARLY}" 
"https://raw.githubusercontent.com/doitsujin/dxvk/master/RELEASE";
     dxvk_version="$(cat "${W_TMP_EARLY}/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" "d3d10_enabled" "3.10" "1.0.76"
+    helper_dxvk "dxvk-${dxvk_version}.tar.gz" "d3d10_enabled" "3.19" "1.1.88"
     unset dxvk_version
 }
 


Reply via email to