From 70e23b50ce90dded383c2d41494df4abd3bcd538 Mon Sep 17 00:00:00 2001 From: Michael Cronenworth Date: Thu, 17 Jan 2019 08:45:19 -0600 Subject: [PATCH] Update to 4.0-rc6 --- .gitignore | 9 +++------ sources | 6 +++--- wine.spec | 16 ++++++++++------ 3 files changed, 16 insertions(+), 15 deletions(-) diff --git a/.gitignore b/.gitignore index c22989e..1cc599b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,3 @@ -/wine-4.0-rc2.tar.xz -/wine-4.0-rc2.tar.xz.sign -/wine-staging-4.0-rc2.tar.gz -/wine-4.0-rc4.tar.xz -/wine-4.0-rc4.tar.xz.sign -/wine-staging-4.0-rc4.tar.gz +/wine-4.0-rc6.tar.xz +/wine-4.0-rc6.tar.xz.sign +/wine-staging-4.0-rc6.tar.gz diff --git a/sources b/sources index 3f3dea3..add3a8d 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ -SHA512 (wine-4.0-rc4.tar.xz) = 683b696ea1225da73495758f08715ba6fb2f8e0477942462f2c627da1f695d868b54287fdb6dba8252211d794e40c4bb3c881d68e792bf196e0a4271347212bb -SHA512 (wine-4.0-rc4.tar.xz.sign) = 182764669d073eb558c2d16dbbb7a4d61814aa4f7b68b6bca24e3c26d9a7bde1b319e83844e6458c2d41c9efdc0d1dc5d12cc4512879fff8947e18078f976dfb -SHA512 (wine-staging-4.0-rc4.tar.gz) = 63c6cb0bf10b9bf2aeb2a93d70e6a4efabdb4bb617f93ca68b2eb9de51837c6a15e970063fa9f3c067aa65d32c87ebef3e888565962f8fd541276e4be97b1855 +SHA512 (wine-4.0-rc6.tar.xz) = 5856aaacc16d8dc085219314ff5a3d4ed3fe0c9b0b3d1a728ad17179f219835d5cb5ef8810f83a2e8711c130944a86cf48e1fc44ab1f3a156dc40b0419085505 +SHA512 (wine-4.0-rc6.tar.xz.sign) = de72e4545b1d850555dcebab34a931da9f017a0bf8e2779e29fde6de3adcfe89161f4b21e637980f7e2865f8805cc2c47e951798cdf1f900e031241ba4419ded +SHA512 (wine-staging-4.0-rc6.tar.gz) = ded04b80ec95089237bf3bd7c40f503dea6a57d1fd23219fabffab1a441bc15942c04a3b6befbc648b56d5a9fa584a3d14a5c1359c7e72c44ba55695edeae925 diff --git a/wine.spec b/wine.spec index fa63282..fdcc887 100644 --- a/wine.spec +++ b/wine.spec @@ -21,14 +21,14 @@ Name: wine Version: 4.0 -Release: 0.4.rc4%{?dist} +Release: 0.5.rc6%{?dist} Summary: A compatibility layer for windows applications Group: Applications/Emulators License: LGPLv2+ URL: https://www.winehq.org/ -Source0: https://dl.winehq.org/wine/source/4.0/wine-%{version}-rc4.tar.xz -Source10: https://dl.winehq.org/wine/source/4.0/wine-%{version}-rc4.tar.xz.sign +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}-rc6.tar.xz.sign Source1: wine.init Source2: wine.systemd @@ -71,7 +71,7 @@ Patch511: wine-cjk.patch %if 0%{?wine_staging} # wine-staging patches # 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 %if !%{?no64bit} @@ -678,7 +678,7 @@ This package adds the opencl driver for wine. %endif %prep -%setup -q -n wine-%{version}-rc4 +%setup -q -n wine-%{version}-rc6 %patch511 -p1 -b.cjk %if 0%{?wine_staging} @@ -727,7 +727,7 @@ make %{?_smp_mflags} TARGETFLAGS="" %install %makeinstall \ - includedir=%{buildroot}%{_includedir}/wine \ + includedir=%{buildroot}%{_includedir} \ sysconfdir=%{buildroot}%{_sysconfdir}/wine \ dlldir=%{buildroot}%{_libdir}/wine \ LDCONFIG=/bin/true \ @@ -2227,6 +2227,10 @@ fi %endif %changelog +* Thu Jan 17 2019 Michael Cronenworth 4.0-0.5.rc6 +- version update +- Include path fix (RHBZ#1664292) + * Thu Jan 03 2019 Michael Cronenworth 4.0-0.4.rc4 - version update