Update to 6.0-rc5

f38
Michael Cronenworth 4 years ago
parent 4ab6c18b59
commit 8ed973af51

6
.gitignore vendored

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

@ -1,3 +1,3 @@
SHA512 (wine-6.0-rc4.tar.xz) = adf3797319a4b9fff70589484059736392c1e463b52f33a3ea23367638f84aeef28c7250c6de04bf77d0e780aad6975e00fd5ac01105c2b8a877aa6c060e889d SHA512 (wine-6.0-rc5.tar.xz) = e995ad4ddd2c71c9f5ffd963e2d9743a45fc325aa12c9b69e81d8ea014ddf4709e73beb58b8105cb992543c6300137f2d9b54b8bcfba36a49a79f85068067e5d
SHA512 (wine-6.0-rc4.tar.xz.sign) = 6a1b4b259a08104a43ce8951c6f320b34bbfd17e2e02463c855f94a334354fca78233144308234c81e1c87bceba25bce08aa713046777a624479d4b6aa272f3f SHA512 (wine-6.0-rc5.tar.xz.sign) = 6816538d34a521362735f0efc2e733041676384db1b3843cca098ee47453dcf4c52b684c5bc79a5f8ea40da3406b635f94e56569af53b392fb34fd886815ef0f
SHA512 (wine-staging-6.0-rc4.tar.gz) = 48569114b616b503cd8e436ea7f14856872329d53fcb250a1fcd6ec21a990a06b13b85591ea37d49cc80de767b8ec1f6f653b04b696a7f3c70a65c37231f2a12 SHA512 (wine-staging-6.0-rc5.tar.gz) = d12ebe5b529bce8900958e45cd58f47ac43b8312e5d429647483e05d87527abbda0ce44f46c69348fe045abe436743f6ad824c4ff3efc52667df1aab6f2f0524

@ -45,13 +45,13 @@
Name: wine Name: wine
Version: 6.0 Version: 6.0
Release: 0.4rc4%{?dist} Release: 0.5rc5%{?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}-rc4.tar.xz Source0: https://dl.winehq.org/wine/source/6.0/wine-%{version}-rc5.tar.xz
Source10: https://dl.winehq.org/wine/source/6.0/wine-%{version}-rc4.tar.xz.sign Source10: https://dl.winehq.org/wine/source/6.0/wine-%{version}-rc5.tar.xz.sign
Source1: wine.init Source1: wine.init
Source2: wine.systemd Source2: wine.systemd
@ -75,6 +75,8 @@ Source109: wine-oleview.desktop
Source150: wine.appdata.xml Source150: wine.appdata.xml
# wine bugs # wine bugs
# https://bugs.winehq.org/show_bug.cgi?id=45277
Patch100: wine-6.0-vulkan-child-window.patch
# desktop dir # desktop dir
Source200: wine.menu Source200: wine.menu
@ -95,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}-rc4.tar.gz Source900: https://github.com/wine-staging/wine-staging/archive/v%{version}.tar.gz#/wine-staging-%{version}-rc5.tar.gz
%endif %endif
%if !%{?no64bit} %if !%{?no64bit}
@ -704,7 +706,7 @@ This package adds the opencl driver for wine.
%endif %endif
%prep %prep
%setup -q -n wine-%{version}-rc4 %setup -q -n wine-%{version}-rc5
%patch511 -p1 -b.cjk %patch511 -p1 -b.cjk
%if 0%{?wine_staging} %if 0%{?wine_staging}
@ -716,6 +718,8 @@ patches/patchinstall.sh DESTDIR="`pwd`" --all
# fix parallelized build # fix parallelized build
sed -i -e 's!^loader server: libs/port libs/wine tools.*!& include!' Makefile.in sed -i -e 's!^loader server: libs/port libs/wine tools.*!& include!' Makefile.in
%patch100 -p1 -b.vulkan-child-window
%endif %endif
# 0%%{?wine_staging} # 0%%{?wine_staging}
@ -2420,7 +2424,10 @@ fi
%endif %endif
%changelog %changelog
* Sat Dec 26 2020 Michael Cronenworth <mike@cchtml.com> 6.0-0.3rc4 * Thu Jan 07 2021 Michael Cronenworth <mike@cchtml.com> 6.0-0.5rc5
- version update
* Sat Dec 26 2020 Michael Cronenworth <mike@cchtml.com> 6.0-0.4rc4
- version update - version update
* Sat Dec 19 2020 Michael Cronenworth <mike@cchtml.com> 6.0-0.3rc3 * Sat Dec 19 2020 Michael Cronenworth <mike@cchtml.com> 6.0-0.3rc3

Loading…
Cancel
Save