Update to 1.7.40

f38
Michael Cronenworth 10 years ago
parent 764a0da0a3
commit ca28a078b6

6
.gitignore vendored

@ -1,3 +1,3 @@
/wine-1.7.39.tar.bz2 /wine-1.7.40.tar.bz2
/wine-1.7.39.tar.bz2.sign /wine-1.7.40.tar.bz2.sign
/wine-staging-1.7.39.tar.gz /wine-staging-1.7.40.tar.gz

@ -1,3 +1,3 @@
eada8f9fde77a72e1d1f682020d4cbfe wine-1.7.39.tar.bz2 7c1dc804be000d73bc8c2afa623aa9e5 wine-1.7.40.tar.bz2
3d1c993249d4ca1971a69724657286ab wine-1.7.39.tar.bz2.sign 042da83227777b8c25d524b343d11081 wine-1.7.40.tar.bz2.sign
88b30faba37a5889843a96bfbc81af35 wine-staging-1.7.39.tar.gz 0c89fbe48138c919278e5764042814e4 wine-staging-1.7.40.tar.gz

@ -21,7 +21,7 @@
%endif %endif
Name: wine Name: wine
Version: 1.7.39 Version: 1.7.40
Release: 1%{?dist} Release: 1%{?dist}
Summary: A compatibility layer for windows applications Summary: A compatibility layer for windows applications
@ -618,7 +618,7 @@ This package adds the opencl driver for wine.
%setup -q %setup -q
%patch511 -p1 -b.cjk %patch511 -p1 -b.cjk
%if 0%{?fedora} > 21 %if 0%{?fedora} > 21
%patch512 -p1 -b.gcc5 #patch512 -p1 -b.gcc5
%endif %endif
# setup and apply compholio-patches or pulseaudio-patch. # setup and apply compholio-patches or pulseaudio-patch.
@ -649,7 +649,7 @@ autoreconf
# http://bugs.winehq.org/show_bug.cgi?id=24606 # http://bugs.winehq.org/show_bug.cgi?id=24606
# http://bugs.winehq.org/show_bug.cgi?id=25073 # http://bugs.winehq.org/show_bug.cgi?id=25073
%if 0%{?fedora} > 21 %if 0%{?fedora} > 21
export TEMP_CFLAGS="`echo $RPM_OPT_FLAGS | sed -e 's/-O2/-O1/'`" export TEMP_CFLAGS="`echo $RPM_OPT_FLAGS | sed -e 's/-O2/-O0/'`"
export CFLAGS="`echo $TEMP_CFLAGS | sed -e 's/-Wp,-D_FORTIFY_SOURCE=2//'` -Wno-error" export CFLAGS="`echo $TEMP_CFLAGS | sed -e 's/-Wp,-D_FORTIFY_SOURCE=2//'` -Wno-error"
%else %else
export CFLAGS="`echo $RPM_OPT_FLAGS | sed -e 's/-Wp,-D_FORTIFY_SOURCE=2//'` -Wno-error" export CFLAGS="`echo $RPM_OPT_FLAGS | sed -e 's/-Wp,-D_FORTIFY_SOURCE=2//'` -Wno-error"
@ -1268,6 +1268,9 @@ fi
%{_libdir}/wine/ext-ms-win-gdi-devcaps-l1-1-0.dll.so %{_libdir}/wine/ext-ms-win-gdi-devcaps-l1-1-0.dll.so
%{_libdir}/wine/faultrep.dll.so %{_libdir}/wine/faultrep.dll.so
%{_libdir}/wine/fltlib.dll.so %{_libdir}/wine/fltlib.dll.so
%if 0%{?compholio}
%{_libdir}/wine/fltmgr.sys.so
%endif
%{_libdir}/wine/fntcache.dll.so %{_libdir}/wine/fntcache.dll.so
%{_libdir}/wine/fontsub.dll.so %{_libdir}/wine/fontsub.dll.so
%{_libdir}/wine/fusion.dll.so %{_libdir}/wine/fusion.dll.so
@ -1852,6 +1855,9 @@ fi
%{_libdir}/wine/opencl.dll.so %{_libdir}/wine/opencl.dll.so
%changelog %changelog
* Mon Apr 06 2015 Michael Cronenworth <mike@cchtml.com> 1.7.40-1
- version upgrade
* Sun Mar 22 2015 Michael Cronenworth <mike@cchtml.com> 1.7.39-1 * Sun Mar 22 2015 Michael Cronenworth <mike@cchtml.com> 1.7.39-1
- version upgrade - version upgrade
- Enable some optimizations and workarounds for GCC5 regressions - Enable some optimizations and workarounds for GCC5 regressions

Loading…
Cancel
Save