Update to 1.9.11

f38
Michael Cronenworth 9 years ago
parent ce30ef6762
commit 2fee003f01

6
.gitignore vendored

@ -1,3 +1,3 @@
/wine-1.9.10.tar.bz2
/wine-1.9.10.tar.bz2.sign
/wine-staging-1.9.10.tar.gz
/wine-1.9.11.tar.bz2
/wine-1.9.11.tar.bz2.sign
/wine-staging-1.9.11.tar.gz

@ -1,3 +1,3 @@
5e22fd3846fb3df3c7acfd61e544452d wine-1.9.10.tar.bz2
f60332197813f5d90384e07aac337986 wine-1.9.10.tar.bz2.sign
f1157005ffa8cc4385ccb7b715a164eb wine-staging-1.9.10.tar.gz
4671b9db70be056f45ad145bb11a6305 wine-1.9.11.tar.bz2
7c57071df7227046d5df7c61b07d0407 wine-1.9.11.tar.bz2.sign
23948b7852951073d83072747c3ab2b6 wine-staging-1.9.11.tar.gz

@ -2,7 +2,11 @@
%undefine _hardened_build
%global no64bit 0
%if 0%{?fedora} <= 23
%global winegecko 2.44
%else
%global winegecko 2.47
%endif
%global winemono 4.6.2
#global _default_patch_fuzz 2
@ -21,8 +25,8 @@
%endif
Name: wine
Version: 1.9.10
Release: 2%{?dist}
Version: 1.9.11
Release: 1%{?dist}
Summary: A compatibility layer for windows applications
Group: Applications/Emulators
@ -1521,6 +1525,7 @@ fi
%{_libdir}/wine/msxml4.dll.so
%{_libdir}/wine/msxml6.dll.so
%{_libdir}/wine/nddeapi.dll.so
%{_libdir}/wine/ncrypt.dll.so
%{_libdir}/wine/ndis.sys.so
%{_libdir}/wine/netapi32.dll.so
%{_libdir}/wine/netcfgx.dll.so
@ -2030,6 +2035,9 @@ fi
%endif
%changelog
* Tue Jun 07 2016 Michael Cronenworth <mike@cchtml.com> 1.9.11-1
- version update
* Tue May 24 2016 Michael Cronenworth <mike@cchtml.com> 1.9.10-2
- gecko update

Loading…
Cancel
Save