From dac90127b85c1468fae43f2144b23d055566b7e7 Mon Sep 17 00:00:00 2001 From: Michael Cronenworth Date: Mon, 20 Jul 2020 11:42:52 -0500 Subject: [PATCH] Update to 5.13 --- .gitignore | 6 +++--- sources | 6 +++--- wine.spec | 8 ++++++-- 3 files changed, 12 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index b9639ee..d3c5b39 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ -/wine-5.12.tar.xz -/wine-5.12.tar.xz.sign -/wine-staging-5.12.1.tar.gz +/wine-5.13.tar.xz +/wine-5.13.tar.xz.sign +/wine-staging-5.13.tar.gz diff --git a/sources b/sources index 29ea6fb..a1d8595 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ -SHA512 (wine-5.12.tar.xz) = 1272b143d64ed6083cd797474f18dbd2bca7a38d488474ae5f054f47789b4fc1d386c7bbf8aa1bd86f9507908fc799b4f45e10e1d8c628c5bd52c42b1d74c8a8 -SHA512 (wine-5.12.tar.xz.sign) = 0c2fdab2e8c46addcd2cebbc46f9125e7f544bddef89d19713310ec889992936ba2dcead93d6291c10dcd88a60eba0d84bd6c0459a512009899fdd4eb4435813 -SHA512 (wine-staging-5.12.1.tar.gz) = 1a4cead8f17d41f1e5ab1be2f8dd8e098fc655b6240bdae49d3e8ab8f112ea4b46a92a95780b325c037dd3e5099e481392860c8dbf72dd03acee39855335750d +SHA512 (wine-5.13.tar.xz) = 3093be3b974609f83fe2da6ca724237fa07ada260ec503fc00a8729b74d77e22b329044e411ed1e67f287c4e69ef3b16953ddb3e93599d97d3ad1ffffb608704 +SHA512 (wine-5.13.tar.xz.sign) = 61fceae1a7d08852dc2af3bc1c016e4c8acc00da781b542267ac3409bd6dc72764ecc1300f235d2f079517568718f196d6fcae1a94eb53d9e5119761a4915499 +SHA512 (wine-staging-5.13.tar.gz) = 9bdda76524ea97c9847182d912544a2ecd5efddc03511af151c054d6cce933e40c8cf10722d34d8875115aed7c1888883fdce3e00f481c31116fd33d91304c6d diff --git a/wine.spec b/wine.spec index 1bc1047..68a10b8 100644 --- a/wine.spec +++ b/wine.spec @@ -44,7 +44,7 @@ %endif Name: wine -Version: 5.12 +Version: 5.13 Release: 1%{?dist} Summary: A compatibility layer for windows applications @@ -95,7 +95,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}.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 %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-2-0.%{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-2-0.%{winedll} %{_libdir}/wine/api-ms-win-core-threadpool-legacy-l1-1-0.%{winedll} @@ -2337,6 +2338,9 @@ fi %endif %changelog +* Mon Jul 20 2020 Michael Cronenworth 5.13-1 +- version update + * Tue Jul 14 2020 Michael Cronenworth 5.12-1 - version update