From 3cc5a3d75251adf5b0343f7e105c0fadfd0f4da4 Mon Sep 17 00:00:00 2001 From: Michael Cronenworth Date: Aug 20 2018 13:48:52 +0000 Subject: Update to 3.14 --- diff --git a/.gitignore b/.gitignore index a325b11..ffab116 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ -/wine-3.13.tar.xz -/wine-3.13.tar.xz.sign -/wine-staging-3.13.tar.gz +/wine-3.14.tar.xz +/wine-3.14.tar.xz.sign +/wine-staging-3.14.tar.gz diff --git a/sources b/sources index f04eac0..70edef9 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ -SHA512 (wine-3.13.tar.xz) = a07a3d2a19261f9251f165ca4c14871e6ebda4d3f99da16f9fc41f06e80cae3fb50aeab96628c7a739e635e896dbb31c55df8b42c4637a058f9035c664c93a59 -SHA512 (wine-3.13.tar.xz.sign) = f9a8bde7da20c48d9e9eb94aff4313c2c4caae3f2eaedac0106edcecca53d9c45ded27bb8608412f894cfee65420dfb4611d38e0c7182b1b73f0d2b787708c0a -SHA512 (wine-staging-3.13.tar.gz) = 0124950cc18d566daecc532a432bce27d712f48eaaa9b37bf930e056b460e30a8fb1806aa179f72b44a95dc56963a3dc063b4acb71affb7b8ddff3001fe59b9a +SHA512 (wine-3.14.tar.xz) = 50dbbf8a832abfa01247b9d170c6e1fe4f722cc8868659512df7bc17efd7e9d618db10283baf1eda0f1e4abbcdd130be16dbdb8d5a91b155c2c441e50e2b43f1 +SHA512 (wine-3.14.tar.xz.sign) = a8c443920675f8c63fc5811aad2044c519367da9da3fd9506c1d250af48b2079a5502c6436aa0915868c217566a1123931f6d96f49ac37cd59f553f2c10f60b4 +SHA512 (wine-staging-3.14.tar.gz) = f998baac6be3fece1ae6d4e924f883befea43f849d678c987e9fe4d102cf22fde7b4a0fa728294c46d70c7d29caa037022fb9e33ce4b4fac0e49c94d25cdfa66 diff --git a/wine.spec b/wine.spec index c84dccb..9bd96e2 100644 --- a/wine.spec +++ b/wine.spec @@ -20,8 +20,8 @@ %endif Name: wine -Version: 3.13 -Release: 5%{?dist} +Version: 3.14 +Release: 1%{?dist} Summary: A compatibility layer for windows applications Group: Applications/Emulators @@ -51,9 +51,6 @@ Source109: wine-oleview.desktop # build fixes # wine bugs -#https://bugs.winehq.org/show_bug.cgi?id=45502 -#https://github.com/wine-staging/wine-staging/commit/f0d3ae8cf201128497ddb5c3d89e1c8778726ac2 -Patch0: wine-3.13-pulseaudio.patch # desktop dir Source200: wine.menu @@ -688,7 +685,6 @@ This package adds the opencl driver for wine. # setup and apply wine-staging patches gzip -dc %{SOURCE900} | tar -xf - --strip-components=1 -%patch0 -p1 -b.pulseaudio patches/patchinstall.sh DESTDIR="`pwd`" --all # fix parallelized build @@ -1331,6 +1327,7 @@ fi %{_libdir}/wine/api-ms-win-crt-string-l1-1-0.dll.so %{_libdir}/wine/api-ms-win-crt-time-l1-1-0.dll.so %{_libdir}/wine/api-ms-win-crt-utility-l1-1-0.dll.so +%{_libdir}/wine/api-ms-win-devices-config-l1-1-0.dll.so %{_libdir}/wine/api-ms-win-devices-config-l1-1-1.dll.so %{_libdir}/wine/api-ms-win-devices-query-l1-1-1.dll.so %{_libdir}/wine/api-ms-win-downlevel-advapi32-l1-1-0.dll.so @@ -1870,6 +1867,9 @@ fi %{_libdir}/wine/wlanapi.dll.so %{_libdir}/wine/wmphoto.dll.so %{_libdir}/wine/wnaspi32.dll.so +%if 0%{?wine_staging} +%{_libdir}/wine/wow64cpu.dll.so +%endif %{_libdir}/wine/wpc.dll.so %{_libdir}/wine/wpcap.dll.so %{_libdir}/wine/ws2_32.dll.so @@ -2214,6 +2214,9 @@ fi %endif %changelog +* Mon Aug 20 2018 Michael Cronenworth 3.14-1 +- version update + * Tue Jul 31 2018 Florian Weimer - 3.13-5 - Rebuild with fixed binutils