Update to 6.2

f38
Michael Cronenworth 4 years ago
parent 75be33b155
commit 8e216ca407

6
.gitignore vendored

@ -1,3 +1,3 @@
/wine-6.1.tar.xz /wine-6.2.tar.xz
/wine-6.1.tar.xz.sign /wine-6.2.tar.xz.sign
/wine-staging-6.1.tar.gz /wine-staging-6.2.tar.gz

@ -1,3 +1,3 @@
SHA512 (wine-6.1.tar.xz) = 49ee77c41e2fb1c4f22417117b26f8a467ec6c99583fca66f147003f776fcaf5ca42227153c7ca3325dfe70141ae9bfb88e3eb6e4cf25dd31a5ba5115d2685d0 SHA512 (wine-6.2.tar.xz) = d28870ba58fc4ed9dc083f843d7f4ee8921722bb33e0b84c89f281fc27e5f827c0998ad629eb21c92f860dade77194d3c8a0f5b4c6ae3407fe7acef245cfa9a4
SHA512 (wine-6.1.tar.xz.sign) = 51e0929a3ed402155da371e7ecd0bb04b58629c650fdc08cb2389a4526d27b6e3f000063ffeafb5d6dd5907295d49f0ac6a5b2f2169c07c55ea9d080b3e61605 SHA512 (wine-6.2.tar.xz.sign) = cfee8fac4ffa1716ade8f0a393d07c63e53aff43f4e34726871131e33cbce479e98d8d44abdf47ab0a8d15aa03ceb8de1ec507fb61ef0d0a1e297b4d8f4ef9b0
SHA512 (wine-staging-6.1.tar.gz) = 50bf3f07cf8008731cee131852cbce43c5ec44219e8e96fb70a0fc82954b0a2a9d25ee8b25b7c62b47abd131591ca8fe0461214287601465edccda80be6d598f SHA512 (wine-staging-6.2.tar.gz) = 558c46250babaacda92885c35c438797baff7b8eb45cb3cdf7f7572c35e6412e621182061a3a4e31444cc7580f99a61de6bd433bf2bb2b8139cdd718afd9cd2e

@ -3,7 +3,7 @@
%global no64bit 0 %global no64bit 0
%global winegecko 2.47.2 %global winegecko 2.47.2
%global winemono 5.1.1 %global winemono 6.0.0
#global _default_patch_fuzz 2 #global _default_patch_fuzz 2
%ifarch %{ix86} x86_64 %ifarch %{ix86} x86_64
%global wineacm acm %global wineacm acm
@ -44,14 +44,14 @@
%endif %endif
Name: wine Name: wine
Version: 6.1 Version: 6.2
Release: 1%{?dist} Release: 1%{?dist}
Summary: A compatibility layer for windows applications Summary: A compatibility layer for windows applications
License: LGPLv2+ License: LGPLv2+
URL: https://www.winehq.org/ URL: https://www.winehq.org/
Source0: https://dl.winehq.org/wine/source/6.0/wine-%{version}.tar.xz Source0: https://dl.winehq.org/wine/source/6.x/wine-%{version}.tar.xz
Source10: https://dl.winehq.org/wine/source/6.0/wine-%{version}.tar.xz.sign Source10: https://dl.winehq.org/wine/source/6.x/wine-%{version}.tar.xz.sign
Source1: wine.init Source1: wine.init
Source2: wine.systemd Source2: wine.systemd
@ -1525,6 +1525,7 @@ fi
%{_libdir}/wine/cryptdll.%{winedll} %{_libdir}/wine/cryptdll.%{winedll}
%{_libdir}/wine/cryptext.%{winedll} %{_libdir}/wine/cryptext.%{winedll}
%{_libdir}/wine/cryptnet.%{winedll} %{_libdir}/wine/cryptnet.%{winedll}
%{_libdir}/wine/cryptsp.%{winedll}
%{_libdir}/wine/cryptui.%{winedll} %{_libdir}/wine/cryptui.%{winedll}
%{_libdir}/wine/ctapi32.dll.so %{_libdir}/wine/ctapi32.dll.so
%{_libdir}/wine/ctl3d32.%{winedll} %{_libdir}/wine/ctl3d32.%{winedll}
@ -2011,15 +2012,11 @@ fi
%{_libdir}/wine/wiaservc.%{winedll} %{_libdir}/wine/wiaservc.%{winedll}
%{_libdir}/wine/wimgapi.%{winedll} %{_libdir}/wine/wimgapi.%{winedll}
%{_libdir}/wine/win32k.%{winesys} %{_libdir}/wine/win32k.%{winesys}
%{_libdir}/wine/windows.gaming.input.%{winedll}
%{_libdir}/wine/windows.globalization.%{winedll}
%{_libdir}/wine/windows.media.speech.%{winedll}
%{_libdir}/wine/windows.networking.connectivity.%{winedll}
%{_libdir}/wine/windowscodecs.%{winedll} %{_libdir}/wine/windowscodecs.%{winedll}
%{_libdir}/wine/windowscodecs.so %{_libdir}/wine/windowscodecs.so
%{_libdir}/wine/windowscodecsext.%{winedll} %{_libdir}/wine/windowscodecsext.%{winedll}
%{_libdir}/wine/winebus.sys.so %{_libdir}/wine/winebus.sys.so
%{_libdir}/wine/winegstreamer.dll.so %{_libdir}/wine/winegstreamer.%{winedll}
%{_libdir}/wine/winehid.%{winesys} %{_libdir}/wine/winehid.%{winesys}
%{_libdir}/wine/winejoystick.drv.so %{_libdir}/wine/winejoystick.drv.so
%{_libdir}/wine/winemapi.%{winedll} %{_libdir}/wine/winemapi.%{winedll}
@ -2046,6 +2043,7 @@ fi
%{_libdir}/wine/winusb.%{winedll} %{_libdir}/wine/winusb.%{winedll}
%{_libdir}/wine/wlanapi.%{winedll} %{_libdir}/wine/wlanapi.%{winedll}
%{_libdir}/wine/wlanui.%{winedll} %{_libdir}/wine/wlanui.%{winedll}
%{_libdir}/wine/wmphoto.so
%{_libdir}/wine/wmphoto.%{winedll} %{_libdir}/wine/wmphoto.%{winedll}
%{_libdir}/wine/wnaspi32.dll.so %{_libdir}/wine/wnaspi32.dll.so
%if 0%{?wine_staging} %if 0%{?wine_staging}
@ -2424,6 +2422,9 @@ fi
%endif %endif
%changelog %changelog
* Sat Feb 13 2021 Michael Cronenworth <mike@cchtml.com> 6.2-1
- version update
* Mon Feb 01 2021 Michael Cronenworth <mike@cchtml.com> 6.1-1 * Mon Feb 01 2021 Michael Cronenworth <mike@cchtml.com> 6.1-1
- version update - version update

Loading…
Cancel
Save