Update to 5.13

f38
Michael Cronenworth 5 years ago
parent c65cf5dacf
commit dac90127b8

6
.gitignore vendored

@ -1,3 +1,3 @@
/wine-5.12.tar.xz /wine-5.13.tar.xz
/wine-5.12.tar.xz.sign /wine-5.13.tar.xz.sign
/wine-staging-5.12.1.tar.gz /wine-staging-5.13.tar.gz

@ -1,3 +1,3 @@
SHA512 (wine-5.12.tar.xz) = 1272b143d64ed6083cd797474f18dbd2bca7a38d488474ae5f054f47789b4fc1d386c7bbf8aa1bd86f9507908fc799b4f45e10e1d8c628c5bd52c42b1d74c8a8 SHA512 (wine-5.13.tar.xz) = 3093be3b974609f83fe2da6ca724237fa07ada260ec503fc00a8729b74d77e22b329044e411ed1e67f287c4e69ef3b16953ddb3e93599d97d3ad1ffffb608704
SHA512 (wine-5.12.tar.xz.sign) = 0c2fdab2e8c46addcd2cebbc46f9125e7f544bddef89d19713310ec889992936ba2dcead93d6291c10dcd88a60eba0d84bd6c0459a512009899fdd4eb4435813 SHA512 (wine-5.13.tar.xz.sign) = 61fceae1a7d08852dc2af3bc1c016e4c8acc00da781b542267ac3409bd6dc72764ecc1300f235d2f079517568718f196d6fcae1a94eb53d9e5119761a4915499
SHA512 (wine-staging-5.12.1.tar.gz) = 1a4cead8f17d41f1e5ab1be2f8dd8e098fc655b6240bdae49d3e8ab8f112ea4b46a92a95780b325c037dd3e5099e481392860c8dbf72dd03acee39855335750d SHA512 (wine-staging-5.13.tar.gz) = 9bdda76524ea97c9847182d912544a2ecd5efddc03511af151c054d6cce933e40c8cf10722d34d8875115aed7c1888883fdce3e00f481c31116fd33d91304c6d

@ -44,7 +44,7 @@
%endif %endif
Name: wine Name: wine
Version: 5.12 Version: 5.13
Release: 1%{?dist} Release: 1%{?dist}
Summary: A compatibility layer for windows applications Summary: A compatibility layer for windows applications
@ -95,7 +95,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}.1.tar.gz#/wine-staging-%{version}.1.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}
@ -1349,6 +1349,7 @@ fi
%{_libdir}/wine/api-ms-win-core-sysinfo-l1-1-0.%{winedll} %{_libdir}/wine/api-ms-win-core-sysinfo-l1-1-0.%{winedll}
%{_libdir}/wine/api-ms-win-core-sysinfo-l1-2-0.%{winedll} %{_libdir}/wine/api-ms-win-core-sysinfo-l1-2-0.%{winedll}
%{_libdir}/wine/api-ms-win-core-sysinfo-l1-2-1.%{winedll} %{_libdir}/wine/api-ms-win-core-sysinfo-l1-2-1.%{winedll}
%{_libdir}/wine/api-ms-win-core-systemtopology-l1-1-0.%{winedll}
%{_libdir}/wine/api-ms-win-core-threadpool-l1-1-0.%{winedll} %{_libdir}/wine/api-ms-win-core-threadpool-l1-1-0.%{winedll}
%{_libdir}/wine/api-ms-win-core-threadpool-l1-2-0.%{winedll} %{_libdir}/wine/api-ms-win-core-threadpool-l1-2-0.%{winedll}
%{_libdir}/wine/api-ms-win-core-threadpool-legacy-l1-1-0.%{winedll} %{_libdir}/wine/api-ms-win-core-threadpool-legacy-l1-1-0.%{winedll}
@ -2337,6 +2338,9 @@ fi
%endif %endif
%changelog %changelog
* Mon Jul 20 2020 Michael Cronenworth <mike@cchtml.com> 5.13-1
- version update
* Tue Jul 14 2020 Michael Cronenworth <mike@cchtml.com> 5.12-1 * Tue Jul 14 2020 Michael Cronenworth <mike@cchtml.com> 5.12-1
- version update - version update

Loading…
Cancel
Save