Update to 4.0-rc6

f38
Michael Cronenworth 6 years ago
parent 0d8a4141f8
commit 70e23b50ce

9
.gitignore vendored

@ -1,6 +1,3 @@
/wine-4.0-rc2.tar.xz /wine-4.0-rc6.tar.xz
/wine-4.0-rc2.tar.xz.sign /wine-4.0-rc6.tar.xz.sign
/wine-staging-4.0-rc2.tar.gz /wine-staging-4.0-rc6.tar.gz
/wine-4.0-rc4.tar.xz
/wine-4.0-rc4.tar.xz.sign
/wine-staging-4.0-rc4.tar.gz

@ -1,3 +1,3 @@
SHA512 (wine-4.0-rc4.tar.xz) = 683b696ea1225da73495758f08715ba6fb2f8e0477942462f2c627da1f695d868b54287fdb6dba8252211d794e40c4bb3c881d68e792bf196e0a4271347212bb SHA512 (wine-4.0-rc6.tar.xz) = 5856aaacc16d8dc085219314ff5a3d4ed3fe0c9b0b3d1a728ad17179f219835d5cb5ef8810f83a2e8711c130944a86cf48e1fc44ab1f3a156dc40b0419085505
SHA512 (wine-4.0-rc4.tar.xz.sign) = 182764669d073eb558c2d16dbbb7a4d61814aa4f7b68b6bca24e3c26d9a7bde1b319e83844e6458c2d41c9efdc0d1dc5d12cc4512879fff8947e18078f976dfb SHA512 (wine-4.0-rc6.tar.xz.sign) = de72e4545b1d850555dcebab34a931da9f017a0bf8e2779e29fde6de3adcfe89161f4b21e637980f7e2865f8805cc2c47e951798cdf1f900e031241ba4419ded
SHA512 (wine-staging-4.0-rc4.tar.gz) = 63c6cb0bf10b9bf2aeb2a93d70e6a4efabdb4bb617f93ca68b2eb9de51837c6a15e970063fa9f3c067aa65d32c87ebef3e888565962f8fd541276e4be97b1855 SHA512 (wine-staging-4.0-rc6.tar.gz) = ded04b80ec95089237bf3bd7c40f503dea6a57d1fd23219fabffab1a441bc15942c04a3b6befbc648b56d5a9fa584a3d14a5c1359c7e72c44ba55695edeae925

@ -21,14 +21,14 @@
Name: wine Name: wine
Version: 4.0 Version: 4.0
Release: 0.4.rc4%{?dist} Release: 0.5.rc6%{?dist}
Summary: A compatibility layer for windows applications Summary: A compatibility layer for windows applications
Group: Applications/Emulators Group: Applications/Emulators
License: LGPLv2+ License: LGPLv2+
URL: https://www.winehq.org/ URL: https://www.winehq.org/
Source0: https://dl.winehq.org/wine/source/4.0/wine-%{version}-rc4.tar.xz Source0: https://dl.winehq.org/wine/source/4.0/wine-%{version}-rc6.tar.xz
Source10: https://dl.winehq.org/wine/source/4.0/wine-%{version}-rc4.tar.xz.sign Source10: https://dl.winehq.org/wine/source/4.0/wine-%{version}-rc6.tar.xz.sign
Source1: wine.init Source1: wine.init
Source2: wine.systemd Source2: wine.systemd
@ -71,7 +71,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}-rc4.tar.gz#/wine-staging-%{version}-rc4.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}
@ -678,7 +678,7 @@ This package adds the opencl driver for wine.
%endif %endif
%prep %prep
%setup -q -n wine-%{version}-rc4 %setup -q -n wine-%{version}-rc6
%patch511 -p1 -b.cjk %patch511 -p1 -b.cjk
%if 0%{?wine_staging} %if 0%{?wine_staging}
@ -727,7 +727,7 @@ make %{?_smp_mflags} TARGETFLAGS=""
%install %install
%makeinstall \ %makeinstall \
includedir=%{buildroot}%{_includedir}/wine \ includedir=%{buildroot}%{_includedir} \
sysconfdir=%{buildroot}%{_sysconfdir}/wine \ sysconfdir=%{buildroot}%{_sysconfdir}/wine \
dlldir=%{buildroot}%{_libdir}/wine \ dlldir=%{buildroot}%{_libdir}/wine \
LDCONFIG=/bin/true \ LDCONFIG=/bin/true \
@ -2227,6 +2227,10 @@ fi
%endif %endif
%changelog %changelog
* Thu Jan 17 2019 Michael Cronenworth <mike@cchtml.com> 4.0-0.5.rc6
- version update
- Include path fix (RHBZ#1664292)
* Thu Jan 03 2019 Michael Cronenworth <mike@cchtml.com> 4.0-0.4.rc4 * Thu Jan 03 2019 Michael Cronenworth <mike@cchtml.com> 4.0-0.4.rc4
- version update - version update

Loading…
Cancel
Save