diff --git a/.gitignore b/.gitignore index 1198c49..fd40531 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ -/wine-6.2.tar.xz -/wine-6.2.tar.xz.sign -/wine-staging-6.2.tar.gz +/wine-6.3.tar.xz +/wine-6.3.tar.xz.sign +/wine-staging-6.3.tar.gz diff --git a/sources b/sources index 91e008b..c957da5 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ -SHA512 (wine-6.2.tar.xz) = d28870ba58fc4ed9dc083f843d7f4ee8921722bb33e0b84c89f281fc27e5f827c0998ad629eb21c92f860dade77194d3c8a0f5b4c6ae3407fe7acef245cfa9a4 -SHA512 (wine-6.2.tar.xz.sign) = cfee8fac4ffa1716ade8f0a393d07c63e53aff43f4e34726871131e33cbce479e98d8d44abdf47ab0a8d15aa03ceb8de1ec507fb61ef0d0a1e297b4d8f4ef9b0 -SHA512 (wine-staging-6.2.tar.gz) = 558c46250babaacda92885c35c438797baff7b8eb45cb3cdf7f7572c35e6412e621182061a3a4e31444cc7580f99a61de6bd433bf2bb2b8139cdd718afd9cd2e +SHA512 (wine-6.3.tar.xz) = 20108ea5036d612e8dd61fe9254d67cad02d757ede87174ed27774e4e3537e0d1f4d67156fd430f1d01d5c68b899cb0c7b4be298d897a1ce823913efef822242 +SHA512 (wine-6.3.tar.xz.sign) = c7215c43eff6ff7cf7bab3bf598b95fcab87a8d4ac58d94056c7ffa368c66a71e3a1943902038878d063208c25b910335be6389ac263e04bf9abd57a298a58c1 +SHA512 (wine-staging-6.3.tar.gz) = ed9b3b03c466de03941d7fec00c73ff77df863c3f4ba201e7f920810675ff416995557cb62b6701dcec6928f2ab9e4d608f17b79eda0267094e506a5e66f47f2 diff --git a/wine.spec b/wine.spec index 2021511..3913884 100644 --- a/wine.spec +++ b/wine.spec @@ -44,7 +44,7 @@ %endif Name: wine -Version: 6.2 +Version: 6.3 Release: 1%{?dist} Summary: A compatibility layer for windows applications @@ -1702,7 +1702,7 @@ fi %{_libdir}/wine/icmp.%{winedll} %{_libdir}/wine/ieframe.%{winedll} %if 0%{?wine_staging} -%{_libdir}/wine/iertutil.dll.so +%{_libdir}/wine/iertutil.%{winedll} %endif %{_libdir}/wine/ieproxy.%{winedll} %{_libdir}/wine/imaadp32.%{wineacm} @@ -2012,12 +2012,17 @@ fi %{_libdir}/wine/wiaservc.%{winedll} %{_libdir}/wine/wimgapi.%{winedll} %{_libdir}/wine/win32k.%{winesys} +%if 0%{?wine_staging} +%{_libdir}/wine/windows.gaming.input.%{winedll} +%{_libdir}/wine/windows.globalization.%{winedll} +%{_libdir}/wine/windows.media.speech.%{winedll} +%endif %{_libdir}/wine/windowscodecs.%{winedll} %{_libdir}/wine/windowscodecs.so %{_libdir}/wine/windowscodecsext.%{winedll} %{_libdir}/wine/winebus.sys.so %{_libdir}/wine/winegstreamer.so -%{_libdir}/wine/winegstreamer.dll.so +%{_libdir}/wine/winegstreamer.%{winedll} %{_libdir}/wine/winehid.%{winesys} %{_libdir}/wine/winejoystick.drv.so %{_libdir}/wine/winemapi.%{winedll} @@ -2131,10 +2136,10 @@ fi %if 0%{?wine_staging} %ifarch x86_64 aarch64 -%{_libdir}/wine/nvapi64.dll.so +%{_libdir}/wine/nvapi64.%{winedll} %{_libdir}/wine/nvencodeapi64.dll.so %else -%{_libdir}/wine/nvapi.dll.so +%{_libdir}/wine/nvapi.%{winedll} %{_libdir}/wine/nvencodeapi.dll.so %endif %endif @@ -2423,6 +2428,9 @@ fi %endif %changelog +* Sat Feb 27 2021 Michael Cronenworth 6.3-1 +- version update + * Sat Feb 13 2021 Michael Cronenworth 6.2-1 - version update