From da44ca215745e7e0c94251c170fd457bbeb39ddc Mon Sep 17 00:00:00 2001 From: Michael Cronenworth Date: Oct 10 2020 19:18:30 +0000 Subject: Update to 5.19 --- diff --git a/.gitignore b/.gitignore index 82d68c4..187a8f9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ -/wine-5.18.tar.xz -/wine-5.18.tar.xz.sign -/wine-staging-5.18.tar.gz +/wine-5.19.tar.xz +/wine-5.19.tar.xz.sign +/wine-staging-5.19.tar.gz diff --git a/sources b/sources index edb0858..5d4a3d6 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ -SHA512 (wine-5.18.tar.xz) = 70565fbea61b78580ca86443fcb4c10c7814c1dffcfa49ee38746fef21a52a00f2e040d9d2515892fed4021e7868720cc22b650d18872656838e4610d4d4e823 -SHA512 (wine-5.18.tar.xz.sign) = ad9921b1607ca51db45abd4d903becc0183f4aeff70fc175aa78ef6d1c69acea3f4f5d8a96651942c7426ab16c54b646aaec528fa57efd10bbf42e96b9a70b42 -SHA512 (wine-staging-5.18.tar.gz) = 75911ac4d5aaf6cfef41aa487290369d714f153b1fba2279daca75d6c5cbc7e7de9d3f8ef55eb7c311a05b86a212163e2b81ff685c1527fb0e90f223ec23dcab +SHA512 (wine-5.19.tar.xz) = b91eb1cb1225ac8abe26f5c5dd74fb376e6489b460035c70e6c7890595086e99273497741b6a736ef4884ae7bacc44482d2e3e8ba7e8d85c78c571bd4b133d8a +SHA512 (wine-5.19.tar.xz.sign) = 2626c6385e406600b7532b608db8621e201a8a43cd484a7d32a631446caea5d9152a23e138d68bb89bae20ed74d17559ffaa4797018abc0204b00e71118059b5 +SHA512 (wine-staging-5.19.tar.gz) = 4335ce48437641bbfd8b882cc92cd2970493586f4ac6501ffb94a0f2dcd38ec632d6afabf71d2c1ab1806a5cf594c2988f94a86c508fcd24a7d42078c662add9 diff --git a/wine.spec b/wine.spec index 73a44fe..76c8cfa 100644 --- a/wine.spec +++ b/wine.spec @@ -3,7 +3,7 @@ %global no64bit 0 %global winegecko 2.47.1 -%global winemono 5.1.0 +%global winemono 5.1.1 #global _default_patch_fuzz 2 %ifarch %{ix86} x86_64 %global wineacm acm @@ -44,8 +44,8 @@ %endif Name: wine -Version: 5.18 -Release: 2%{?dist} +Version: 5.19 +Release: 1%{?dist} Summary: A compatibility layer for windows applications License: LGPLv2+ @@ -1487,7 +1487,7 @@ fi %{_libdir}/wine/avicap32.dll.so %{_libdir}/wine/avifil32.%{winedll} %{_libdir}/wine/avrt.%{winedll} -%{_libdir}/wine/bcrypt.dll.so +%{_libdir}/wine/bcrypt.so %{_libdir}/wine/bluetoothapis.%{winedll} %{_libdir}/wine/browseui.%{winedll} %{_libdir}/wine/bthprops.%{winecpl} @@ -1693,7 +1693,7 @@ fi %{_libdir}/wine/jscript.%{winedll} %{_libdir}/wine/jsproxy.%{winedll} %{_libdir}/wine/kerberos.dll.so -%{_libdir}/wine/kernel32.dll.so +%{_libdir}/wine/kernel32.%{winedll} %{_libdir}/wine/kernelbase.%{winedll} %{_libdir}/wine/ksecdd.%{winesys} %{_libdir}/wine/ksproxy.%{wineax} @@ -1827,7 +1827,7 @@ fi %{_libdir}/wine/nvcuvid.dll.so %endif %{_libdir}/wine/objsel.%{winedll} -%{_libdir}/wine/odbc32.dll.so +%{_libdir}/wine/odbc32.so %{_libdir}/wine/odbcbcp.%{winedll} %{_libdir}/wine/odbccp32.%{winedll} %{_libdir}/wine/odbccu32.%{winedll} @@ -1965,6 +1965,7 @@ fi %{_libdir}/wine/webservices.%{winedll} %{_libdir}/wine/wer.%{winedll} %{_libdir}/wine/wevtapi.%{winedll} +%{_libdir}/wine/wevtsvc.%{winedll} %{_libdir}/wine/wiaservc.%{winedll} %{_libdir}/wine/wimgapi.%{winedll} %if 0%{?wine_staging} @@ -1972,6 +1973,7 @@ fi %{_libdir}/wine/windows.gaming.input.%{winedll} %{_libdir}/wine/windows.globalization.%{winedll} %{_libdir}/wine/windows.media.speech.%{winedll} +%{_libdir}/wine/windows.networking.connectivity.%{winedll} %endif %{_libdir}/wine/windowscodecs.dll.so %{_libdir}/wine/windowscodecsext.%{winedll} @@ -2327,9 +2329,6 @@ fi # cms subpackage %files cms %{_libdir}/wine/mscms.dll.so -%if 0%{?wine_staging} -%{_datadir}/wine/color/ -%endif # twain subpackage %files twain @@ -2386,6 +2385,9 @@ fi %endif %changelog +* Sat Oct 10 2020 Michael Cronenworth 5.19-1 +- version update + * Mon Sep 28 2020 Michael Cronenworth 5.18-2 - Enable vkd3d shader support