|
@@ -7,7 +7,7 @@ Summary(ja): Xorg X11 Intel ビデオドライバ
|
|
|
Name: xorg-x11-drv-intel
|
|
|
Epoch: 1
|
|
|
Version: 2.15.0
|
|
|
-Release: 1%{?_dist_release}
|
|
|
+Release: 2%{?_dist_release}
|
|
|
URL: http://www.x.org
|
|
|
License: MIT
|
|
|
Group: User Interface/X Hardware Support
|
|
@@ -16,9 +16,16 @@ Source0: http://xorg.freedesktop.org/archive/individual/driver/xf86-video-inte
|
|
|
Source2: intel.xinf
|
|
|
Source3: intel-gpu-tools-%{gputoolsdate}.tar.bz2
|
|
|
|
|
|
+# upstream patches
|
|
|
+Patch1: intel-2.15.0-unsigned-promotion-batch-overflows.patch
|
|
|
+Patch2: intel-2.15.0-increase-video-state-emission.patch
|
|
|
+Patch3: intel-2.15.0-use-swapbufferwait.patch
|
|
|
+
|
|
|
# import from ubuntu/debian package
|
|
|
Patch101: intel-2.15.0-copy-fb.patch
|
|
|
|
|
|
+
|
|
|
+
|
|
|
ExclusiveArch: %{ix86} x86_64 ia64
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
|
|
BuildRequires: autoconf, automake, libtool
|
|
@@ -64,6 +71,9 @@ Debugging tools for Intel graphics chips
|
|
|
%prep
|
|
|
%setup -q -n xf86-video-intel-%{version} -b3
|
|
|
|
|
|
+%patch1 -p1 -b .unsigned-promotion-batch-overflows
|
|
|
+%patch2 -p1 -b .increase-video-state-emission
|
|
|
+%patch3 -p1 -b .use-swapbufferwait
|
|
|
#%patch101 -p1 -b .copy-fb
|
|
|
|
|
|
%build
|
|
@@ -125,6 +135,9 @@ fi ||:
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
+* Thu Apr 28 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 2.15.0-2
|
|
|
+- add Patch1-3 from upstream
|
|
|
+
|
|
|
* Fri Apr 15 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 2.15.0-1
|
|
|
- new upstream release
|
|
|
- drop upstream patches: 107-115
|