From 0f471f733f0f5a79ef65c24b038afa6131a7580e Mon Sep 17 00:00:00 2001 From: Michael Cronenworth Date: Fri, 2 Mar 2018 14:32:42 -0600 Subject: [PATCH] Update to 3.3 --- .gitignore | 4 ++-- sources | 4 ++-- wine.spec | 14 +++++++++----- 3 files changed, 13 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index 44144af..7aa462a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ -/wine-3.2.tar.xz -/wine-3.2.tar.xz.sign +/wine-3.3.tar.xz +/wine-3.3.tar.xz.sign diff --git a/sources b/sources index 245c3cd..a9463c6 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -SHA512 (wine-3.2.tar.xz) = 94b4903d628bf7aacd712a2bf566b53161880bf28311611106776df222222f592edb212d491f02e4c1b0c60d88e4b4a126981d445d1e18018238ff993c6c3092 -SHA512 (wine-3.2.tar.xz.sign) = 6099b578e8ef925350beef31edd7ebb940191f7b1324abfe63dc126f3646986c2d5a10047b951143aea1f1562bb7629d613887646ddfd94c7ad103a637ff6c0a +SHA512 (wine-3.3.tar.xz) = c9e4c75e94d745837208bf877b19c4e4e46df1e78082d21e716f52c9f9d93eaabbec8bf34783cda68e4275f53e37929b81ac128e5b8a13c1e5035223b2621d6a +SHA512 (wine-3.3.tar.xz.sign) = 70d4e476f330f0da5e3cdfea3b35c10c7320fb8817ce339c506b09a80e74c8f3b9ee7ddfcdb044383ceac11fde28b8b40c8ebc89e4957f95f6ed9e1fc83e2f97 diff --git a/wine.spec b/wine.spec index eea0f65..e742381 100644 --- a/wine.spec +++ b/wine.spec @@ -21,15 +21,15 @@ %endif Name: wine -Version: 3.2 -Release: 2%{?dist} +Version: 3.3 +Release: 1%{?dist} Summary: A compatibility layer for windows applications Group: Applications/Emulators License: LGPLv2+ -URL: http://www.winehq.org/ -Source0: http://downloads.sourceforge.net/wine/wine-%{version}.tar.xz -Source10: http://downloads.sourceforge.net/wine/wine-%{version}.tar.xz.sign +URL: https://www.winehq.org/ +Source0: https://dl.winehq.org/wine/source/3.x/wine-%{version}.tar.xz +Source10: https://dl.winehq.org/wine/source/3.x/wine-%{version}.tar.xz.sign Source1: wine.init Source2: wine.systemd @@ -1810,6 +1810,7 @@ fi %{_libdir}/wine/winehid.sys.so %{_libdir}/wine/winejoystick.drv.so %{_libdir}/wine/winemapi.dll.so +%{_libdir}/wine/winevulkan.dll.so %{_libdir}/wine/winex11.drv.so %{_libdir}/wine/wing32.dll.so %{_libdir}/wine/winhttp.dll.so @@ -2176,6 +2177,9 @@ fi %endif %changelog +* Fri Mar 02 2018 Michael Cronenworth 3.3-1 +- version update + * Tue Feb 20 2018 Michael Cronenworth 3.2-2 - fix another upgrade path from wine-staging (RHBZ#1547137)