From d98c10fc509d93b703e8970ffea1a3c70d65bbd6 Mon Sep 17 00:00:00 2001 From: Michael Cronenworth Date: Sat, 24 Apr 2021 12:25:44 -0500 Subject: [PATCH] Update to 6.7 --- .gitignore | 6 +++--- sources | 6 +++--- wine.spec | 20 ++++++++------------ 3 files changed, 14 insertions(+), 18 deletions(-) diff --git a/.gitignore b/.gitignore index fc7865c..f83a12f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ -/wine-6.6.tar.xz -/wine-6.6.tar.xz.sign -/wine-staging-6.6.tar.gz +/wine-6.7.tar.xz +/wine-6.7.tar.xz.sign +/wine-staging-6.7.tar.gz diff --git a/sources b/sources index 053e7fc..e9c2247 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ -SHA512 (wine-6.6.tar.xz) = a5caabc5ff91a830fbdcd25a85ee32b6df98315325a929a3124521cd10cc873e5a585359b03eb0293bb2474e39a179cbe179c0611acda6a228861e06068c091e -SHA512 (wine-6.6.tar.xz.sign) = b5a91c259d65228bf7e40aed24c0ea2fc47872b54b65cda3c6ad3403705a9025291a4928d703b4ca6a17e6b6b0e7fe4cd39b9dbe862e3a25047d28f39c901b0a -SHA512 (wine-staging-6.6.tar.gz) = 65e90c4a0965f2db499edcff5171552b8e95716ff9b2a4ed272d022bc0b1f99547ca1d7b09ced2a267cdf3dfbaf552f9cbb2cc8bbd34636eb3882406ab5985d2 +SHA512 (wine-6.7.tar.xz) = 42920921eaff5a483859fba2b9e866c6afad25427d030f971efe2136f9619b675d5eb1ddfffd54bba8caa172c3e91eb347d673cb16f45560f0ab40a184a34758 +SHA512 (wine-6.7.tar.xz.sign) = 8993ec90439d15bc1ca500b847c1c832ec1334a267b2694d200a92c7dc7812c04dfd5fc28831b7bb5878d07c7c74a27c67565ebe8c13bc5b09182564045262cd +SHA512 (wine-staging-6.7.tar.gz) = 74805846e2e6e5d751c25f4b98ac671f8507d3a9b13d572e166b1885e397a6bb74bd3ea4b456d46298306d632499a4b88f97eb6d53ff049c2495cf055347611d diff --git a/wine.spec b/wine.spec index 2b2f7ef..f537a14 100644 --- a/wine.spec +++ b/wine.spec @@ -44,7 +44,7 @@ %endif Name: wine -Version: 6.6 +Version: 6.7 Release: 1%{?dist} Summary: A compatibility layer for windows applications @@ -1729,7 +1729,7 @@ fi %{_libdir}/wine/joy.%{winecpl} %{_libdir}/wine/jscript.%{winedll} %{_libdir}/wine/jsproxy.%{winedll} -%{_libdir}/wine/kerberos.dll.so +%{_libdir}/wine/kerberos.%{winedll} %{_libdir}/wine/kernel32.%{winedll} %{_libdir}/wine/kernelbase.%{winedll} %{_libdir}/wine/ksecdd.%{winesys} @@ -1851,7 +1851,7 @@ fi %{_libdir}/wine/nddeapi.%{winedll} %{_libdir}/wine/ncrypt.%{winedll} %{_libdir}/wine/ndis.%{winesys} -%{_libdir}/wine/netapi32.dll.so +%{_libdir}/wine/netapi32.%{winedll} %{_libdir}/wine/netcfgx.%{winedll} %{_libdir}/wine/netio.%{winesys} %{_libdir}/wine/netprofm.%{winedll} @@ -2034,7 +2034,7 @@ fi %{_libdir}/wine/winejoystick.drv.so %{_libdir}/wine/winemapi.%{winedll} %{_libdir}/wine/wineusb.sys.so -%{_libdir}/wine/winevulkan.dll.so +%{_libdir}/wine/winevulkan.%{winedll} %{_libdir}/wine/winex11.drv.so %{_libdir}/wine/wing32.%{winedll} %{_libdir}/wine/winhttp.%{winedll} @@ -2099,16 +2099,9 @@ fi %{_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 @@ -2377,7 +2370,7 @@ fi # ldap subpackage %files ldap -%{_libdir}/wine/wldap32.dll.so +%{_libdir}/wine/wldap32.%{winedll} # cms subpackage %files cms @@ -2439,6 +2432,9 @@ fi %endif %changelog +* Sat Apr 24 2021 Michael Cronenworth 6.7-1 +- version update + * Sun Apr 11 2021 Michael Cronenworth 6.6-1 - version update