From dc5519726f2e56812a57d9a26f069efbaeb37bd0 Mon Sep 17 00:00:00 2001 From: Michael Cronenworth Date: Mon, 24 May 2021 09:45:40 -0500 Subject: [PATCH] Update to 6.9 --- .gitignore | 6 +++--- sources | 6 +++--- wine.spec | 9 +++++++-- 3 files changed, 13 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index 85bcc12..e240d55 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ -/wine-6.8.tar.xz -/wine-6.8.tar.xz.sign -/wine-staging-6.8.tar.gz +/wine-6.9.tar.xz +/wine-6.9.tar.xz.sign +/wine-staging-6.9.tar.gz diff --git a/sources b/sources index 6f65669..d5de178 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ -SHA512 (wine-6.8.tar.xz) = 784863e3aa11f692cee2ab3b3d99cc896c1eb41cfab8cc6b52b5a31671d82fc7f6783bae72c65d8806a8c4096000401cbd0a1a7f1a88fd980685fae67fa9bd91 -SHA512 (wine-6.8.tar.xz.sign) = bb82528de58fc69768e6d647ceee2f21c37cac5281f30754666f5ecd13fea15b605e005dc47105cf49fa7d1e3b0ac8e807eda319c378de09eeb122960665a8f7 -SHA512 (wine-staging-6.8.tar.gz) = a2dfe74b07b687af147b61f235ea2843ff38a563f37ed2ed68dce1cc0ff3d50dbd7c9596836c6e236e368e7a55cbe1ba881dac11bb0966e61a76a7376f92bdcc +SHA512 (wine-6.9.tar.xz) = e9dc4da8cd6553db4227f09b5734513939d7e361449f52472a1f51ae569377a2931a0ab6f402aef751587ff1fa50f10f222b4479aba44f862db320931eeff363 +SHA512 (wine-6.9.tar.xz.sign) = 2718c6b44b86e6f77f213435e3a8443ec57ae1c832dd423bb6a5d08a68c74be355e9158d87765d21a8549b3870eaaed089eb104110b8011f2ac82a690f553e96 +SHA512 (wine-staging-6.9.tar.gz) = 09732ce6fe5e5460ef5f30ab3dd5581c94b27e1d2c228bc395b1defd32fc5e908ab32eb2a56e489b154e1d0f638ad792c80a64d82d90a33c943102b379bef937 diff --git a/wine.spec b/wine.spec index 15c3876..44096f9 100644 --- a/wine.spec +++ b/wine.spec @@ -37,7 +37,7 @@ %endif Name: wine -Version: 6.8 +Version: 6.9 Release: 1%{?dist} Summary: A compatibility layer for windows applications @@ -2076,7 +2076,7 @@ fi %endif %{_libdir}/wine/%{winepedir}/wpc.dll %{_libdir}/wine/%{winepedir}/wpcap.dll -%{_libdir}/wine/%{winesodir}/wpcap.dll.so +%{_libdir}/wine/%{winesodir}/wpcap.so %{_libdir}/wine/%{winepedir}/ws2_32.dll %{_libdir}/wine/%{winesodir}/ws2_32.dll.so %{_libdir}/wine/%{winepedir}/wsdapi.dll @@ -3094,6 +3094,7 @@ fi %{_libdir}/wine/%{winesodir}/wlanui.dll.so %{_libdir}/wine/%{winesodir}/wmphoto.dll.so %{_libdir}/wine/%{winesodir}/wpc.dll.so +%{_libdir}/wine/%{winesodir}/wpcap.dll.so %{_libdir}/wine/%{winesodir}/wsdapi.dll.so %{_libdir}/wine/%{winesodir}/wshom.ocx.so %{_libdir}/wine/%{winesodir}/wsnmp32.dll.so @@ -3340,6 +3341,7 @@ fi %files pulseaudio %{_libdir}/wine/%{winepedir}/winepulse.drv +%{_libdir}/wine/%{winesodir}/winepulse.so %{_libdir}/wine/%{winesodir}/winepulse.drv.so %files alsa @@ -3362,6 +3364,9 @@ fi %endif %changelog +* Mon May 24 2021 Michael Cronenworth 6.9-1 +- version update + * Sat May 08 2021 Michael Cronenworth 6.8-1 - version update