Browse Source

xorg-x11-drv-intel: add 3 upstream patch

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@3746 ec354946-7b23-47d6-9f5a-488ba84defc7
daisuke 13 năm trước cách đây
mục cha
commit
12c1dd2125
1 tập tin đã thay đổi với 14 bổ sung1 xóa
  1. 14 1
      x/xorg-x11-drv-intel/xorg-x11-drv-intel-vl.spec

+ 14 - 1
x/xorg-x11-drv-intel/xorg-x11-drv-intel-vl.spec

@@ -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