Hello community,

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

Package is "wine"

Tue Aug  8 11:59:19 2017 rev:229 rq:514716 version:2.14

Changes:
--------
--- /work/SRC/openSUSE:Factory/wine/wine.changes        2017-07-25 
11:39:50.205081986 +0200
+++ /work/SRC/openSUSE:Factory/.wine.new/wine.changes   2017-08-08 
11:59:28.306061745 +0200
@@ -1,0 +2,11 @@
+Fri Aug  4 11:03:53 UTC 2017 - meiss...@suse.com
+
+- Update to 2.14 development snapshot
+  - Mono engine updated with some bug fixes.
+  - C++ calling convention workarounds in the IDL compiler.
+  - Z-order support in the Android graphics driver.
+  - Scalable mouse cursors on macOS.
+  - Various bug fixes.
+- updated winetricks
+
+-------------------------------------------------------------------

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

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

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

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

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


++++++ winetricks ++++++
--- /var/tmp/diff_new_pack.WzcQIP/_old  2017-08-08 11:59:30.693725457 +0200
+++ /var/tmp/diff_new_pack.WzcQIP/_new  2017-08-08 11:59:30.721721515 +0200
@@ -2416,20 +2416,13 @@
 
     case "$comparison" in
         # expected value if the comparison is true
-        -bn) _expected_pos_current_wine="2"
-             
_wine_versions_string="${known_wine_val1}\n${_wine_version_stripped}\n${known_wine_val2}"
-             ;;
-        -ge) _expected_pos_current_wine="2"
-             
_wine_versions_string="${known_wine_val1}\n${_wine_version_stripped}"
-             ;;
-        -le) _expected_pos_current_wine="1"
-             
_wine_versions_string="${known_wine_val1}\n${_wine_version_stripped}"
-             ;;
+        -bn) _expected_pos_current_wine="2";;
+        -ge) _expected_pos_current_wine="2";;
+        -le) _expected_pos_current_wine="1";;
         *) w_die "Unsupported comparison. Only -ge and -le are supported" ;;
     esac
 
-    # shellcheck disable=SC2039
-    _pos_current_wine="$(echo -e "${_wine_versions_string}" | sort -V | grep 
-n "^${_wine_version_stripped}\$" | cut -d : -f1)"
+    _pos_current_wine="$(printf "%s\n%s\n%s" "${known_wine_val1}" 
"${_wine_version_stripped}" "${known_wine_val2}" | sort -V | grep -n 
"^${_wine_version_stripped}\$" | cut -d : -f1)"
     if [ "$_pos_current_wine" = "$_expected_pos_current_wine" ] ; then
         #echo "true: known_wine_version=$2, comparison=$1, stripped 
wine=$_wine_version_stripped, expected_pos=$_expected_pos_known, 
pos_known=$_pos_known_wine"
         #echo "Wine version comparison is true"
@@ -3035,7 +3028,7 @@
     # Gecko (winezeug bug 223).
     # The tr removes carriage returns so expanded variables don't have crud on 
the end
     # The grep works around using new wineprefixes with old wine
-    WINEDEBUG=-all "$WINE" "$@" 2> "$W_TMP_EARLY"/early_wine.err.txt | ( sed 
's/.*1h.=//' | tr -d '\r' | grep -v "Module not found" || true)
+    WINEDEBUG=-all "$WINE" "$@" 2> "$W_TMP_EARLY"/early_wine.err.txt | ( sed 
's/.*1h.=//' | tr -d '\r' | grep -v -e "Module not found" -e "Could not load 
wine-gecko" || true)
 }
 
 winetricks_detect_gui()
@@ -4920,6 +4913,11 @@
     # wine-2.8
     _wine_version_stripped="$(echo "$WINETRICKS_WINE_VERSION" | cut -d ' ' -f1 
| sed -e 's/wine-//' -e 's/-rc.*//')"
 
+    # If WINE is < 2.0, warn user:
+    if w_wine_version_in 2.0, ; then
+        w_warn "Your version of wine $_wine_version_stripped is no longer 
supported upstream. You should upgrade to 2.x"
+    fi
+
     if [ ! "$WINETRICKS_SUPER_QUIET" ] ; then
         echo "Using winetricks $(winetricks_print_version) with 
${WINETRICKS_ORIG_WINE_VERSION} and WINEARCH=${W_ARCH}"
     fi


Reply via email to