From edc88be43c848d97b08982c50af97ef554e4c010 Mon Sep 17 00:00:00 2001 From: Michael Cronenworth Date: Sun, 17 Apr 2016 15:21:12 -0500 Subject: [PATCH] Update to 1.9.8 --- .gitignore | 6 +++--- sources | 6 +++--- wine.spec | 18 +++++++++++------- 3 files changed, 17 insertions(+), 13 deletions(-) diff --git a/.gitignore b/.gitignore index 79b6f8d..78ebef4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ -/wine-1.9.7.tar.bz2 -/wine-1.9.7.tar.bz2.sign -/wine-staging-1.9.7.tar.gz +/wine-1.9.8.tar.bz2 +/wine-1.9.8.tar.bz2.sign +/wine-staging-1.9.8.tar.gz diff --git a/sources b/sources index bf20ec0..390fc27 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ -6c8856cd2014336128e7a090f40429b5 wine-1.9.7.tar.bz2 -c861ba13251f3f154d2229ef3e013984 wine-1.9.7.tar.bz2.sign -181eeac72e2f27f0dde1061e9843e473 wine-staging-1.9.7.tar.gz +308733cebe3302b5a3e2324f58b14ce2 wine-1.9.8.tar.bz2 +6cb0242cd34ebaf227564d773f1cfee6 wine-1.9.8.tar.bz2.sign +2ed56ffb91353ede40c32ba47f517b77 wine-staging-1.9.8.tar.gz diff --git a/wine.spec b/wine.spec index ef4203a..62efb1e 100644 --- a/wine.spec +++ b/wine.spec @@ -3,7 +3,7 @@ %global no64bit 0 %global winegecko 2.44 -%global winemono 4.6.0 +%global winemono 4.6.2 #global _default_patch_fuzz 2 # build with compholio-patches, see: http://www.compholio.com/wine-compholio/ @@ -21,7 +21,7 @@ %endif Name: wine -Version: 1.9.7 +Version: 1.9.8 Release: 1%{?dist} Summary: A compatibility layer for windows applications @@ -677,12 +677,7 @@ rm -rf patches/ # disable fortify as it breaks wine # http://bugs.winehq.org/show_bug.cgi?id=24606 # 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" -%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 \ --sysconfdir=%{_sysconfdir}/wine \ @@ -1383,6 +1378,9 @@ fi %{_libdir}/wine/ext-ms-win-xaml-pal-l1-1-0.dll.so %endif %{_libdir}/wine/faultrep.dll.so +%if 0%{?compholio} +%{_libdir}/wine/feclient.dll.so +%endif %{_libdir}/wine/fltlib.dll.so %{_libdir}/wine/fltmgr.sys.so %{_libdir}/wine/fntcache.dll.so @@ -1625,6 +1623,9 @@ fi %endif %{_libdir}/wine/traffic.dll.so %{_libdir}/wine/ucrtbase.dll.so +%if 0%{?compholio} +%{_libdir}/wine/uiautomationcore.dll.so +%endif %{_libdir}/wine/unicows.dll.so %{_libdir}/wine/unlodctr.exe.so %{_libdir}/wine/updspapi.dll.so @@ -2029,6 +2030,9 @@ fi %endif %changelog +* Sun Apr 17 2016 Michael Cronenworth 1.9.8-1 +- version upgrade + * Sun Apr 03 2016 Michael Cronenworth 1.9.7-1 - version upgrade