Update to 7.0-rc6

f38
Björn Esser 3 years ago
parent 99c5df0338
commit 6cd6649e77
No known key found for this signature in database
GPG Key ID: F52E98007594C21D

6
.gitignore vendored

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

@ -1,3 +1,3 @@
SHA512 (wine-7.0-rc5.tar.xz) = d49f83f7fb71dde03b7182fd6e17fa22de68991fc897daf962992257d0b3e190f7f493042577637f7218f8d1d693c918dd794cb25d1dc21c3ea806fc17a2717f SHA512 (wine-7.0-rc6.tar.xz) = b1b6f4abb1f27750a688cad1bbaa6b1a969e383d971d25a08b758331361b32232003ac00ffe17fb86387ed215ad5401c477fa26c8e9cea3b2a981926eacc52a0
SHA512 (wine-7.0-rc5.tar.xz.sign) = 0864ea62293a389200e963407a36215a13c48c720940e17830e91e97089ad9270c3ab850bc23c8564d031566807ee1974a7be2749a60908a0524a66d328ebbf1 SHA512 (wine-7.0-rc6.tar.xz.sign) = 9660406d7dd71407c805391d6629d4333403ca48a7cbefd311d88651083ca5dbd0354025bf8dbe78d01efe5c409fa5892e092030e416d800b5c0f890796c94b8
SHA512 (wine-staging-7.0-rc5.tar.gz) = fcfe6913e410dc6fad52524f1d418e5bffd139f036219ea5027ecfa80a326563f1e30eb9bcb06de2c6f96cc1ed9f71eb3f08f11e370933f2c333841573bc68c1 SHA512 (wine-staging-7.0-rc6.tar.gz) = b695056b1e6fdf4516b7d26ca8dbc39d16ec2f6166ca8af03a1dffdffef767570e234460556b3ffed4e644cb208b7fe5820125b8f5336e6a0e7a9d0eb532e2f6

@ -38,13 +38,13 @@
Name: wine Name: wine
Version: 7.0 Version: 7.0
Release: 0.5rc5%{?dist} Release: 0.6rc6%{?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/7.0/wine-%{version}-rc5.tar.xz Source0: https://dl.winehq.org/wine/source/7.0/wine-%{version}-rc6.tar.xz
Source10: https://dl.winehq.org/wine/source/7.0/wine-%{version}-rc5.tar.xz.sign Source10: https://dl.winehq.org/wine/source/7.0/wine-%{version}-rc6.tar.xz.sign
Source1: wine.init Source1: wine.init
Source2: wine.systemd Source2: wine.systemd
@ -88,7 +88,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}-rc5.tar.gz#/wine-staging-%{version}-rc5.tar.gz Source900: https://github.com/wine-staging/wine-staging/archive/v%{version}-rc6.tar.gz#/wine-staging-%{version}-rc6.tar.gz
%endif %endif
%if !%{?no64bit} %if !%{?no64bit}
@ -682,7 +682,7 @@ This package adds the opencl driver for wine.
%endif %endif
%prep %prep
%setup -q -n wine-%{version}-rc5 %setup -q -n wine-%{version}-rc6
%patch511 -p1 -b.cjk %patch511 -p1 -b.cjk
%if 0%{?wine_staging} %if 0%{?wine_staging}
@ -3366,6 +3366,9 @@ fi
%endif %endif
%changelog %changelog
* Sat Jan 15 2022 Björn Esser <besser82@fedoraproject.org> - 7.0-0.6rc6
- version update
* Sun Jan 09 2022 Björn Esser <besser82@fedoraproject.org> - 7.0-0.5rc5 * Sun Jan 09 2022 Björn Esser <besser82@fedoraproject.org> - 7.0-0.5rc5
- version update - version update

Loading…
Cancel
Save