[wine] 1.7.37-1

Andreas Bierfert awjb at fedoraproject.org
Sun Feb 22 09:40:46 UTC 2015


commit b2ce05a2bdd87a0f4547d33151656c1cdba672e6
Author: Andreas Bierfert <andreas.bierfert at lowlatency.de>
Date:   Sun Feb 22 10:40:42 2015 +0100

    1.7.37-1
    
    - version upgrade

 .gitignore                                         |  6 +--
 ..._MB_LEN_MAX-to-5-and-use-it-in-MSVCRT__wc.patch | 54 ----------------------
 sources                                            |  6 +--
 wine.spec                                          | 18 +++++---
 4 files changed, 18 insertions(+), 66 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3d3f82e..bfa2588 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,3 @@
-/wine-1.7.36.tar.bz2
-/wine-1.7.36.tar.bz2.sign
-/wine-staging-1.7.36.tar.gz
+/wine-1.7.37.tar.bz2
+/wine-1.7.37.tar.bz2.sign
+/wine-staging-1.7.37.tar.gz
diff --git a/sources b/sources
index cf0ff97..58816b0 100644
--- a/sources
+++ b/sources
@@ -1,3 +1,3 @@
-3660517d7c87846f76f8bf40b92a6121  wine-1.7.36.tar.bz2
-0ad25a60dfa8bf4dcbe21f18c13a66e5  wine-1.7.36.tar.bz2.sign
-8015fd8766d5421fdeb221b623f6f6b2  wine-staging-1.7.36.tar.gz
+99741c9efece0bf062b39992b63cf5ca  wine-1.7.37.tar.bz2
+0bd20a998b5dcf5c424c2cabec4df874  wine-1.7.37.tar.bz2.sign
+40feaf4d51cae9c575f638fbf6634f2b  wine-staging-1.7.37.tar.gz
diff --git a/wine.spec b/wine.spec
index a559556..5ae9e5b 100644
--- a/wine.spec
+++ b/wine.spec
@@ -18,8 +18,8 @@
 %endif
 
 Name:           wine
-Version:        1.7.36
-Release:        2%{?dist}
+Version:        1.7.37
+Release:        1%{?dist}
 Summary:        A compatibility layer for windows applications
 
 Group:          Applications/Emulators
@@ -70,9 +70,6 @@ Patch511:       wine-cjk.patch
 # pulseaudio-patch is covered by that patch-set, too.
 Source900: https://github.com/compholio/wine-compholio/archive/v%{version}.tar.gz#/wine-staging-%{version}.tar.gz
 
-# https://bugs.wine-staging.com/show_bug.cgi?id=68
-Patch900:  wine-staging-rtlunwindex.patch
-
 %if !%{?no64bit}
 ExclusiveArch:  %{ix86} x86_64 %{arm}
 %else
@@ -616,7 +613,6 @@ This package adds the opencl driver for wine.
 # since the pulse patch is included in the compholio patches use it from
 # there
 gzip -dc %{SOURCE900} | tar -xf - --strip-components=1
-%patch900 -p1 -b.rtlunwindex
 
 %if 0%{?compholio}
 %{__make} -C patches DESTDIR="`pwd`" install
@@ -1184,6 +1180,7 @@ fi
 %{_libdir}/wine/comdlg32.dll.so
 %{_libdir}/wine/compstui.dll.so
 %{_libdir}/wine/comsvcs.dll.so
+%{_libdir}/wine/connect.dll.so
 %{_libdir}/wine/credui.dll.so
 %{_libdir}/wine/crtdll.dll.so
 %{_libdir}/wine/crypt32.dll.so
@@ -1302,6 +1299,7 @@ fi
 %{_libdir}/wine/mciqtz32.dll.so
 %{_libdir}/wine/mciseq.dll.so
 %{_libdir}/wine/mciwave.dll.so
+%{_libdir}/wine/mf.dll.so
 %{_libdir}/wine/mfplat.dll.so
 %{_libdir}/wine/mfreadwrite.dll.so
 %{_libdir}/wine/mgmtapi.dll.so
@@ -1529,8 +1527,12 @@ fi
 %{_libdir}/wine/wined3d.dll.so
 %{_libdir}/wine/dnsapi.dll.so
 %{_libdir}/wine/iexplore.exe.so
+%{_libdir}/wine/x3daudio1_1.dll.so
 %{_libdir}/wine/x3daudio1_7.dll.so
 %{_libdir}/wine/xapofx1_1.dll.so
+%{_libdir}/wine/xapofx1_3.dll.so
+%{_libdir}/wine/xapofx1_4.dll.so
+%{_libdir}/wine/xapofx1_5.dll.so
 %{_libdir}/wine/xaudio2_7.dll.so
 %{_libdir}/wine/xcopy.exe.so
 %{_libdir}/wine/xinput1_1.dll.so
@@ -1814,6 +1816,10 @@ fi
 %{_libdir}/wine/opencl.dll.so
 
 %changelog
+* Sun Feb 22 2015 Andreas Bierfert <andreas.bierfert at lowlatency.de>
+- 1.7.37-1
+- version upgrade
+
 * Mon Feb 16 2015 Michael Cronenworth <mike at cchtml.com> - 1.7.36-2
 - Patch for RtlUnwindEx fix (staging bz #68)
 - Use new systemd macros for binfmt handling


More information about the scm-commits mailing list