Update to 8.4

f38
Michael Cronenworth 2 years ago
parent 8e53c8a627
commit 3e27bd8eee

@ -1,3 +1,3 @@
SHA512 (wine-8.2.tar.xz) = d0b8bb8c6d75034519bdf48d52b89f9d44ba4f7306a0b8f860cbb2c4c39d8fae3c2d9c12be37427b9a9cbdb7dd8701844d0a74c245dd7a9e8a423cb56962b254
SHA512 (wine-8.2.tar.xz.sign) = 8d7df65cec24bc6bce919aa556140bcdceea2828e5283734847e31941b36fedd41b1a6397ee8ee604bf9797a0d1f8d499152403416bcd24fce7d1570c3ece891
SHA512 (wine-staging-8.2.tar.gz) = 24bbfb6d03ca8282de058019cbbee57b36f8fdcf3e485f2ca94dbcf50614cf6c80e31103196d11fe48c77953d59a741ae2baf6987e56a88bea038ed16b692ad9
SHA512 (wine-8.4.tar.xz) = 8de144a65c0a3a2984fabc1294b647b8581da5fa8bd28a9ff756ab59256ee2b453d898453fc902bbc372a4e017a8e29b1eeef917f137ec1134ac08b671eccc7d
SHA512 (wine-8.4.tar.xz.sign) = 45ee2bc5d8c68d47e4e8ffc112f5cb9c772ae8c2b24e77c758aaecd8e4566c1fe4ea2ade369147a48230874c77389a25ee6af2675d5282072cdb417be143c856
SHA512 (wine-staging-8.4.tar.gz) = 96a6a870020e59f8437c65604536fec4b80d7d9e5a937e5d0a6cb0b2b4e544e6153fa0cdf2a8fd2c32d090001334e68124c2855c6a2a1454fdcdb6ea23d75fd7

@ -40,8 +40,8 @@
%endif
Name: wine
Version: 8.2
Release: 3%{?dist}
Version: 8.4
Release: 1%{?dist}
Summary: A compatibility layer for windows applications
License: LGPL-2.1-or-later
@ -704,8 +704,8 @@ This package adds the opencl driver for wine.
%prep
%setup -qn wine-%{version}
%patch100 -p1 -b.autoconf
%patch511 -p1 -b.cjk
%patch -P 100 -p1 -b.autoconf
%patch -P 511 -p1 -b.cjk
%if 0%{?wine_staging}
# setup and apply wine-staging patches
@ -1242,8 +1242,6 @@ fi
%{_libdir}/wine/%{winepedir}/wscript.exe
%{_libdir}/wine/%{winepedir}/uninstaller.exe
%{_libdir}/wine/%{winesodir}/libwine.so.1*
%{_libdir}/wine/%{winepedir}/acledit.dll
%{_libdir}/wine/%{winepedir}/aclui.dll
%{_libdir}/wine/%{winepedir}/activeds.dll
@ -1744,6 +1742,7 @@ fi
%{_libdir}/wine/%{winepedir}/windows.media.devices.dll
%{_libdir}/wine/%{winepedir}/windows.networking.connectivity
%{_libdir}/wine/%{winepedir}/windows.networking.dll
%{_libdir}/wine/%{winepedir}/windows.perception.stub.dll
%{_libdir}/wine/%{winepedir}/windows.system.profile.systemmanufacturers.dll
%{_libdir}/wine/%{winepedir}/windows.ui.dll
%{_libdir}/wine/%{winepedir}/windowscodecs.dll
@ -1757,6 +1756,8 @@ fi
%{_libdir}/wine/%{winesodir}/wineusb.so
%{_libdir}/wine/%{winesodir}/winevulkan.so
%{_libdir}/wine/%{winepedir}/winevulkan.dll
%{_libdir}/wine/%{winepedir}/winewayland.drv
%{_libdir}/wine/%{winesodir}/winewayland.so
%{_libdir}/wine/%{winepedir}/winex11.drv
%{_libdir}/wine/%{winesodir}/winex11.so
%{_libdir}/wine/%{winepedir}/wing32.dll
@ -1779,7 +1780,6 @@ fi
%{_libdir}/wine/%{winesodir}/win32u.so
%{_libdir}/wine/%{winesodir}/winebus.so
%{_libdir}/wine/%{winepedir}/winexinput.sys
%{_libdir}/wine/%{winepedir}/winscard.dll
%{_libdir}/wine/%{winepedir}/wintab32.dll
%{_libdir}/wine/%{winepedir}/wintrust.dll
%{_libdir}/wine/%{winepedir}/winusb.dll
@ -2504,6 +2504,7 @@ fi
%{_libdir}/wine/%{winesodir}/windows.media.devices.dll.so
%{_libdir}/wine/%{winesodir}/windows.networking.connectivity.so
%{_libdir}/wine/%{winesodir}/windows.networking.dll.so
%{_libdir}/wine/%{winesodir}/windows.perception.stub.dll.so
%{_libdir}/wine/%{winesodir}/windows.system.profile.systemmanufacturers.dll.so
%{_libdir}/wine/%{winesodir}/windows.ui.so
%{_libdir}/wine/%{winesodir}/windowscodecs.dll.so
@ -2530,7 +2531,6 @@ fi
%{_libdir}/wine/%{winesodir}/wmp.dll.so
%{_libdir}/wine/%{winesodir}/wmvcore.dll.so
%{_libdir}/wine/%{winesodir}/spoolss.dll.so
%{_libdir}/wine/%{winesodir}/winscard.dll.so
%{_libdir}/wine/%{winesodir}/wintab32.dll.so
%{_libdir}/wine/%{winesodir}/wintrust.dll.so
%{_libdir}/wine/%{winesodir}/wintypes.dll.so
@ -2839,6 +2839,9 @@ fi
%endif
%changelog
* Tue Mar 21 2023 Michael Cronenworth <mike@cchtml.com> - 8.4-1
- version update
* Wed Feb 22 2023 Michael Cronenworth <mike@cchtml.com> - 8.2-3
- fix missing requires for win-iconv

Loading…
Cancel
Save