Hello community,

here is the log from the commit of package wine for openSUSE:Factory checked in 
at 2015-11-02 12:55:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/wine (Old)
 and      /work/SRC/openSUSE:Factory/.wine.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "wine"

Changes:
--------
--- /work/SRC/openSUSE:Factory/wine/wine.changes        2015-10-30 
16:36:10.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.wine.new/wine.changes   2015-11-02 
12:55:57.000000000 +0100
@@ -1,0 +2,13 @@
+Fri Oct 30 13:46:11 UTC 2015 - meiss...@suse.com
+
+- Updated to 1.7.54 development snapshot
+  - Implementation of the TransmitFile function.
+  - More implementation of the Web Services DLL.
+  - Improved video decoding.
+  - Alternative for the deprecated prelink tool.
+  - Major Turkish translation update.
+  - Various bug fixes.
+- wine-relocate-base.patch: is upstream
+- winetricks: updated
+
+-------------------------------------------------------------------

Old:
----
  wine-1.7.53.tar.bz2
  wine-1.7.53.tar.bz2.sign
  wine-relocate-base.patch

New:
----
  wine-1.7.54.tar.bz2
  wine-1.7.54.tar.bz2.sign

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

Other differences:
------------------
++++++ wine.spec ++++++
--- /var/tmp/diff_new_pack.RrtsDM/_old  2015-11-02 12:55:59.000000000 +0100
+++ /var/tmp/diff_new_pack.RrtsDM/_new  2015-11-02 12:55:59.000000000 +0100
@@ -52,7 +52,7 @@
 BuildRequires:  update-desktop-files
 BuildRequires:  valgrind-devel
 BuildRequires:  xorg-x11-devel
-Version:        1.7.53
+Version:        1.7.54
 Release:        0
 Summary:        An MS Windows Emulator
 License:        LGPL-2.1+
@@ -72,7 +72,6 @@
 # SUSE specific patches
 # - currently none, but add them here
 #Patch0:         susepatches.patch
-Patch1:         wine-relocate-base.patch
 Recommends:     wine-gecko >= 2.24
 Recommends:     wine-mp3
 # not packaged in distro...
@@ -118,7 +117,6 @@
 %prep
 %setup -q
 #%patch0 -p1
-%patch1 -p1
 #
 cp %{S:3} .
 #
@@ -174,7 +172,9 @@
 install -m 0755 %SOURCE2 %{buildroot}%{_bindir}/
 mv %{buildroot}/%{_mandir}/de.UTF-8 %{buildroot}/%{_mandir}/de
 mv %{buildroot}/%{_mandir}/fr.UTF-8 %{buildroot}/%{_mandir}/fr
+%ifnarch x86_64
 mv %{buildroot}/%{_mandir}/pl.UTF-8 %{buildroot}/%{_mandir}/pl
+%endif
 install -c %{SOURCE11} %{buildroot}/%{_mandir}/man1/
 
 tar xjf %{SOURCE5}
@@ -238,12 +238,16 @@
 %{_bindir}/wisotool
 %{_datadir}/wine
 %{_datadir}/applications/wine.desktop
+%ifnarch x86_64
 %doc %{_mandir}/man1/wine.1*
+%endif
 %doc %{_mandir}/man1/winedbg.1*
 %doc %{_mandir}/man1/wineserver.1*
+%ifnarch x86_64
 %doc %dir %doc %{_mandir}/pl
 %doc %dir %doc %{_mandir}/pl/man1
 %doc %{_mandir}/*/man1/wine.1*
+%endif
 %doc %{_mandir}/*/man1/wineserver.1*
 %doc %{_mandir}/man1/msiexec.1.*
 %doc %{_mandir}/man1/notepad.1.*

++++++ wine-1.7.53.tar.bz2 -> wine-1.7.54.tar.bz2 ++++++
/work/SRC/openSUSE:Factory/wine/wine-1.7.53.tar.bz2 
/work/SRC/openSUSE:Factory/.wine.new/wine-1.7.54.tar.bz2 differ: char 11, line 1


++++++ winetricks ++++++
--- /var/tmp/diff_new_pack.RrtsDM/_old  2015-11-02 12:55:59.000000000 +0100
+++ /var/tmp/diff_new_pack.RrtsDM/_new  2015-11-02 12:55:59.000000000 +0100
@@ -8020,6 +8020,29 @@
     else
         w_try "$WINE" vcredist_x86.exe $W_UNATTENDED_SLASH_Q
     fi
+
+    case "$W_ARCH" in
+    win64)
+        # Also install the 64 bit version
+        # 2015/10/19: 1a5d93dddbc431ab27b1da711cd3370891542797
+        w_download 
http://download.microsoft.com/download/1/6/B/16B06F60-3B20-4FF2-B699-5E9B7962F9AE/VSU_4/vcredist_x64.exe
 1a5d93dddbc431ab27b1da711cd3370891542797
