Update to 6.12

f38
Michael Cronenworth 4 years ago
parent 6988e6d6f7
commit 9b64e213c7

6
.gitignore vendored

@ -1,3 +1,3 @@
/wine-6.11.tar.xz
/wine-6.11.tar.xz.sign
/wine-staging-6.11.tar.gz
/wine-6.12.tar.xz
/wine-6.12.tar.xz.sign
/wine-staging-6.12.1.tar.gz

@ -1,3 +1,3 @@
SHA512 (wine-6.11.tar.xz) = d041ad99b6311f99df6ef40a64bc393acdc77ad4bf5f28111ebb88c133c3d338aff18f129fb30ae38cca24bf579834d4e6c7d252d5391f35b1ee81a91cc70c21
SHA512 (wine-6.11.tar.xz.sign) = 7125be6383986c08e4057e49b6887e4cba23604c89afc0261b546e99e530b5b07444bc234f3d465bb3c2af3f065fb02822c5b65486d4c07c7b4f9a7c99036cf2
SHA512 (wine-staging-6.11.tar.gz) = b9b6f206d7a37699887a9bd65c30b9d2fc333b507461dbd532fe17db881db1e79ef5620ce2421cdde8548411924fabba0f98123342f30c8d93a019b3a2125303
SHA512 (wine-6.12.tar.xz) = 6d5646c44e656a88eb25174ce16038a8b0e1495c3deed8e959825cb26059fdda6e6519afeaeb28e4070fc5e05d7a3e1e5812ef09c31875f14f9233ba6a52f14c
SHA512 (wine-6.12.tar.xz.sign) = f92d7ffa20f96656cc3166efa5e23e1beda50ad773edfcb1a75e71026b95810a223920dc03d3012dd1dad5de6c07a24848ae647dfe98c9b84223cb40d85108da
SHA512 (wine-staging-6.12.1.tar.gz) = d92f4e8e3cc81e9ede21135f35679d1b2de07bf75f4fd3878551cae74cdf5165c62573fd9e143458535565e21e8888f7f61cc413fdcef24f8958ac2de366a10a

@ -37,7 +37,7 @@
%endif
Name: wine
Version: 6.11
Version: 6.12
Release: 1%{?dist}
Summary: A compatibility layer for windows applications
@ -88,7 +88,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}.tar.gz#/wine-staging-%{version}.tar.gz
Source900: https://github.com/wine-staging/wine-staging/archive/v%{version}.tar.gz#/wine-staging-%{version}.1.tar.gz
%endif
%if !%{?no64bit}
@ -1731,6 +1731,7 @@ fi
%{_libdir}/wine/%{winepedir}/l3codeca.acm
%{_libdir}/wine/%{winesodir}/l3codeca.acm.so
%endif
%{_libdir}/wine/%{winepedir}/light.msstyles
%{_libdir}/wine/%{winepedir}/loadperf.dll
%{_libdir}/wine/%{winepedir}/localspl.dll
%{_libdir}/wine/%{winepedir}/localui.dll
@ -1854,6 +1855,9 @@ fi
%{_libdir}/wine/%{winepedir}/normaliz.dll
%{_libdir}/wine/%{winepedir}/npmshtml.dll
%{_libdir}/wine/%{winepedir}/npptools.dll
%{_libdir}/wine/%{winepedir}/nsi.dll
%{_libdir}/wine/%{winepedir}/nsiproxy.sys
%{_libdir}/wine/%{winesodir}/nsiproxy.sys.so
%{_libdir}/wine/%{winesodir}/ntdll.so
%{_libdir}/wine/%{winepedir}/ntdll.dll
%{_libdir}/wine/%{winepedir}/ntdsapi.dll
@ -1965,6 +1969,7 @@ fi
%{_libdir}/wine/%{winepedir}/tapi32.dll
%{_libdir}/wine/%{winepedir}/taskkill.exe
%{_libdir}/wine/%{winepedir}/taskschd.dll
%{_libdir}/wine/%{winepedir}/tbs.dll
%{_libdir}/wine/%{winepedir}/tdh.dll
%{_libdir}/wine/%{winepedir}/tdi.sys
%{_libdir}/wine/%{winepedir}/traffic.dll
@ -2910,6 +2915,7 @@ fi
%{_libdir}/wine/%{winesodir}/normaliz.dll.so
%{_libdir}/wine/%{winesodir}/npmshtml.dll.so
%{_libdir}/wine/%{winesodir}/npptools.dll.so
%{_libdir}/wine/%{winesodir}/nsi.dll.so
%{_libdir}/wine/%{winesodir}/ntdll.dll.so
%{_libdir}/wine/%{winesodir}/ntdsapi.dll.so
%{_libdir}/wine/%{winesodir}/ntprint.dll.so
@ -3009,6 +3015,7 @@ fi
%{_libdir}/wine/%{winesodir}/tapi32.dll.so
%{_libdir}/wine/%{winesodir}/taskkill.exe.so
%{_libdir}/wine/%{winesodir}/taskschd.dll.so
%{_libdir}/wine/%{winesodir}/tbs.dll.so
%{_libdir}/wine/%{winesodir}/tdh.dll.so
%{_libdir}/wine/%{winesodir}/tdi.sys.so
%{_libdir}/wine/%{winesodir}/traffic.dll.so
@ -3363,6 +3370,9 @@ fi
%endif
%changelog
* Wed Jul 07 2021 Michael Cronenworth <mike@cchtml.com> 6.12-1
- version update
* Sat Jun 19 2021 Michael Cronenworth <mike@cchtml.com> 6.11-1
- version update

Loading…
Cancel
Save