Update to 1.9.8

f38
Michael Cronenworth 9 years ago
parent 3e13c8a8f1
commit edc88be43c

6
.gitignore vendored

@ -1,3 +1,3 @@
/wine-1.9.7.tar.bz2 /wine-1.9.8.tar.bz2
/wine-1.9.7.tar.bz2.sign /wine-1.9.8.tar.bz2.sign
/wine-staging-1.9.7.tar.gz /wine-staging-1.9.8.tar.gz

@ -1,3 +1,3 @@
6c8856cd2014336128e7a090f40429b5 wine-1.9.7.tar.bz2 308733cebe3302b5a3e2324f58b14ce2 wine-1.9.8.tar.bz2
c861ba13251f3f154d2229ef3e013984 wine-1.9.7.tar.bz2.sign 6cb0242cd34ebaf227564d773f1cfee6 wine-1.9.8.tar.bz2.sign
181eeac72e2f27f0dde1061e9843e473 wine-staging-1.9.7.tar.gz 2ed56ffb91353ede40c32ba47f517b77 wine-staging-1.9.8.tar.gz

@ -3,7 +3,7 @@
%global no64bit 0 %global no64bit 0
%global winegecko 2.44 %global winegecko 2.44
%global winemono 4.6.0 %global winemono 4.6.2
#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,7 +21,7 @@
%endif %endif
Name: wine Name: wine
Version: 1.9.7 Version: 1.9.8
Release: 1%{?dist} Release: 1%{?dist}
Summary: A compatibility layer for windows applications Summary: A compatibility layer for windows applications
@ -677,12 +677,7 @@ rm -rf patches/
# disable fortify as it breaks wine # disable fortify as it breaks wine
# 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} > 23
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"
%else
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"
%endif
%configure \ %configure \
--sysconfdir=%{_sysconfdir}/wine \ --sysconfdir=%{_sysconfdir}/wine \
@ -1383,6 +1378,9 @@ fi
%{_libdir}/wine/ext-ms-win-xaml-pal-l1-1-0.dll.so %{_libdir}/wine/ext-ms-win-xaml-pal-l1-1-0.dll.so
%endif %endif
%{_libdir}/wine/faultrep.dll.so %{_libdir}/wine/faultrep.dll.so
%if 0%{?compholio}
%{_libdir}/wine/feclient.dll.so
%endif
%{_libdir}/wine/fltlib.dll.so %{_libdir}/wine/fltlib.dll.so
%{_libdir}/wine/fltmgr.sys.so %{_libdir}/wine/fltmgr.sys.so
%{_libdir}/wine/fntcache.dll.so %{_libdir}/wine/fntcache.dll.so
@ -1625,6 +1623,9 @@ fi
%endif %endif
%{_libdir}/wine/traffic.dll.so %{_libdir}/wine/traffic.dll.so
%{_libdir}/wine/ucrtbase.dll.so %{_libdir}/wine/ucrtbase.dll.so
%if 0%{?compholio}
%{_libdir}/wine/uiautomationcore.dll.so
%endif
%{_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
@ -2029,6 +2030,9 @@ fi
%endif %endif
%changelog %changelog
* Sun Apr 17 2016 Michael Cronenworth <mike@cchtml.com> 1.9.8-1
- version upgrade
* Sun Apr 03 2016 Michael Cronenworth <mike@cchtml.com> 1.9.7-1 * Sun Apr 03 2016 Michael Cronenworth <mike@cchtml.com> 1.9.7-1
- version upgrade - version upgrade

Loading…
Cancel
Save