Hello community,

here is the log from the commit of package wine for openSUSE:Factory checked in 
at 2017-08-21 11:37:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/wine (Old)
 and      /work/SRC/openSUSE:Factory/.wine.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "wine"

Mon Aug 21 11:37:52 2017 rev:230 rq:517800 version:2.15

Changes:
--------
--- /work/SRC/openSUSE:Factory/wine/wine.changes        2017-08-08 
11:59:28.306061745 +0200
+++ /work/SRC/openSUSE:Factory/.wine.new/wine.changes   2017-08-21 
11:38:00.901968921 +0200
@@ -1,0 +2,10 @@
+Sun Aug 20 08:00:13 UTC 2017 - [email protected]
+
+- Update to 2.15 development snapshot
+  - Support for AES encryption.
+  - Improved Bezier support in Direct2D.
+  - Chunked transfer improvements in WinInet.
+  - Various bug fixes.
+- updated winetricks
+
+-------------------------------------------------------------------

Old:
----
  wine-2.14.tar.xz
  wine-2.14.tar.xz.sign

New:
----
  wine-2.15.tar.xz
  wine-2.15.tar.xz.sign

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

Other differences:
------------------
++++++ wine.spec ++++++
--- /var/tmp/diff_new_pack.8Ux5p5/_old  2017-08-21 11:38:02.837696675 +0200
+++ /var/tmp/diff_new_pack.8Ux5p5/_new  2017-08-21 11:38:02.853694425 +0200
@@ -61,8 +61,8 @@
 BuildRequires:  valgrind-devel
 BuildRequires:  xorg-x11-devel
 BuildRequires:  pkgconfig(libudev)
-%define realver 2.14
-Version:        2.14
+%define realver 2.15
+Version:        2.15
 Release:        0
 Summary:        An MS Windows Emulator
 License:        LGPL-2.1+

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


++++++ winetricks ++++++
--- /var/tmp/diff_new_pack.8Ux5p5/_old  2017-08-21 11:38:03.253638176 +0200
+++ /var/tmp/diff_new_pack.8Ux5p5/_new  2017-08-21 11:38:03.257637613 +0200
@@ -1779,7 +1779,7 @@
     module="$2"
 
     # Remove wine's builtin manifest, if present. Use:
-    # wineboot ; find "$WINEPREFIX"/drive_c/windows/winsxs/ -iname *manifest | 
grep deadbeef | sort
+    # wineboot ; find "$WINEPREFIX"/drive_c/windows/winsxs/ -iname 
\*deadbeef.manifest | sort
     case "$W_PACKAGE" in
         comctl32)
             w_try rm -rf 
"$W_WINDIR_UNIX"/winsxs/manifests/amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.2600.2982_none_deadbeef.manifest
@@ -5241,7 +5241,14 @@
     # 2017/03/14: 20.0.0.260 (strings 'Adobe AIR.dll' | grep 20\\. ) sha256sum 
318770b9a18e59ca4a721a1f5c2b0235cffdbe77a043e99cb2af32074d61de45
     w_download 
https://airdownload.adobe.com/air/win/download/20.0/AdobeAIRInstaller.exe 
318770b9a18e59ca4a721a1f5c2b0235cffdbe77a043e99cb2af32074d61de45
     w_try_cd "$W_CACHE/$W_PACKAGE"
-    w_try "$WINE" AdobeAIRInstaller.exe $W_UNATTENDED_DASH_SILENT
+
+    # See https://bugs.winehq.org/show_bug.cgi?id=43506
+    # and https://github.com/Winetricks/winetricks/issues/821
+    if w_workaround_wine_bug 43506 "Forcing quiet install"; then
+        w_try "$WINE" AdobeAIRInstaller.exe -silent
+    else
+        w_try "$WINE" AdobeAIRInstaller.exe $W_UNATTENDED_DASH_SILENT
+    fi
 }
 
 #----------------------------------------------------------------


Reply via email to