|
@@ -5,7 +5,8 @@
|
|
|
|
|
|
%if "%{?_dist_release}" >= "vl7"
|
|
%if "%{?_dist_release}" >= "vl7"
|
|
%define accel sna
|
|
%define accel sna
|
|
-%define gputoolsdate 20130611
|
|
+#%define gputoolsdate 20130611
|
|
|
|
+%define gputoolsdate 1.8
|
|
%else
|
|
%else
|
|
%define accel sna
|
|
%define accel sna
|
|
%define gputoolsdate 20110817
|
|
%define gputoolsdate 20110817
|
|
@@ -16,17 +17,19 @@ Summary(ja): Xorg X11 Intel ビデオドライバ
|
|
Name: xorg-x11-drv-intel
|
|
Name: xorg-x11-drv-intel
|
|
Epoch: 1
|
|
Epoch: 1
|
|
Version: 2.99.916
|
|
Version: 2.99.916
|
|
-Release: 1%{?_dist_release}
|
|
+Release: 2%{?_dist_release}
|
|
URL: http://intellinuxgraphics.org/
|
|
URL: http://intellinuxgraphics.org/
|
|
License: MIT
|
|
License: MIT
|
|
Group: User Interface/X Hardware Support
|
|
Group: User Interface/X Hardware Support
|
|
|
|
|
|
Source0: http://xorg.freedesktop.org/archive/individual/driver/xf86-video-intel-%{version}.tar.bz2
|
|
Source0: http://xorg.freedesktop.org/archive/individual/driver/xf86-video-intel-%{version}.tar.bz2
|
|
Source2: intel.xinf
|
|
Source2: intel.xinf
|
|
-Source3: intel-gpu-tools-%{gputoolsdate1}.tar.bz2
|
|
+#Source3: intel-gpu-tools-%{gputoolsdate1}.tar.bz2
|
|
|
|
+Source3: intel-gpu-tools-1.8.tar.bz2
|
|
Source4: intel-gpu-tools-%{gputoolsdate2}.tar.bz2
|
|
Source4: intel-gpu-tools-%{gputoolsdate2}.tar.bz2
|
|
|
|
|
|
# vine patch
|
|
# vine patch
|
|
|
|
+Patch0: xf86-video-intel-2.99.916-git20141120.patch
|
|
|
|
|
|
|
|
|
|
ExclusiveArch: %{ix86} x86_64 ia64
|
|
ExclusiveArch: %{ix86} x86_64 ia64
|
|
@@ -78,6 +81,7 @@ Debugging tools for Intel graphics chips
|
|
|
|
|
|
%prep
|
|
%prep
|
|
%setup -q -n xf86-video-intel-%{version} -b3 -b4
|
|
%setup -q -n xf86-video-intel-%{version} -b3 -b4
|
|
|
|
+%patch0 -p1
|
|
|
|
|
|
%build
|
|
%build
|
|
autoreconf -vi
|
|
autoreconf -vi
|
|
@@ -147,6 +151,10 @@ fi ||:
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sun Nov 23 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.99.916-2
|
|
|
|
+- add Patch0 (xf86-video-intel-2.99.916-git20141120.patch)
|
|
|
|
+- update Source3 (intel-gpu-tools-1.8.tar.bz2)
|
|
|
|
+
|
|
* Sat Nov 22 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.99.916-1
|
|
* Sat Nov 22 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.99.916-1
|
|
- update to 2.99.916
|
|
- update to 2.99.916
|
|
|
|
|