From a9efbc109afaa9b4fe0487bca0d66b178824427f Mon Sep 17 00:00:00 2001 From: Michael Cronenworth Date: Sat, 18 Apr 2015 21:06:54 -0500 Subject: [PATCH] Update to 1.7.41 --- .gitignore | 6 +++--- sources | 6 +++--- wine.spec | 10 ++++++---- 3 files changed, 12 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index 5e05852..8da8633 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ -/wine-1.7.40.tar.bz2 -/wine-1.7.40.tar.bz2.sign -/wine-staging-1.7.40.tar.gz +/wine-1.7.41.tar.bz2 +/wine-1.7.41.tar.bz2.sign +/wine-staging-1.7.41.tar.gz diff --git a/sources b/sources index 3914cb2..d7128f2 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ -7c1dc804be000d73bc8c2afa623aa9e5 wine-1.7.40.tar.bz2 -042da83227777b8c25d524b343d11081 wine-1.7.40.tar.bz2.sign -0c89fbe48138c919278e5764042814e4 wine-staging-1.7.40.tar.gz +c6bc2faa48eab6d7c7fc4a47976e9021 wine-1.7.41.tar.bz2 +16a963feb3d421a0acb156dc6713bcc4 wine-1.7.41.tar.bz2.sign +505313d05c841ef58cf5f72c79a01856 wine-staging-1.7.41.tar.gz diff --git a/wine.spec b/wine.spec index b7e2709..cf73e2e 100644 --- a/wine.spec +++ b/wine.spec @@ -21,7 +21,7 @@ %endif Name: wine -Version: 1.7.40 +Version: 1.7.41 Release: 1%{?dist} Summary: A compatibility layer for windows applications @@ -135,7 +135,6 @@ BuildRequires: gsm-devel BuildRequires: libv4l-devel BuildRequires: fontpackages-devel BuildRequires: ImageMagick-devel -BuildRequires: gstreamer-devel gstreamer-plugins-base-devel BuildRequires: libtiff-devel BuildRequires: prelink BuildRequires: gettext-devel @@ -658,7 +657,7 @@ export CFLAGS="`echo $RPM_OPT_FLAGS | sed -e 's/-Wp,-D_FORTIFY_SOURCE=2//'` -Wno %configure \ --sysconfdir=%{_sysconfdir}/wine \ --x-includes=%{_includedir} --x-libraries=%{_libdir} \ - --without-hal --with-dbus \ + --without-hal --with-dbus --without-gstreamer \ --with-x \ --with-pulse \ %ifarch x86_64 @@ -1516,7 +1515,6 @@ fi %if 0%{?compholio} %{_libdir}/wine/wined3d-csmt.dll.so %endif -%{_libdir}/wine/winegstreamer.dll.so %{_libdir}/wine/winejoystick.drv.so %{_libdir}/wine/winemapi.dll.so %{_libdir}/wine/winex11.drv.so @@ -1855,6 +1853,10 @@ fi %{_libdir}/wine/opencl.dll.so %changelog +* Sat Apr 18 2015 Michael Cronenworth 1.7.41-1 +- version upgrade +- Disable gstreamer support (rhbz#1204185) + * Mon Apr 06 2015 Michael Cronenworth 1.7.40-1 - version upgrade