Update to 6.0 final

f38
Michael Cronenworth 4 years ago
parent ac4f40d604
commit 7cc0ce578c

6
.gitignore vendored

@ -1,3 +1,3 @@
/wine-6.0-rc6.tar.xz /wine-6.0.tar.xz
/wine-6.0-rc6.tar.xz.sign /wine-6.0.tar.xz.sign
/wine-staging-6.0-rc6.tar.gz /wine-staging-6.0.tar.gz

@ -1,3 +1,3 @@
SHA512 (wine-6.0-rc6.tar.xz) = 55f43c6a770085c70d6afafd82e6da6df94ff6c6b04dc07b706aaba46978bf83b06b6d384f4bcbd61c035e1a0116968d2ccf1f5ebe5a5d073fc0e56fb89f4c15 SHA512 (wine-6.0.tar.xz) = c0732fbab1da8737d595a876b28ce87eef1440c317746e798642b59b44b34e890de562e0c0cc674e97096f39db82f8e9c3b1cc1ba9edc246b7266a0f7cb00057
SHA512 (wine-6.0-rc6.tar.xz.sign) = 317c8ab61be69d76e85b4b7e39f6f5dbb3c1bc80a3389326230dd31b9271477c7f55fdad477dd7c8bbfd14622de4d5d427b655e33f1ec80ff34296a0592f578e SHA512 (wine-6.0.tar.xz.sign) = 86803505f85ea2c56d70331fda7e68d3cba7d5c78513c0d5edd5fcbe00e1aa99ae472d1123a62ed41f5bcdf5ccd66c1894306cd8f451b9efbf33aa14b6ae111a
SHA512 (wine-staging-6.0-rc6.tar.gz) = fcf9e5d22ca2085b4e2754e8528f3b6e1b36b1c3704a5a1dbb4ff68904ac208ad66eb5181bedc8ad2f074d0edc6c531a2311379aa865807e6116fe878e22923e SHA512 (wine-staging-6.0.tar.gz) = 33845e398e9c3d4bacbd9cd369983e72517fd648747433eabd933b446f9d86f1d61660959ff4e05cb661cf4038550b3df3384f588f3f5504b1f8056196ca3c38

@ -45,13 +45,13 @@
Name: wine Name: wine
Version: 6.0 Version: 6.0
Release: 0.6rc6%{?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}-rc6.tar.xz Source0: https://dl.winehq.org/wine/source/6.0/wine-%{version}.tar.xz
Source10: https://dl.winehq.org/wine/source/6.0/wine-%{version}-rc6.tar.xz.sign Source10: https://dl.winehq.org/wine/source/6.0/wine-%{version}.tar.xz.sign
Source1: wine.init Source1: wine.init
Source2: wine.systemd Source2: wine.systemd
@ -97,7 +97,7 @@ Patch511: wine-cjk.patch
%if 0%{?wine_staging} %if 0%{?wine_staging}
# wine-staging patches # wine-staging patches
# pulseaudio-patch is covered by that patch-set, too. # 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}-rc6.tar.gz Source900: https://github.com/wine-staging/wine-staging/archive/v%{version}.tar.gz#/wine-staging-%{version}.tar.gz
%endif %endif
%if !%{?no64bit} %if !%{?no64bit}
@ -706,7 +706,7 @@ This package adds the opencl driver for wine.
%endif %endif
%prep %prep
%setup -q -n wine-%{version}-rc6 %setup -q -n wine-%{version}
%patch511 -p1 -b.cjk %patch511 -p1 -b.cjk
%if 0%{?wine_staging} %if 0%{?wine_staging}
@ -2424,6 +2424,9 @@ fi
%endif %endif
%changelog %changelog
* Thu Jan 14 2021 Michael Cronenworth <mike@cchtml.com> 6.0-1
- version update
* Sun Jan 10 2021 Michael Cronenworth <mike@cchtml.com> 6.0-0.6rc6 * Sun Jan 10 2021 Michael Cronenworth <mike@cchtml.com> 6.0-0.6rc6
- version update - version update

Loading…
Cancel
Save