Update to 2.14

f38
Michael Cronenworth 8 years ago
parent f0cf4f53a1
commit 76358e9024

6
.gitignore vendored

@ -1,3 +1,3 @@
/wine-2.13.tar.xz /wine-2.14.tar.xz
/wine-2.13.tar.xz.sign /wine-2.14.tar.xz.sign
/wine-staging-2.13.tar.gz /wine-staging-2.14.tar.gz

@ -1,3 +1,3 @@
SHA512 (wine-2.13.tar.xz) = 71873b9ec1605dd5f7502b87b0f3429c3d14a4196543d7304df455854b58ef82b8fafdcea91450cbfc01434a44886a0e0c4c4cf289ffb53167dde0f969cddc48 SHA512 (wine-2.14.tar.xz) = ff43d386d46c0c74449e667b61d8cebd5fa768c88e6220aa2f13df03d80b71b6c0bdf8cbab023aed96f7c88b9787a3be4989da892fa1778412534ae82a7279bb
SHA512 (wine-2.13.tar.xz.sign) = edf50eb52c45d99b8bb8fd956a14e103aca0176b041811936d9b6af0ffb876b71561a9cc9056703b929819caf241cc273381d3b0a75369d52207756eb2fb9234 SHA512 (wine-2.14.tar.xz.sign) = aadd6fa989bea9dd12830b1cd783e9753cedd535b5fe59fa049c12177f13f44354fcd535bdf2647f54147f92c81d43ac744fd8ee2741eed2f12220c6b9df88ed
SHA512 (wine-staging-2.13.tar.gz) = 86077747d8a4f6e56dc1b0dda1688810defa9bcebaaadbf2419ce56e4590d4249881105e1dda24236f861baf0b1cc42019b2538de5d24a6d3c4f27c7a8248086 SHA512 (wine-staging-2.14.tar.gz) = 1e794f77309e94612f822b72872ac2726e37d219a40c4a45feb2fb56f4413c34eae966a4ae8708d502c837cd47db22979e9a05cb73b681703cd729f701cdb210

@ -3,7 +3,7 @@
%global no64bit 0 %global no64bit 0
%global winegecko 2.47 %global winegecko 2.47
%global winemono 4.7.0 %global winemono 4.7.1
#global _default_patch_fuzz 2 #global _default_patch_fuzz 2
# build with compholio-patches, see: http://www.compholio.com/wine-compholio/ # build with compholio-patches, see: http://www.compholio.com/wine-compholio/
@ -21,8 +21,8 @@
%endif %endif
Name: wine Name: wine
Version: 2.13 Version: 2.14
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
@ -1055,6 +1055,7 @@ fi
%{_libdir}/wine/notepad.exe.so %{_libdir}/wine/notepad.exe.so
%{_libdir}/wine/plugplay.exe.so %{_libdir}/wine/plugplay.exe.so
%{_libdir}/wine/progman.exe.so %{_libdir}/wine/progman.exe.so
%{_libdir}/wine/runas.exe.so
%{_libdir}/wine/taskmgr.exe.so %{_libdir}/wine/taskmgr.exe.so
%{_libdir}/wine/winedbg.exe.so %{_libdir}/wine/winedbg.exe.so
%{_libdir}/wine/winefile.exe.so %{_libdir}/wine/winefile.exe.so
@ -1429,6 +1430,7 @@ fi
%{_libdir}/wine/dpwsockx.dll.so %{_libdir}/wine/dpwsockx.dll.so
%{_libdir}/wine/drmclien.dll.so %{_libdir}/wine/drmclien.dll.so
%{_libdir}/wine/dsound.dll.so %{_libdir}/wine/dsound.dll.so
%{_libdir}/wine/dsquery.dll.so
%{_libdir}/wine/dssenh.dll.so %{_libdir}/wine/dssenh.dll.so
%{_libdir}/wine/dswave.dll.so %{_libdir}/wine/dswave.dll.so
%{_libdir}/wine/dwmapi.dll.so %{_libdir}/wine/dwmapi.dll.so
@ -1733,6 +1735,7 @@ fi
%if 0%{?compholio} %if 0%{?compholio}
%{_libdir}/wine/uiautomationcore.dll.so %{_libdir}/wine/uiautomationcore.dll.so
%endif %endif
%{_libdir}/wine/uiribbon.dll.so
%{_libdir}/wine/unicows.dll.so %{_libdir}/wine/unicows.dll.so
%{_libdir}/wine/unlodctr.exe.so %{_libdir}/wine/unlodctr.exe.so
%{_libdir}/wine/updspapi.dll.so %{_libdir}/wine/updspapi.dll.so
@ -2150,6 +2153,9 @@ fi
%endif %endif
%changelog %changelog
* Tue Aug 08 2017 Michael Cronenworth <mike@cchtml.com> 2.14-1
- version update
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.13-2 * Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.13-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild

Loading…
Cancel
Save