diff --git a/.gitignore b/.gitignore index 6ef4090..4016fe2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ -/wine-5.16.tar.xz -/wine-5.16.tar.xz.sign -/wine-staging-5.16.tar.gz +/wine-5.17.tar.xz +/wine-5.17.tar.xz.sign +/wine-staging-5.17.2.tar.gz diff --git a/sources b/sources index 927e78f..f8f62b7 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ -SHA512 (wine-5.16.tar.xz) = e198478bcf91106af82b37c87f42961a6c37aa80ea5cf05c268a36ba2ba73c23ac6864b183b927cf3c10d666d60b9f6877edccf7746eafe8968a36b5ce3740be -SHA512 (wine-5.16.tar.xz.sign) = 4d4e5386b9e0e2880a716a840014ef036931e48ff9f52c92b174de0de7cb85559f0aa45d8ecfad3340ce0c62aeeebd1188a6820db3af487d22a9620d9bc786e6 -SHA512 (wine-staging-5.16.tar.gz) = 62e103dd5b591bc1066b91299a95c318bf1588f273f8380c1ac43d5367b695055a1684b8cc6473255a0b449b21a483ff4e87adc3ae332d0fb520023340fff79f +SHA512 (wine-5.17.tar.xz) = 05338036fa9b195d9cf8a84a1bcc03f35422d5f07744ec4430f20874601829be5904be10060353599cb0187728123f959ccc75e79f1ce1c47178ae9cd55ef696 +SHA512 (wine-5.17.tar.xz.sign) = 118c5ffefc986bec85c94c674317f81c609e325b791a8638652191a8a3011585d8de1d98029c0ed11a1f8abc83d1762546656c02188a3844d4fc929b663d765e +SHA512 (wine-staging-5.17.2.tar.gz) = 985450942674d58a19129e7a000424d41cd8a564d370c4cfce3df84a89adb2df53016f3f8d58c197818f31ff1c896df09a828a502942e265334311593713d2cb diff --git a/wine.spec b/wine.spec index 27d5815..3bfa3c6 100644 --- a/wine.spec +++ b/wine.spec @@ -44,7 +44,7 @@ %endif Name: wine -Version: 5.16 +Version: 5.17 Release: 1%{?dist} Summary: A compatibility layer for windows applications @@ -95,7 +95,7 @@ Patch511: wine-cjk.patch %if 0%{?wine_staging} # wine-staging patches # pulseaudio-patch is covered by that patch-set, too. -Source900: https://github.com/wine-staging/wine-staging/archive/v%{version}.tar.gz#/wine-staging-%{version}.tar.gz +Source900: https://github.com/wine-staging/wine-staging/archive/v%{version}.2.tar.gz#/wine-staging-%{version}.2.tar.gz %endif %if !%{?no64bit} @@ -1245,7 +1245,7 @@ fi %{_libdir}/wine/actxprxy.%{winedll} %{_libdir}/wine/adsldp.%{winedll} %{_libdir}/wine/adsldpc.%{winedll} -%{_libdir}/wine/advapi32.dll.so +%{_libdir}/wine/advapi32.%{winedll} %{_libdir}/wine/advpack.%{winedll} %{_libdir}/wine/amsi.%{winedll} %{_libdir}/wine/amstream.%{winedll} @@ -1969,6 +1969,7 @@ fi %if 0%{?wine_staging} %{_libdir}/wine/win32k.%{winesys} %{_libdir}/wine/windows.gaming.input.%{winedll} +%{_libdir}/wine/windows.media.speech.%{winedll} %endif %{_libdir}/wine/windowscodecs.dll.so %{_libdir}/wine/windowscodecsext.%{winedll} @@ -2367,6 +2368,9 @@ fi %endif %changelog +* Tue Sep 15 2020 Michael Cronenworth 5.17-1 +- version update + * Tue Sep 01 2020 Michael Cronenworth 5.16-1 - version update