Update to 3.3

f38
Michael Cronenworth 7 years ago
parent 598ea5dcbf
commit 0f471f733f

4
.gitignore vendored

@ -1,2 +1,2 @@
/wine-3.2.tar.xz /wine-3.3.tar.xz
/wine-3.2.tar.xz.sign /wine-3.3.tar.xz.sign

@ -1,2 +1,2 @@
SHA512 (wine-3.2.tar.xz) = 94b4903d628bf7aacd712a2bf566b53161880bf28311611106776df222222f592edb212d491f02e4c1b0c60d88e4b4a126981d445d1e18018238ff993c6c3092 SHA512 (wine-3.3.tar.xz) = c9e4c75e94d745837208bf877b19c4e4e46df1e78082d21e716f52c9f9d93eaabbec8bf34783cda68e4275f53e37929b81ac128e5b8a13c1e5035223b2621d6a
SHA512 (wine-3.2.tar.xz.sign) = 6099b578e8ef925350beef31edd7ebb940191f7b1324abfe63dc126f3646986c2d5a10047b951143aea1f1562bb7629d613887646ddfd94c7ad103a637ff6c0a SHA512 (wine-3.3.tar.xz.sign) = 70d4e476f330f0da5e3cdfea3b35c10c7320fb8817ce339c506b09a80e74c8f3b9ee7ddfcdb044383ceac11fde28b8b40c8ebc89e4957f95f6ed9e1fc83e2f97

@ -21,15 +21,15 @@
%endif %endif
Name: wine Name: wine
Version: 3.2 Version: 3.3
Release: 2%{?dist} Release: 1%{?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: http://www.winehq.org/ URL: https://www.winehq.org/
Source0: http://downloads.sourceforge.net/wine/wine-%{version}.tar.xz Source0: https://dl.winehq.org/wine/source/3.x/wine-%{version}.tar.xz
Source10: http://downloads.sourceforge.net/wine/wine-%{version}.tar.xz.sign Source10: https://dl.winehq.org/wine/source/3.x/wine-%{version}.tar.xz.sign
Source1: wine.init Source1: wine.init
Source2: wine.systemd Source2: wine.systemd
@ -1810,6 +1810,7 @@ fi
%{_libdir}/wine/winehid.sys.so %{_libdir}/wine/winehid.sys.so
%{_libdir}/wine/winejoystick.drv.so %{_libdir}/wine/winejoystick.drv.so
%{_libdir}/wine/winemapi.dll.so %{_libdir}/wine/winemapi.dll.so
%{_libdir}/wine/winevulkan.dll.so
%{_libdir}/wine/winex11.drv.so %{_libdir}/wine/winex11.drv.so
%{_libdir}/wine/wing32.dll.so %{_libdir}/wine/wing32.dll.so
%{_libdir}/wine/winhttp.dll.so %{_libdir}/wine/winhttp.dll.so
@ -2176,6 +2177,9 @@ fi
%endif %endif
%changelog %changelog
* Fri Mar 02 2018 Michael Cronenworth <mike@cchtml.com> 3.3-1
- version update
* Tue Feb 20 2018 Michael Cronenworth <mike@cchtml.com> 3.2-2 * Tue Feb 20 2018 Michael Cronenworth <mike@cchtml.com> 3.2-2
- fix another upgrade path from wine-staging (RHBZ#1547137) - fix another upgrade path from wine-staging (RHBZ#1547137)

Loading…
Cancel
Save