Update to 8.11

f38
Michael Cronenworth 2 years ago
parent ebc7fa1000
commit ca2ad08c44

@ -1,3 +1,3 @@
SHA512 (wine-8.6.tar.xz) = 602680675f5e062121767769106199179c52a6dd93e97b9b8b4d8365134c72f7745e37d4e3edf6c89c553fb1bfe55b914e77177508fb4f032410d423359abba7
SHA512 (wine-8.6.tar.xz.sign) = 4227f67fe187e78ce648f3e2afbbf51f4a6d5c2ad38ea250cdb5a918d1af873b93eb7b3eea046a1ac58fb5969fe2f6599bd1dbfb2434db37559c6c570be6a0f3
SHA512 (wine-staging-8.6.1.tar.gz) = 28bb066b55293e73df072cceb27a191365d6a319d859e6797bc443e830bb6ddd22cdbf7d9692b43e8eb7f2feb68ac1205aa440c60b37ab7c10ebeab83aa590ce
SHA512 (wine-8.11.tar.xz) = f3e37f51f0a13aacbd41b017fc3d35e197614b03c00f5b9959c0fabc4e89975b5c3f411b38329e45ce6f9d2a2d82952b95e0907fbe2d6ae35cc4bec293825769
SHA512 (wine-8.11.tar.xz.sign) = 9fd6bdc5cc9df5e6d0d22d55d15de83f15e2dc472b37c30ec8013f229cdedec4ba8d8e92f5ff7cac340191f2b9a8e316b7818250e70d61c5f690ff034f4ca8db
SHA512 (wine-staging-8.11.tar.gz) = fb7a5f575c092e84afa78868e3b15fa33d67205a5e20deae61a60613714df784b18d54cd32167355ae38543f047f4304bfbc7f2ba2b3f6050c9f738812a15154

@ -3,7 +3,7 @@
%global no64bit 0
%global winegecko 2.47.4
%global winemono 7.4.0
%global winemono 8.0.0
#global _default_patch_fuzz 2
%ifarch %{ix86}
%global winepedir i386-windows
@ -40,7 +40,7 @@
%endif
Name: wine
Version: 8.6
Version: 8.11
Release: 1%{?dist}
Summary: A compatibility layer for windows applications
@ -93,7 +93,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}.1.tar.gz#/wine-staging-%{version}.1.tar.gz
Source900: https://github.com/wine-staging/wine-staging/archive/v%{version}.tar.gz#/wine-staging-%{version}.tar.gz
%endif
%if !%{?no64bit}
@ -1357,6 +1357,7 @@ fi
%{_libdir}/wine/%{winepedir}/hidparse.sys
%{_libdir}/wine/%{winepedir}/hlink.dll
%{_libdir}/wine/%{winepedir}/hnetcfg.dll
%{_libdir}/wine/%{winepedir}/hrtfapo.dll
%{_libdir}/wine/%{winepedir}/http.sys
%{_libdir}/wine/%{winepedir}/httpapi.dll
%{_libdir}/wine/%{winepedir}/ia2comproxy.dll
@ -1640,6 +1641,7 @@ fi
%{_libdir}/wine/%{winepedir}/tdi.sys
%{_libdir}/wine/%{winepedir}/threadpoolwinrt.dll
%{_libdir}/wine/%{winepedir}/traffic.dll
%{_libdir}/wine/%{winepedir}/twinapi.appcore.dll
%{_libdir}/wine/%{winepedir}/tzres.dll
%{_libdir}/wine/%{winepedir}/ucrtbase.dll
%{_libdir}/wine/%{winepedir}/uianimation.dll
@ -1768,6 +1770,7 @@ fi
%{_libdir}/wine/%{winepedir}/security.dll
%{_libdir}/wine/%{winepedir}/sfc.dll
%{_libdir}/wine/%{winepedir}/wineps.drv
%{_libdir}/wine/%{winesodir}/wineps.so
%{_libdir}/wine/%{winepedir}/d3d8.dll
%{_libdir}/wine/%{winepedir}/d3d8thk.dll
%ghost %{_libdir}/wine/%{winepedir}/d3d9.dll
@ -2139,6 +2142,7 @@ fi
%{_libdir}/wine/%{winesodir}/hidparse.sys.so
%{_libdir}/wine/%{winesodir}/hlink.dll.so
%{_libdir}/wine/%{winesodir}/hnetcfg.dll.so
%{_libdir}/wine/%{winesodir}/hrtfapo.dll.so
%{_libdir}/wine/%{winesodir}/http.sys.so
%{_libdir}/wine/%{winesodir}/httpapi.dll.so
%{_libdir}/wine/%{winesodir}/ia2comproxy.dll.so
@ -2401,6 +2405,7 @@ fi
%{_libdir}/wine/%{winesodir}/tdi.sys.so
%{_libdir}/wine/%{winesodir}/threadpoolwinrt.dll.so
%{_libdir}/wine/%{winesodir}/traffic.dll.so
%{_libdir}/wine/%{winesodir}/twinapi.appcore.dll.so
%{_libdir}/wine/%{winesodir}/ucrtbase.dll.so
%if 0%{?wine_staging}
%{_libdir}/wine/%{winesodir}/uianimation.dll.so
@ -2779,6 +2784,9 @@ fi
%endif
%changelog
* Sun Jun 25 2023 Michael Cronenworth <mike@cchtml.com> - 8.11-1
- version update
* Wed Apr 19 2023 Michael Cronenworth <mike@cchtml.com> - 8.6-1
- version update

Loading…
Cancel
Save