diff --git a/.gitignore b/.gitignore index 4016fe2..82d68c4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ -/wine-5.17.tar.xz -/wine-5.17.tar.xz.sign -/wine-staging-5.17.2.tar.gz +/wine-5.18.tar.xz +/wine-5.18.tar.xz.sign +/wine-staging-5.18.tar.gz diff --git a/sources b/sources index f8f62b7..edb0858 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ -SHA512 (wine-5.17.tar.xz) = 05338036fa9b195d9cf8a84a1bcc03f35422d5f07744ec4430f20874601829be5904be10060353599cb0187728123f959ccc75e79f1ce1c47178ae9cd55ef696 -SHA512 (wine-5.17.tar.xz.sign) = 118c5ffefc986bec85c94c674317f81c609e325b791a8638652191a8a3011585d8de1d98029c0ed11a1f8abc83d1762546656c02188a3844d4fc929b663d765e -SHA512 (wine-staging-5.17.2.tar.gz) = 985450942674d58a19129e7a000424d41cd8a564d370c4cfce3df84a89adb2df53016f3f8d58c197818f31ff1c896df09a828a502942e265334311593713d2cb +SHA512 (wine-5.18.tar.xz) = 70565fbea61b78580ca86443fcb4c10c7814c1dffcfa49ee38746fef21a52a00f2e040d9d2515892fed4021e7868720cc22b650d18872656838e4610d4d4e823 +SHA512 (wine-5.18.tar.xz.sign) = ad9921b1607ca51db45abd4d903becc0183f4aeff70fc175aa78ef6d1c69acea3f4f5d8a96651942c7426ab16c54b646aaec528fa57efd10bbf42e96b9a70b42 +SHA512 (wine-staging-5.18.tar.gz) = 75911ac4d5aaf6cfef41aa487290369d714f153b1fba2279daca75d6c5cbc7e7de9d3f8ef55eb7c311a05b86a212163e2b81ff685c1527fb0e90f223ec23dcab diff --git a/wine.spec b/wine.spec index 3bfa3c6..d21885a 100644 --- a/wine.spec +++ b/wine.spec @@ -44,7 +44,7 @@ %endif Name: wine -Version: 5.17 +Version: 5.18 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}.2.tar.gz#/wine-staging-%{version}.2.tar.gz +Source900: https://github.com/wine-staging/wine-staging/archive/v%{version}.tar.gz#/wine-staging-%{version}.tar.gz %endif %if !%{?no64bit} @@ -128,7 +128,6 @@ BuildRequires: libstdc++-devel BuildRequires: libusb-devel BuildRequires: libxml2-devel BuildRequires: libxslt-devel -BuildRequires: ncurses-devel %if 0%{?fedora} BuildRequires: ocl-icd-devel BuildRequires: opencl-headers @@ -1938,7 +1937,8 @@ fi %{_libdir}/wine/url.%{winedll} %{_libdir}/wine/urlmon.%{winedll} %{_libdir}/wine/usbd.%{winesys} -%{_libdir}/wine/user32.dll.so +%{_libdir}/wine/user32.so +%{_libdir}/wine/user32.%{winedll} %{_libdir}/wine/usp10.%{winedll} %{_libdir}/wine/utildll.%{winedll} %{_libdir}/wine/uxtheme.dll.so @@ -1969,6 +1969,7 @@ fi %if 0%{?wine_staging} %{_libdir}/wine/win32k.%{winesys} %{_libdir}/wine/windows.gaming.input.%{winedll} +%{_libdir}/wine/windows.globalization.%{winedll} %{_libdir}/wine/windows.media.speech.%{winedll} %endif %{_libdir}/wine/windowscodecs.dll.so @@ -2037,6 +2038,19 @@ fi %{_libdir}/wine/x3daudio1_5.dll.so %{_libdir}/wine/x3daudio1_6.dll.so %{_libdir}/wine/x3daudio1_7.dll.so +%if 0%{?wine_staging} +%{_libdir}/wine/xactengine2_0.dll.so +%{_libdir}/wine/xactengine2_1.dll.so +%{_libdir}/wine/xactengine2_2.dll.so +%{_libdir}/wine/xactengine2_3.dll.so +%{_libdir}/wine/xactengine2_4.dll.so +%{_libdir}/wine/xactengine2_5.dll.so +%{_libdir}/wine/xactengine2_6.dll.so +%{_libdir}/wine/xactengine2_7.dll.so +%{_libdir}/wine/xactengine2_8.dll.so +%{_libdir}/wine/xactengine2_9.dll.so +%{_libdir}/wine/xactengine2_10.dll.so +%endif %{_libdir}/wine/xactengine3_0.dll.so %{_libdir}/wine/xactengine3_1.dll.so %{_libdir}/wine/xactengine3_2.dll.so @@ -2312,6 +2326,9 @@ fi # cms subpackage %files cms %{_libdir}/wine/mscms.dll.so +%if 0%{?wine_staging} +%{_datadir}/wine/color/ +%endif # twain subpackage %files twain @@ -2368,6 +2385,9 @@ fi %endif %changelog +* Mon Sep 28 2020 Michael Cronenworth 5.18-1 +- version update + * Tue Sep 15 2020 Michael Cronenworth 5.17-1 - version update