소스 검색

xorg-x11-drv-intel: rebuild with xorg 1.19.6

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@11492 ec354946-7b23-47d6-9f5a-488ba84defc7
iwamoto 7 년 전
부모
커밋
28f963a6bf
1개의 변경된 파일9개의 추가작업 그리고 3개의 파일을 삭제
  1. 9 3
      x/xorg-x11-drv-intel/xorg-x11-drv-intel-vl.spec

+ 9 - 3
x/xorg-x11-drv-intel/xorg-x11-drv-intel-vl.spec

@@ -17,7 +17,7 @@ Summary(ja):   Xorg X11 Intel ビデオドライバ
 Name:      xorg-x11-drv-intel
 Epoch:     1
 Version:   2.99.917
-Release:   3%{?_dist_release}
+Release:   4%{?_dist_release}
 URL:       http://intellinuxgraphics.org/
 License:   MIT
 Group:     User Interface/X Hardware Support
@@ -27,8 +27,8 @@ Source2:   intel.xinf
 Source3:   intel-gpu-tools-%{gputoolsdate}.tar.bz2
 
 # vine patch
-Patch0:    xf86-video-intel-2.99.917-git20160430.patch
-
+Patch0:    xf86-video-intel-2.99.917-git20171025.patch.xz
+Patch10:   0001-sna-Avoid-clobbering-output-physical-size-with-xf86O.patch
 
 ExclusiveArch: %{ix86} x86_64 ia64
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
@@ -81,6 +81,7 @@ Debugging tools for Intel graphics chips
 %prep
 %setup -q -n xf86-video-intel-%{version} -b3
 %patch0 -p1
+%patch10 -p1
 
 %build
 autoreconf -vi
@@ -159,6 +160,11 @@ fi ||:
 
 
 %changelog
+* Fri Feb 16 2018 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.99.917-4
+- rebuild with xorg 1.19.6
+- update patch0 (based on fc28)
+- add patch10 (from fc28)
+
 * Thu May 05 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.99.917-3
 - update Source3 (intel-gpu-tools-1.14.tar.bz2)
 - update Patch0 (xf86-video-intel-2.99.917-git20160430.patch)