From d21e5d7c7469d91d10e946ece3b68653e52c56fc Mon Sep 17 00:00:00 2001 From: Michael Cronenworth Date: Sun, 8 Feb 2015 18:28:12 -0600 Subject: [PATCH] Update to 1.7.36 --- .gitignore | 6 +++--- sources | 6 +++--- wine.spec | 12 ++++++++---- 3 files changed, 14 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index d437db2..3d3f82e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ -/wine-1.7.35.tar.bz2 -/wine-1.7.35.tar.bz2.sign -/wine-staging-1.7.35.tar.gz +/wine-1.7.36.tar.bz2 +/wine-1.7.36.tar.bz2.sign +/wine-staging-1.7.36.tar.gz diff --git a/sources b/sources index 3620507..cf0ff97 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ -c33d5f3187218ef53e233da3b5cccc80 wine-1.7.35.tar.bz2 -547d2d290c421dbfbab59939327d0961 wine-1.7.35.tar.bz2.sign -41bc21247e5a4f4f3c68667fd9d489fa wine-staging-1.7.35.tar.gz +3660517d7c87846f76f8bf40b92a6121 wine-1.7.36.tar.bz2 +0ad25a60dfa8bf4dcbe21f18c13a66e5 wine-1.7.36.tar.bz2.sign +8015fd8766d5421fdeb221b623f6f6b2 wine-staging-1.7.36.tar.gz diff --git a/wine.spec b/wine.spec index 62d3758..970316a 100644 --- a/wine.spec +++ b/wine.spec @@ -10,8 +10,8 @@ %endif # 0%{?fedora} Name: wine -Version: 1.7.35 -Release: 3%{?dist} +Version: 1.7.36 +Release: 1%{?dist} Summary: A compatibility layer for windows applications Group: Applications/Emulators @@ -57,7 +57,6 @@ Source501: wine-tahoma.conf Source502: wine-README-tahoma Patch511: wine-cjk.patch -Patch512: 0001-Bump-MSVCRT_MB_LEN_MAX-to-5-and-use-it-in-MSVCRT__wc.patch # wine compholio patches for pipelight. # pulseaudio-patch is covered by that patch-set, too. @@ -601,7 +600,6 @@ This package adds the opencl driver for wine. %prep %setup -q %patch511 -p1 -b.cjk -%patch512 -p1 -b.buf # setup and apply compholio-patches or pulseaudio-patch. # since the pulse patch is included in the compholio patches use it from @@ -1235,6 +1233,7 @@ fi %{_libdir}/wine/dxgi.dll.so %{_libdir}/wine/dxva2.dll.so %{_libdir}/wine/eject.exe.so +%{_libdir}/wine/evr.dll.so %{_libdir}/wine/explorerframe.dll.so %{_libdir}/wine/ext-ms-win-gdi-devcaps-l1-1-0.dll.so %{_libdir}/wine/faultrep.dll.so @@ -1534,8 +1533,10 @@ fi %ifarch x86_64 %{_libdir}/wine/nvapi64.dll.so +%{_libdir}/wine/nvencodeapi64.dll.so %else %{_libdir}/wine/nvapi.dll.so +%{_libdir}/wine/nvencodeapi.dll.so %endif # 16 bit and other non 64bit stuff @@ -1801,6 +1802,9 @@ fi %{_libdir}/wine/opencl.dll.so %changelog +* Sun Feb 08 2015 Michael Cronenworth - 1.7.36-1 +- version upgrade + * Wed Feb 04 2015 Orion Poplawski - 1.7.35-3 - Add patch to fix stack smashing (bug #1110419)