+        if w_workaround_wine_bug 30713 "Manually extracting the 64-bit dlls"
+        then
+            rm -f "$W_TMP"/*  # Avoid permission error
+            w_try_cabextract --directory="$W_TMP" vcredist_x64.exe
+            w_try_cabextract --directory="$W_TMP" "$W_TMP/a2"
+            w_try_cabextract --directory="$W_TMP" "$W_TMP/a3"
+            cp "$W_TMP"/F_CENTRAL_atl110_x64 "$W_SYSTEM64_DLLS"/atl110.dll
+            cp "$W_TMP"/F_CENTRAL_mfc110_x64 "$W_SYSTEM64_DLLS"/mfc110.dll
+            cp "$W_TMP"/F_CENTRAL_mfc110u_x64 "$W_SYSTEM64_DLLS"/mfc110u.dll
+            cp "$W_TMP"/F_CENTRAL_msvcp110_x64 "$W_SYSTEM64_DLLS"/msvcp110.dll
+            cp "$W_TMP"/F_CENTRAL_msvcr110_x64 "$W_SYSTEM64_DLLS"/msvcr110.dll
+            cp "$W_TMP"/F_CENTRAL_vcomp110_x64 "$W_SYSTEM64_DLLS"/vcomp110.dll
+        else
+            w_try "$WINE" vcredist_x64.exe $W_UNATTENDED_SLASH_Q
+        fi
+        ;;
+    esac
 }
 
 #----------------------------------------------------------------
@@ -8054,6 +8077,28 @@
     else
         w_try "$WINE" vcredist_x86.exe $W_UNATTENDED_SLASH_Q
     fi
+
+    case "$W_ARCH" in
+    win64)
+        # Also install the 64 bit version
+        # 2015/10/19: 8bf41ba9eef02d30635a10433817dbb6886da5a2
+        w_download 
http://download.microsoft.com/download/2/E/6/2E61CFA4-993B-4DD4-91DA-3737CD5CD6E3/vcredist_x64.exe
 8bf41ba9eef02d30635a10433817dbb6886da5a2
+        if w_workaround_wine_bug 30713 "Manually extracting the 64-bit dlls"
+        then
+            rm -f "$W_TMP"/*  # Avoid permission error
+            w_try_cabextract --directory="$W_TMP" vcredist_x64.exe
+            w_try_cabextract --directory="$W_TMP" "$W_TMP/a2"
+            w_try_cabextract --directory="$W_TMP" "$W_TMP/a3"
+            cp "$W_TMP"/F_CENTRAL_mfc120_x64 "$W_SYSTEM64_DLLS"/mfc120.dll
+            cp "$W_TMP"/F_CENTRAL_mfc120u_x64 "$W_SYSTEM64_DLLS"/mfc120u.dll
+            cp "$W_TMP"/F_CENTRAL_msvcp120_x64 "$W_SYSTEM64_DLLS"/msvcp120.dll
+            cp "$W_TMP"/F_CENTRAL_msvcr120_x64 "$W_SYSTEM64_DLLS"/msvcr120.dll
+            cp "$W_TMP"/F_CENTRAL_vcomp120_x64 "$W_SYSTEM64_DLLS"/vcomp120.dll
+        else
+            w_try "$WINE" vcredist_x64.exe $W_UNATTENDED_SLASH_Q
+        fi
+        ;;
+    esac
 }
 
 #----------------------------------------------------------------
@@ -8100,6 +8145,7 @@
         w_download 
https://download.microsoft.com/download/9/3/F/93FCF1E7-E6A4-478B-96E7-D4B285925B00/vc_redist.x64.exe
 3155cb0f146b927fcc30647c1a904cd162548c8c
         if w_workaround_wine_bug 30713 "Manually extracting the 64-bit dlls"
         then
+            rm -f "$W_TMP"/*  # Avoid permission error
             w_try_cabextract --directory="$W_TMP" vc_redist.x64.exe
             w_try_cabextract --directory="$W_TMP" "$W_TMP/a10"
             w_try_cabextract --directory="$W_TMP" "$W_TMP/a11"
@@ -8945,7 +8991,7 @@
     # SDKSetup encountered an error: The type initializer for 
'Microsoft.WizardFramework.WizardSettings' threw an exception
     # and WINEDEBUG=+relay,+seh shows an exception very quickly after
     # Call KERNEL32.CreateFileW(0c83b36c 
L"Z:\\USR\\SHARE\\FONTS\\TRUETYPE\\TTF-ORIYA-FONTS\\SAMYAK-ORIYA.TTF",80000000,00000001,00000000,00000003,00000080,00000000)
 ret=70d44091
-    if xlsfonts 2>/dev/null | egrep -i "samyak|oriya"
+    if xlsfonts 2>/dev/null | egrep -i "samyak.*oriya"
     then
         w_die "Please uninstall the Samyak/Oriya font, e.g. 'sudo dpkg -r 
ttf-oriya-fonts', then log out and log in again.  That font causes strange 
crashes in .net programs."
     fi


Reply via email to