[xorg-x11-drv-intel] Re-enable DRI3 support (the latest mesa fixes the gnome-shell hang)

Hans de Goede jwrdegoede at fedoraproject.org
Tue Jul 1 13:05:43 UTC 2014


commit a263f3313742a5ca25d655a08ce588e41c7d9a79
Author: Hans de Goede <hdegoede at redhat.com>
Date:   Tue Jul 1 15:05:44 2014 +0200

    Re-enable DRI3 support (the latest mesa fixes the gnome-shell hang)

 0001-HACK-quick-fix-disable-dri3.patch |   52 --------------------------------
 xorg-x11-drv-intel.spec                |    9 +++--
 2 files changed, 5 insertions(+), 56 deletions(-)
---
diff --git a/xorg-x11-drv-intel.spec b/xorg-x11-drv-intel.spec
index 3c6580e..bc36144 100644
--- a/xorg-x11-drv-intel.spec
+++ b/xorg-x11-drv-intel.spec
@@ -26,7 +26,7 @@
 Summary:   Xorg X11 Intel video driver
 Name:      xorg-x11-drv-intel
 Version:   2.99.912
-Release:   3%{?gitrev}%{?dist}
+Release:   4%{?gitrev}%{?dist}
 URL:       http://www.x.org
 License:   MIT
 Group:     User Interface/X Hardware Support
@@ -39,7 +39,6 @@ Source0:    http://xorg.freedesktop.org/archive/individual/driver/xf86-video-int
 Source1:    make-intel-gpu-tools-snapshot.sh
 Source3:    http://xorg.freedesktop.org/archive/individual/app/intel-gpu-tools-%{gputoolsver}.tar.bz2
 Source4:    make-git-snapshot.sh
-Patch1:     0001-HACK-quick-fix-disable-dri3.patch
 Patch2:     0002-backlight-Fix-compile-error.patch
 
 ExclusiveArch: %{ix86} x86_64 ia64
@@ -88,9 +87,7 @@ Debugging tools for Intel graphics chips
 
 %prep
 %setup -q -n xf86-video-intel-%{?gitdate:%{gitdate}}%{!?gitdate:%{dirsuffix}} -b3
-%patch1 -p1
 %patch2 -p1
-autoreconf -i -v
 
 %build
 %configure %{?kmsonly:--enable-kms-only}
@@ -115,6 +112,7 @@ popd
 
 pushd ../intel-gpu-tools-%{gputoolsver}
 make install DESTDIR=$RPM_BUILD_ROOT
+rm -f $RPM_BUILD_ROOT%{_bindir}/eudb
 popd
 
 find $RPM_BUILD_ROOT -regex ".*\.la$" | xargs rm -f --
@@ -149,6 +147,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/libI*XvMC.so
 %{_mandir}/man1/intel_*.1*
 
 %changelog
+* Tue Jul  1 2014 Hans de Goede <hdegoede at redhat.com> - 2.99.912-4
+- Re-enable DRI3 support (the latest mesa fixes the gnome-shell hang)
+
 * Wed Jun 18 2014 Hans de Goede <hdegoede at redhat.com> - 2.99.912-3
 - xserver 1.15.99.903 ABI rebuild
 


More information about the scm-commits mailing list