Hello community,

here is the log from the commit of package wine for openSUSE:Factory checked in 
at 2017-11-13 14:01:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/wine (Old)
 and      /work/SRC/openSUSE:Factory/.wine.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "wine"

Mon Nov 13 14:01:06 2017 rev:235 rq:540753 version:2.21

Changes:
--------
--- /work/SRC/openSUSE:Factory/wine/wine.changes        2017-11-03 
16:25:32.586697535 +0100
+++ /work/SRC/openSUSE:Factory/.wine.new/wine.changes   2017-11-13 
14:03:59.630338085 +0100
@@ -1,0 +2,13 @@
+Sat Nov 11 14:56:58 UTC 2017 - aavind...@gmail.com
+
+- Update to 2.21 development snapshot
+  - More metafile support in GdiPlus.
+  - Indirect draws support in Direct 3D.
+  - Calling convention fixes on ARM.
+  - Improved serial port detection on Linux.
+  - Services fixes on WoW64.
+  - Better DPI scaling in the Shell Explorer.
+  - Various bug fixes.
+- Updated winetricks
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ wine.spec ++++++
--- /var/tmp/diff_new_pack.Na7pLl/_old  2017-11-13 14:04:12.885861350 +0100
+++ /var/tmp/diff_new_pack.Na7pLl/_new  2017-11-13 14:04:12.889861206 +0100
@@ -61,8 +61,8 @@
 BuildRequires:  valgrind-devel
 BuildRequires:  xorg-x11-devel
 BuildRequires:  pkgconfig(libudev)
-%define realver 2.20
-Version:        2.20
+%define realver 2.21
+Version:        2.21
 Release:        0
 Summary:        An MS Windows Emulator
 License:        LGPL-2.1+

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


++++++ winetricks ++++++
--- /var/tmp/diff_new_pack.Na7pLl/_old  2017-11-13 14:04:13.013856747 +0100
+++ /var/tmp/diff_new_pack.Na7pLl/_new  2017-11-13 14:04:13.017856603 +0100
@@ -10256,6 +10256,7 @@
     w_try_cabextract -q --directory="$W_TMP" "$W_CACHE"/eufonts/EUupdate.EXE
     w_try cp -f "$W_TMP"/*.ttf "$W_FONTSDIR_UNIX"
 
+    w_register_font ArialBd.ttf "Arial Bold"
     w_register_font ArialBI.ttf "Arial Bold Italic"
     w_register_font ArialI.ttf "Arial Italic"
     w_register_font Arial.ttf "Arial"
@@ -11205,7 +11206,7 @@
     status=$?
     case $status in
         0|194) ;;
-        *) w_die ie6 installation failed
+        *) w_die ie6 installation failed;;
     esac
 
     # Work around DLL registration bug until ierunonce/RunOnce/wineboot is 
fixed
@@ -18586,6 +18587,7 @@
 "VideoMemorySize"="$size"
 
 _EOF_
+    ;;
     esac
     w_try_regedit "$W_TMP_WIN"\\set-video.reg
 }
@@ -18787,6 +18789,9 @@
 {
     # Save opt-in status
     if test "$WINETRICKS_STATS_REPORT"; then
+        if test ! -d "$W_CACHE"; then
+            mkdir -p "$W_CACHE"
+        fi
         echo "$WINETRICKS_STATS_REPORT" > "$W_CACHE"/track_usage
     fi
 }
@@ -18841,11 +18846,10 @@
                     $WINETRICKS_GUI --info --text "$declined"
                     WINETRICKS_STATS_REPORT=0
                 fi
-                echo $WINETRICKS_STATS_REPORT > "$W_CACHE"/track_usage
+                winetricks_stats_save
                 ;;
         esac
     fi
-    winetricks_stats_save
 }
 
 # Retrieve a short string with the operating system name and version


Reply via email to