| 1 | %define moduledir %(pkg-config xorg-server --variable=moduledir ) |
|---|
| 2 | %define driverdir %{moduledir}/drivers |
|---|
| 3 | |
|---|
| 4 | %define gitdate 20200502 |
|---|
| 5 | |
|---|
| 6 | %if "%{?_dist_release}" >= "vl7" |
|---|
| 7 | %define accel sna |
|---|
| 8 | %define gputoolsdate 20200502 |
|---|
| 9 | %else |
|---|
| 10 | %define accel sna |
|---|
| 11 | %define gputoolsdate 20110817 |
|---|
| 12 | %endif |
|---|
| 13 | |
|---|
| 14 | Summary: Xorg X11 Intel video driver |
|---|
| 15 | Summary(ja): Xorg X11 Intel ビデオドライバ |
|---|
| 16 | Name: xorg-x11-drv-intel |
|---|
| 17 | Epoch: 1 |
|---|
| 18 | Version: 2.99.917 |
|---|
| 19 | Release: 6.%{gitdate}%{?_dist_release} |
|---|
| 20 | Group: User Interface/X Hardware Support |
|---|
| 21 | Vendor: Project Vine |
|---|
| 22 | Distribution: Vine Linux |
|---|
| 23 | Packager: daisuke |
|---|
| 24 | |
|---|
| 25 | URL: http://intellinuxgraphics.org/ |
|---|
| 26 | License: MIT |
|---|
| 27 | |
|---|
| 28 | #Source0: http://xorg.freedesktop.org/archive/individual/driver/xf86-video-intel-%{version}.tar.bz2 |
|---|
| 29 | # from https://gitlab.freedesktop.org/xorg/driver/xf86-video-intel |
|---|
| 30 | Source0: xf86-video-intel-%{gitdate}.tar.bz2 |
|---|
| 31 | Source2: intel.xinf |
|---|
| 32 | # from https://gitlab.freedesktop.org/drm/igt-gpu-tools |
|---|
| 33 | Source3: intel-gpu-tools-%{gputoolsdate}.tar.bz2 |
|---|
| 34 | |
|---|
| 35 | Patch0: intel-gcc-pr65873.patch |
|---|
| 36 | Patch1: igt-stat.patch |
|---|
| 37 | # https://bugs.freedesktop.org/show_bug.cgi?id=96255#c11 |
|---|
| 38 | Patch4: 0001-sna-Avoid-clobbering-output-physical-size-with-xf86O.patch |
|---|
| 39 | |
|---|
| 40 | ExclusiveArch: %{ix86} x86_64 ia64 |
|---|
| 41 | BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root |
|---|
| 42 | BuildRequires: meson |
|---|
| 43 | BuildRequires: flex |
|---|
| 44 | BuildRequires: bison |
|---|
| 45 | BuildRequires: autoconf, automake, libtool |
|---|
| 46 | BuildRequires: xorg-x11-server-sdk >= 1.7.99 |
|---|
| 47 | BuildRequires: libXv-devel |
|---|
| 48 | BuildRequires: libXvMC-devel |
|---|
| 49 | BuildRequires: libXfont2-devel |
|---|
| 50 | BuildRequires: libXrandr-devel |
|---|
| 51 | BuildRequires: libXcursor-devel |
|---|
| 52 | BuildRequires: libXScrnSaver-devel |
|---|
| 53 | BuildRequires: libXdamage-devel |
|---|
| 54 | BuildRequires: libXfixes-devel |
|---|
| 55 | BuildRequires: libXtst-devel |
|---|
| 56 | BuildRequires: libXext-devel |
|---|
| 57 | BuildRequires: libXrender-devel |
|---|
| 58 | BuildRequires: libXinerama-devel |
|---|
| 59 | BuildRequires: pixman-devel |
|---|
| 60 | BuildRequires: libGL-devel >= 7.10 |
|---|
| 61 | BuildRequires: libdrm-devel >= 2.4.25 |
|---|
| 62 | BuildRequires: kernel-headers >= 2.6.33 |
|---|
| 63 | BuildRequires: eudev-libudev-devel |
|---|
| 64 | BuildRequires: libxcb-devel >= 1.5 |
|---|
| 65 | BuildRequires: xcb-util-devel |
|---|
| 66 | BuildRequires: cairo-devel |
|---|
| 67 | BuildRequires: kmod-devel |
|---|
| 68 | BuildRequires: procps-devel |
|---|
| 69 | BuildRequires: libunwind-devel |
|---|
| 70 | BuildRequires: elfutils-devel |
|---|
| 71 | BuildRequires: libatomic |
|---|
| 72 | |
|---|
| 73 | # for only autoreconf |
|---|
| 74 | BuildRequires: gtk-doc |
|---|
| 75 | |
|---|
| 76 | Requires: hwdata |
|---|
| 77 | Requires: xorg-x11-server-Xorg |
|---|
| 78 | Requires: xcb-util |
|---|
| 79 | |
|---|
| 80 | Obsoletes: xorg-x11-drv-i810 |
|---|
| 81 | Provides: xorg-x11-drv-i810 |
|---|
| 82 | |
|---|
| 83 | #Conflicts: kudzu < 1.2.42-1 |
|---|
| 84 | |
|---|
| 85 | %description |
|---|
| 86 | X.Org X11 Intel video driver. |
|---|
| 87 | |
|---|
| 88 | %package devel |
|---|
| 89 | Summary: Xorg X11 Intel video driver XvMC development package |
|---|
| 90 | Summary(ja): Xorg X11 Intel ビデオドライバ XvMC 開発パッケージ |
|---|
| 91 | Group: Development/System |
|---|
| 92 | Requires: %{name} = %{epoch}:%{version}-%{release} |
|---|
| 93 | Provides: xorg-x11-drv-intel-devel = %{version}-%{release} |
|---|
| 94 | |
|---|
| 95 | %description devel |
|---|
| 96 | X.Org X11 Intel video driver XvMC development package. |
|---|
| 97 | |
|---|
| 98 | %package -n intel-gpu-tools |
|---|
| 99 | Summary: Debugging tools for Intel graphics chips |
|---|
| 100 | Group: Development/Tools |
|---|
| 101 | |
|---|
| 102 | %description -n intel-gpu-tools |
|---|
| 103 | Debugging tools for Intel graphics chips |
|---|
| 104 | |
|---|
| 105 | |
|---|
| 106 | %prep |
|---|
| 107 | %setup -q -n xf86-video-intel-master -b3 |
|---|
| 108 | |
|---|
| 109 | %patch0 -p1 -b .gcc |
|---|
| 110 | %patch4 -p1 |
|---|
| 111 | |
|---|
| 112 | # fix missing dependency. |
|---|
| 113 | sed -i \ |
|---|
| 114 | -e "/dependencies/a\\\\t\\t dependency('xv', required : true)," \ |
|---|
| 115 | src/legacy/i810/xvmc/meson.build \ |
|---|
| 116 | xvmc/meson.build |
|---|
| 117 | |
|---|
| 118 | pushd ../igt-gpu-tools-master |
|---|
| 119 | %patch1 -p1 -b .stat |
|---|
| 120 | touch lib/check-ndebug.h |
|---|
| 121 | popd |
|---|
| 122 | |
|---|
| 123 | %build |
|---|
| 124 | export LANG=en_US.UTF-8 |
|---|
| 125 | |
|---|
| 126 | %meson \ |
|---|
| 127 | -Dxaa=false \ |
|---|
| 128 | -Ddri1=false \ |
|---|
| 129 | -Dvalgrind=false \ |
|---|
| 130 | -Ddefault-dri=3 \ |
|---|
| 131 | -Ddefault-accel=%{accel} |
|---|
| 132 | |
|---|
| 133 | %meson_build |
|---|
| 134 | |
|---|
| 135 | pushd ../igt-gpu-tools-master |
|---|
| 136 | %meson \ |
|---|
| 137 | -Doverlay=disabled \ |
|---|
| 138 | -Dchamelium=disabled \ |
|---|
| 139 | -Dvalgrind=disabled \ |
|---|
| 140 | -Dlibdrm_drivers=intel,amdgpu \ |
|---|
| 141 | -Dtests=disabled \ |
|---|
| 142 | -Ddocs=disabled \ |
|---|
| 143 | -Ddocs=disabled \ |
|---|
| 144 | -Dman=disabled \ |
|---|
| 145 | -Drunner=disabled \ |
|---|
| 146 | -Doping=disabled |
|---|
| 147 | |
|---|
| 148 | %meson_build |
|---|
| 149 | popd |
|---|
| 150 | |
|---|
| 151 | |
|---|
| 152 | %install |
|---|
| 153 | rm -rf $RPM_BUILD_ROOT |
|---|
| 154 | |
|---|
| 155 | %meson_install |
|---|
| 156 | mkdir -p $RPM_BUILD_ROOT%{_datadir}/hwdata/videoaliases |
|---|
| 157 | install -m 0644 %{SOURCE2} $RPM_BUILD_ROOT%{_datadir}/hwdata/videoaliases/ |
|---|
| 158 | |
|---|
| 159 | pushd ../igt-gpu-tools-master |
|---|
| 160 | %meson_install |
|---|
| 161 | popd |
|---|
| 162 | |
|---|
| 163 | rm -rf $RPM_BUILD_ROOT%{_datadir}/gtk-doc/html/intel-gpu-tools |
|---|
| 164 | |
|---|
| 165 | |
|---|
| 166 | %clean |
|---|
| 167 | rm -rf $RPM_BUILD_ROOT |
|---|
| 168 | |
|---|
| 169 | %triggerpostun -- XOrg < 7.0 |
|---|
| 170 | if (grep -q i810 /etc/X11/xorg.conf) |
|---|
| 171 | then |
|---|
| 172 | cp /etc/X11/xorg.conf /etc/X11/xorg.conf.rpmsave |
|---|
| 173 | sed -i -e 's/"i810"/"intel"/g' /etc/X11/xorg.conf |
|---|
| 174 | fi ||: |
|---|
| 175 | |
|---|
| 176 | %files |
|---|
| 177 | %defattr(-,root,root,-) |
|---|
| 178 | %{driverdir}/intel_drv.so |
|---|
| 179 | %{_datadir}/hwdata/videoaliases/intel.xinf |
|---|
| 180 | %{_datadir}/polkit-1/actions/org.x.xf86-video-intel.backlight-helper.policy |
|---|
| 181 | %{_libdir}/libI810XvMC.so.* |
|---|
| 182 | %{_libdir}/libIntelXvMC.so.* |
|---|
| 183 | %{_libexecdir}/xf86-video-intel-backlight-helper |
|---|
| 184 | %{_mandir}/man4/i* |
|---|
| 185 | |
|---|
| 186 | %files devel |
|---|
| 187 | %defattr(-,root,root,-) |
|---|
| 188 | %{_libdir}/libI810XvMC.so |
|---|
| 189 | %{_libdir}/libIntelXvMC.so |
|---|
| 190 | |
|---|
| 191 | %files -n intel-gpu-tools |
|---|
| 192 | %defattr(-,root,root,-) |
|---|
| 193 | %{_bindir}/* |
|---|
| 194 | %{_includedir}/i915-perf |
|---|
| 195 | %{_libdir}/libi915_perf.so* |
|---|
| 196 | %{_libdir}/libigt.so* |
|---|
| 197 | %{_libdir}/pkgconfig/i915-perf.pc |
|---|
| 198 | %{_libdir}/pkgconfig/intel-gen4asm.pc |
|---|
| 199 | %{_libexecdir}/igt-gpu-tools/ |
|---|
| 200 | %{_datadir}/igt-gpu-tools/ |
|---|
| 201 | #{_mandir}/man1/intel_*.1* |
|---|
| 202 | |
|---|
| 203 | |
|---|
| 204 | %changelog |
|---|
| 205 | * Sat May 02 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.99.917-6.20200502 |
|---|
| 206 | - updated Source0 and Source3 to git HEAD. |
|---|
| 207 | - built with xserver-1.20.8. |
|---|
| 208 | |
|---|
| 209 | * Sun Feb 18 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.99.917-5.20180218 |
|---|
| 210 | - updated Source0 and Source3 to git HEAD(2018-02-18). |
|---|
| 211 | |
|---|
| 212 | * Fri Feb 16 2018 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.99.917-4 |
|---|
| 213 | - rebuild with xorg 1.19.6 |
|---|
| 214 | - update patch0 (based on fc28) |
|---|
| 215 | - add patch10 (from fc28) |
|---|
| 216 | |
|---|
| 217 | * Thu May 05 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.99.917-3 |
|---|
| 218 | - update Source3 (intel-gpu-tools-1.14.tar.bz2) |
|---|
| 219 | - update Patch0 (xf86-video-intel-2.99.917-git20160430.patch) |
|---|
| 220 | - add BuildRequires: libXfont-devel |
|---|
| 221 | |
|---|
| 222 | * Sun Apr 12 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.99.917-2 |
|---|
| 223 | - update Source3 (intel-gpu-tools-1.12.tar.bz2) |
|---|
| 224 | - update Patch0 (xf86-video-intel-2.99.917-git20151019.patch) |
|---|
| 225 | - remove Patch1 (intel-gpu-tools-1.10-git20150410.patch) |
|---|
| 226 | - remove Source4 (intel-gpu-tools-20110817.tar.bz2) |
|---|
| 227 | |
|---|
| 228 | * Sun Apr 12 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.99.917-1 |
|---|
| 229 | - update to 2.99.917 |
|---|
| 230 | - update Patch0 (xf86-video-intel-2.99.917-git20150409.patch) |
|---|
| 231 | - update Patch1 (intel-gpu-tools-1.10-git20150410.patch) |
|---|
| 232 | - update Source3 (intel-gpu-tools-1.10.tar.bz2) |
|---|
| 233 | |
|---|
| 234 | * Sun Nov 23 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.99.916-2 |
|---|
| 235 | - add Patch0 (xf86-video-intel-2.99.916-git20141120.patch) |
|---|
| 236 | - update Source3 (intel-gpu-tools-1.8.tar.bz2) |
|---|
| 237 | |
|---|
| 238 | * Sat Nov 22 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.99.916-1 |
|---|
| 239 | - update to 2.99.916 |
|---|
| 240 | |
|---|
| 241 | * Thu Jul 10 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.99.912-1 |
|---|
| 242 | - update to 2.99.912 |
|---|
| 243 | |
|---|
| 244 | * Tue Jun 17 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.21.15-3 |
|---|
| 245 | - change BuildRequires: eudev-libudev-devel instead of libudev-devel |
|---|
| 246 | |
|---|
| 247 | * Thu Dec 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.21.15-2 |
|---|
| 248 | - rebuild with VineSeed environment |
|---|
| 249 | |
|---|
| 250 | * Thu Oct 10 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 2.21.15-1 |
|---|
| 251 | - new upstream release |
|---|
| 252 | |
|---|
| 253 | * Sat Jun 01 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 2.21.8-1 |
|---|
| 254 | - new upstream release |
|---|
| 255 | - change default accel method to sna. |
|---|
| 256 | |
|---|
| 257 | * Sun May 05 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.21.6-1 |
|---|
| 258 | - new upstream release |
|---|
| 259 | |
|---|
| 260 | * Fri Mar 22 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 2.21.5-1 |
|---|
| 261 | - new upstream release |
|---|
| 262 | |
|---|
| 263 | * Mon Feb 11 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 2.21.1-1 |
|---|
| 264 | - new upstream release |
|---|
| 265 | |
|---|
| 266 | * Tue Dec 18 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 2.20.16-1 |
|---|
| 267 | - new upstream release |
|---|
| 268 | |
|---|
| 269 | * Mon Dec 03 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 2.20.15-1 |
|---|
| 270 | - new upstream release |
|---|
| 271 | |
|---|
| 272 | * Tue Oct 16 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 2.20.10-1 |
|---|
| 273 | - new upstream release |
|---|
| 274 | |
|---|
| 275 | * Sun Sep 16 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 2.20.8-1 |
|---|
| 276 | - new upstream release |
|---|
| 277 | |
|---|
| 278 | * Tue Sep 04 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 2.20.6-2 |
|---|
| 279 | - new upstream release |
|---|
| 280 | |
|---|
| 281 | * Fri Jul 27 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 2.20.2-2 |
|---|
| 282 | - new upstream release |
|---|
| 283 | |
|---|
| 284 | * Tue Jul 24 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 2.20.1-1 |
|---|
| 285 | - new upstream release |
|---|
| 286 | |
|---|
| 287 | * Wed Jun 06 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.19.0-3 |
|---|
| 288 | - rebuild with xcb-util-0.3.9 |
|---|
| 289 | |
|---|
| 290 | * Tue May 08 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 2.19.0-2 |
|---|
| 291 | - disable sna, enable uxa |
|---|
| 292 | |
|---|
| 293 | * Wed May 02 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 2.19.0-1 |
|---|
| 294 | - new upstream release |
|---|
| 295 | |
|---|
| 296 | * Sun Mar 25 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.18.0-2 |
|---|
| 297 | - rebuild with xserver-1.12.0 |
|---|
| 298 | |
|---|
| 299 | * Fri Feb 24 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 2.18.0-1 |
|---|
| 300 | - new upstream release |
|---|
| 301 | - enable sna |
|---|
| 302 | |
|---|
| 303 | * Sat Nov 26 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 2.17.0-2 |
|---|
| 304 | - disable sna/vmap |
|---|
| 305 | |
|---|
| 306 | * Fri Nov 18 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 2.17.0-1 |
|---|
| 307 | - new upstram release |
|---|
| 308 | - disable copy-fb patch |
|---|
| 309 | |
|---|
| 310 | * Wed Nov 02 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.16.0-3 |
|---|
| 311 | - rebuild with xserver-1.11.1.902 |
|---|
| 312 | |
|---|
| 313 | * Wed Aug 31 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 2.16.0-2 |
|---|
| 314 | - add --enable-sna --enable-vmap |
|---|
| 315 | |
|---|
| 316 | * Wed Aug 24 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 2.16.0-1 |
|---|
| 317 | - new upstream release |
|---|
| 318 | |
|---|
| 319 | * Sat Aug 20 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.15.0-6 |
|---|
| 320 | - rebuild with xcb-util-0.3.8 |
|---|
| 321 | - drop Patch200 |
|---|
| 322 | |
|---|
| 323 | * Tue Jul 05 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 2.15.0-5 |
|---|
| 324 | - update to disable copy_fb on sandybridge/ivybridge |
|---|
| 325 | |
|---|
| 326 | * Mon Jun 27 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 2.15.0-4 |
|---|
| 327 | - update intel.xinf |
|---|
| 328 | - add patch10 from fedora |
|---|
| 329 | - Clamp VGA pixel clock to 250MHz, |
|---|
| 330 | anything higher's going to look awful anyway. (#559426) |
|---|
| 331 | |
|---|
| 332 | * Tue May 17 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 2.15.0-3 |
|---|
| 333 | - drop patch1-3 and replaced with new patch1 from git master |
|---|
| 334 | - add Patch200 to disable DRI on SandyBridge/IvyBridge |
|---|
| 335 | - update intel-gpu-tools |
|---|
| 336 | |
|---|
| 337 | * Thu Apr 28 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 2.15.0-2 |
|---|
| 338 | - add Patch1-3 from upstream |
|---|
| 339 | |
|---|
| 340 | * Fri Apr 15 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 2.15.0-1 |
|---|
| 341 | - new upstream release |
|---|
| 342 | - drop upstream patches: 107-115 |
|---|
| 343 | - temporary disabled patch101 |
|---|
| 344 | - BR: libdrm >= 2.4.25 |
|---|
| 345 | |
|---|
| 346 | * Sun Mar 06 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 1:2.14.0-3 |
|---|
| 347 | - add Patch101-115 from ubuntu/debian package |
|---|
| 348 | - Patch101: Plymouth integration patch |
|---|
| 349 | - Patch107: Check null return from uxa_acquire_solid() |
|---|
| 350 | - Patch108: Cherry-pick fix from upstream git to fix graphics corruption |
|---|
| 351 | - Patch109: Fix font corruption (missing glyphs) on rotated screens. |
|---|
| 352 | - Patch110,114: Cherry picks to fix a large number of build warnings. |
|---|
| 353 | - Patch111: Fix clipped window plane offset |
|---|
| 354 | - Patch112: Fix issue where vertical green line and strange colors |
|---|
| 355 | shows up when playing gstreamer with certain videos, |
|---|
| 356 | when dragged. (LP 460677) |
|---|
| 357 | - Patch113: Fixes GPU lockup during login with |
|---|
| 358 | "Bad length (4) in MI_DISPLAY_BUFFER_INFO, [3, 3]" |
|---|
| 359 | error messages listed in the gpu dump text. (LP 710321) |
|---|
| 360 | - Patch115: Don't fill up Xorg.0.log with |
|---|
| 361 | "get vblank counter failed: Invalid argument" warnings. |
|---|
| 362 | |
|---|
| 363 | * Mon Feb 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1:2.14.0-2 |
|---|
| 364 | - rebuild with xserver-1.10.0 |
|---|
| 365 | |
|---|
| 366 | * Fri Jan 28 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 1:2.14.0-1 |
|---|
| 367 | - new upstream release |
|---|
| 368 | |
|---|
| 369 | * Wed Nov 24 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 1:2.13.0-1 |
|---|
| 370 | - new upstream release |
|---|
| 371 | |
|---|
| 372 | * Sun Nov 07 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1:2.12.0-2 |
|---|
| 373 | - rebuild with xserver-1.9.2 |
|---|
| 374 | |
|---|
| 375 | * Tue Aug 17 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 1:2.12.0-1 |
|---|
| 376 | - new upstream release |
|---|
| 377 | - add Patch40: fix uxa planemask (backported) |
|---|
| 378 | - add Patch61: add support for backlight on macbooks |
|---|
| 379 | - add Patch62: disable page flipping for stability |
|---|
| 380 | |
|---|
| 381 | * Tue Mar 30 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 1:2.11.0-1 |
|---|
| 382 | - new upstream release |
|---|
| 383 | - drop patch70 |
|---|
| 384 | |
|---|
| 385 | * Thu Mar 25 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 1:2.10.0-3 |
|---|
| 386 | - rebuild again with xserver-1.8rc |
|---|
| 387 | |
|---|
| 388 | * Thu Mar 11 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 1:2.10.0-2 |
|---|
| 389 | - add intel-gpu-tools as sub-package |
|---|
| 390 | - rebuild with libdrm-2.4.18 |
|---|
| 391 | |
|---|
| 392 | * Mon Mar 08 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 1:2.10.0-1 |
|---|
| 393 | - new upstream release |
|---|
| 394 | - import Patch1,2,60,70 from fedora |
|---|
| 395 | - add BR: kernel-headers >= 2.6.33 (new drm header required) |
|---|
| 396 | - add BR: xcb-util-devel, libxcb-devel and R: xcb-util fot XvMC client |
|---|
| 397 | - add BR; libudev-devel and autoreconf for Patch60 |
|---|
| 398 | |
|---|
| 399 | * Mon Jan 04 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 1:2.9.1-2 |
|---|
| 400 | - rebuild with libdrm-2.4.17 |
|---|
| 401 | |
|---|
| 402 | * Thu Nov 19 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1:2.9.1-1 |
|---|
| 403 | - new upstream release |
|---|
| 404 | |
|---|
| 405 | * Sat Oct 10 2009 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 1:2.9.0-1 |
|---|
| 406 | - new upstream release (hopefully fixes severe issues w/ efifb) |
|---|
| 407 | - drop all patches already upstreamed; import Patch20/21 from Fedora |
|---|
| 408 | |
|---|
| 409 | * Fri Jul 24 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1:2.6.3-3 |
|---|
| 410 | - import Patch121,122 from ubuntu |
|---|
| 411 | - build with libdrm-2.4.12 which fixes vt switch crash |
|---|
| 412 | |
|---|
| 413 | * Fri Jul 17 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1:2.6.3-2 |
|---|
| 414 | - apply patch114 to fix Xv with non-GEM kernel |
|---|
| 415 | |
|---|
| 416 | * Mon May 11 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1:2.6.3-1 |
|---|
| 417 | - update to 2.6.3 |
|---|
| 418 | - add patch106,107,115,118,119,120 from ubuntu |
|---|
| 419 | - add Patch106: remove triple buffering |
|---|
| 420 | - add Patch107: remove page flipping |
|---|
| 421 | - add Patch115: fix crash Xv overlay |
|---|
| 422 | - add Patch118: drop legacy3d |
|---|
| 423 | - add Patch119: fix crashes in drm bo |
|---|
| 424 | - add Patch120: fix vt switch |
|---|
| 425 | - add patch130-134 from upstream git |
|---|
| 426 | - add Patch130: fix another vt switch leak |
|---|
| 427 | - add Patch131: Create known output configuration at EnterVT time |
|---|
| 428 | - add Patch132: fix leak of some 965 render state on VT switch |
|---|
| 429 | - add Patch133: fix crash with fake bufmgr and UXA |
|---|
| 430 | - add Patch134: fix EnterVT/LeaveVT |
|---|
| 431 | - add Patch135: add new chip supoprt |
|---|
| 432 | |
|---|
| 433 | |
|---|
| 434 | * Sat May 02 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1:2.6.1-2 |
|---|
| 435 | - revert to 2.6.1, add Epoch |
|---|
| 436 | - add Patch103-121 from ubuntu |
|---|
| 437 | |
|---|
| 438 | * Fri May 01 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.7.0-1 |
|---|
| 439 | - new upstream release |
|---|
| 440 | |
|---|
| 441 | * Sun Mar 22 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.1-1 |
|---|
| 442 | - new upstream release |
|---|
| 443 | |
|---|
| 444 | * Sun Nov 23 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.5.1-1 |
|---|
| 445 | - new upstream release |
|---|
| 446 | |
|---|
| 447 | * Wed Oct 22 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.5.0-2 |
|---|
| 448 | - add Patch5 - Dont die on irq handler failure |
|---|
| 449 | |
|---|
| 450 | * Tue Oct 21 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.5.0-1 |
|---|
| 451 | - new upstream release |
|---|
| 452 | - add BR: libdrm-devel >= 2.4.0-3 |
|---|
| 453 | |
|---|
| 454 | * Sat Sep 06 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.2-2 |
|---|
| 455 | - import Patch10,11,12 from ubuntu |
|---|
| 456 | |
|---|
| 457 | * Wed Sep 03 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.2-1 |
|---|
| 458 | - new upstream release |
|---|
| 459 | - add triggerpostun script to replace i810 driver to intel driver |
|---|
| 460 | |
|---|
| 461 | * Fri Aug 15 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.1-1 |
|---|
| 462 | - new upstream release |
|---|
| 463 | |
|---|
| 464 | * Wed Jul 23 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.0-1 |
|---|
| 465 | - new upstream release |
|---|
| 466 | - rename i810.xinf to intel.xinf |
|---|
| 467 | - update intel.xinf (add Intel 4 series) |
|---|
| 468 | |
|---|
| 469 | * Sun Jul 06 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.3.2-2 |
|---|
| 470 | - rebuild with new xserver |
|---|
| 471 | |
|---|
| 472 | * Sat Jun 21 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.3.2-1 |
|---|
| 473 | - new upstream release |
|---|
| 474 | |
|---|
| 475 | * Wed May 14 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.3.1-1 |
|---|
| 476 | - new upstream release |
|---|
| 477 | |
|---|
| 478 | * Mon May 12 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.1-1 |
|---|
| 479 | - new upstream release |
|---|
| 480 | |
|---|
| 481 | * Wed Jan 23 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.0-0vl1 |
|---|
| 482 | - initial build for Vine Linux |
|---|
| 483 | |
|---|
| 484 | * Wed Jan 09 2008 Adam Jackson <ajax@redhat.com> 2.2.0-3 |
|---|
| 485 | - Rebuild for new server ABI. |
|---|
| 486 | - intel-2.2.0-alloca.patch: Fix use of {DE,}ALLOCATE_LOCAL. |
|---|
| 487 | |
|---|
| 488 | * Mon Dec 10 2007 Dave Airlie <airlied@redhat.com> 2.2.0-2 |
|---|
| 489 | - hook up ch7017 (bz#408471) |
|---|
| 490 | |
|---|
| 491 | * Tue Nov 27 2007 Adam Jackson <ajax@redhat.com> 2.2.0-1 |
|---|
| 492 | - xf86-video-intel 2.2.0 |
|---|
| 493 | |
|---|
| 494 | * Tue Nov 13 2007 Adam Jackson <ajax@redhat.com> 2.1.99-1 |
|---|
| 495 | - xf86-video-intel 2.1.99. |
|---|
| 496 | - Drop the i810 driver. Time to move on. |
|---|
| 497 | - Require xserver 1.4.99.1 |
|---|
| 498 | |
|---|
| 499 | * Wed Oct 17 2007 Dave Airlie <airlied@redhat.com> 2.1.1-7 |
|---|
| 500 | - intel-2.1.1-fix-xv-compiz.patch - update to not crash is we can't get RAM |
|---|
| 501 | |
|---|
| 502 | * Wed Oct 17 2007 Dave Airlie <airlied@redhat.com> 2.1.1-6 |
|---|
| 503 | - intel-2.1.1-fix-xv-compiz.patch - Real dirty hack to allocate 4MB of RAM |
|---|
| 504 | for textured Xv to use as an offscreen pixmap so xv actually works under |
|---|
| 505 | compiz - granted it may be unusably slow but at least stuff shows up. |
|---|
| 506 | |
|---|
| 507 | * Mon Oct 15 2007 Dave Airlie <airlied@redhat.com> 2.1.1-5 |
|---|
| 508 | - intel-2.1.1-fix-vt-switch.patch - Only restore paletter regs on enabled pipes |
|---|
| 509 | - intel-2.1.1-fix-xv-reset.patch - Reset XV after mode switch |
|---|
| 510 | |
|---|
| 511 | * Fri Oct 05 2007 Dave Airlie <airlied@redhat.com> 2.1.1-4 |
|---|
| 512 | - intel-2.1.1-quirk-update.patch - update quirks from master |
|---|
| 513 | |
|---|
| 514 | * Mon Aug 20 2007 Adam Jackson <ajax@redhat.com> 2.1.1-3 |
|---|
| 515 | - i810.xinf: Flip everything over to -intel by default now. Still install |
|---|
| 516 | i810 driver just in case. |
|---|
| 517 | |
|---|
| 518 | * Wed Aug 15 2007 Dave Airlie <airlied@redhat.com> 2.1.1-2 |
|---|
| 519 | - intel-2.1.1-fix-texoffset-start.patch - shouldn't set texoffsetstart when not using EXA |
|---|
| 520 | |
|---|
| 521 | * Tue Aug 14 2007 Dave Airlie <airlied@redhat.com> 2.1.1-1 |
|---|
| 522 | - xf86-video-intel 2.1.1. |
|---|
| 523 | |
|---|
| 524 | * Tue Jul 03 2007 Adam Jackson <ajax@redhat.com> 2.1.0-1 |
|---|
| 525 | - xf86-video-intel 2.1.0. |
|---|
| 526 | |
|---|
| 527 | * Mon Jun 18 2007 Adam Jackson <ajax@redhat.com> 2.0.0-5 |
|---|
| 528 | - Update Requires and BuildRequires. |
|---|
| 529 | |
|---|
| 530 | * Wed Jun 06 2007 Adam Jackson <ajax@redhat.com> 2.0.0-4 |
|---|
| 531 | - Update to git master. Many Xv and DVO fixes. Adds support for 945GME, |
|---|
| 532 | 965GME, G33, Q33, and Q35 chips. |
|---|
| 533 | |
|---|
| 534 | * Mon May 14 2007 Adam Jackson <ajax@redhat.com> 2.0.0-3 |
|---|
| 535 | - intel-2.0-vblank-power-savings.patch: Disable vblank interrupts when no |
|---|
| 536 | DRI clients are active, for better battery life. |
|---|
| 537 | |
|---|
| 538 | * Tue May 01 2007 Adam Jackson <ajax@redhat.com> 2.0.0-2 |
|---|
| 539 | - Rebuild for final RANDR 1.2 ABI. Fixes segfault at startup. (#238575) |
|---|
| 540 | |
|---|
| 541 | * Mon Apr 23 2007 Adam Jackson <ajax@redhat.com> 2.0.0-1 |
|---|
| 542 | - xf86-video-intel 2.0.0. Change the version number to match, why not. |
|---|
| 543 | - Add a Virtual provides for xorg-x11-drv-intel, since we should probably |
|---|
| 544 | rename this at some point. |
|---|
| 545 | |
|---|
| 546 | * Tue Apr 10 2007 Adam Jackson <ajax@redhat.com> 1.6.5-19 |
|---|
| 547 | - i810.xinf: Move all 965 and 945 chips onto the new driver, as well as |
|---|
| 548 | 915GM. |
|---|
| 549 | |
|---|
| 550 | * Thu Apr 05 2007 Adam Jackson <ajax@redhat.com> 1.6.5-18 |
|---|
| 551 | - i810.xinf: More intel whitelisting (#214011, #234877) |
|---|
| 552 | |
|---|
| 553 | * Wed Apr 04 2007 Adam Jackson <ajax@redhat.com> 1.6.5-17 |
|---|
| 554 | - xf86-video-intel-1.9.94 (RC4). Adds support for 965GM. |
|---|
| 555 | - i810.xinf: Point 965GM support at the intel driver since it's not present |
|---|
| 556 | in old i810. |
|---|
| 557 | |
|---|
| 558 | * Fri Mar 30 2007 Adam Jackson <ajax@redhat.com> 1.6.5-16 |
|---|
| 559 | - xf86-video-intel-1.9.93 (RC3). |
|---|
| 560 | |
|---|
| 561 | * Tue Mar 27 2007 Jeremy Katz <katzj@redhat.com> - 1.6.5-15 |
|---|
| 562 | - fix typo with 945GM pci id from my laptop |
|---|
| 563 | |
|---|
| 564 | * Thu Mar 22 2007 Adam Jackson <ajax@redhat.com> 1.6.5-14 |
|---|
| 565 | - xf86-video-intel 1.9.92 (RC2). |
|---|
| 566 | |
|---|
| 567 | * Mon Mar 05 2007 Adam Jackson <ajax@redhat.com> 1.6.5-13 |
|---|
| 568 | - Updated modesetting driver to one that will actually work with a 1.3 server. |
|---|
| 569 | |
|---|
| 570 | * Tue Feb 27 2007 Adam Jackson <ajax@redhat.com> 1.6.5-12 |
|---|
| 571 | - Nuke %%with_dri, since the arch list exactly matched the ExclusiveArch list |
|---|
| 572 | - Remove ivch and ch7017 from the install since they aren't hooked up to the |
|---|
| 573 | code anywhere |
|---|
| 574 | - Disown the module |
|---|
| 575 | |
|---|
| 576 | * Tue Jan 30 2007 Jeremy Katz <katzj@redhat.com> - 1.6.5-11 |
|---|
| 577 | - update modesetting driver to git snapshot from today |
|---|
| 578 | |
|---|
| 579 | * Tue Nov 7 2006 Adam Jackson <ajackson@redhat.com> 1.6.5-10 |
|---|
| 580 | - i965-xv-hang-fix.patch: Backport Xv hang fix for G965. |
|---|
| 581 | |
|---|
| 582 | * Sun Oct 01 2006 Jesse Keating <jkeating@redhat.com> - 1.6.5-9 |
|---|
| 583 | - rebuilt for unwind info generation, broken in gcc-4.1.1-21 |
|---|
| 584 | |
|---|
| 585 | * Fri Sep 22 2006 Adam Jackson <ajackson@redhat.com> 1.6.5-8.fc6 |
|---|
| 586 | - Change 'Requires: kudzu >= foo' to 'Conflicts: kudzu < foo' since we don't |
|---|
| 587 | actually require kudzu to run. |
|---|
| 588 | |
|---|
| 589 | * Fri Sep 15 2006 Adam Jackson <ajackson@redhat.com> 1.6.5-7.fc6 |
|---|
| 590 | - i810.xinf: Whitelist Apple 945GM machines and Aopen Mini PC onto intel(4) |
|---|
| 591 | |
|---|
| 592 | * Tue Sep 12 2006 Adam Jackson <ajackson@redhat.com> 1.6.5-6.fc6 |
|---|
| 593 | - i810-1.6.5-to-git-20060911.patch: Backport post-1.6.5 fixes from git. |
|---|
| 594 | - i810-match-server-sync-ranges.patch: Make a terrible heuristic in the |
|---|
| 595 | driver match the corresponding terrible heuristic in the server. |
|---|
| 596 | |
|---|
| 597 | * Mon Aug 28 2006 Adam Jackson <ajackson@redhat.com> 1.6.5-5.fc6 |
|---|
| 598 | - intel-945gm-lfp-blacklist.patch: Tweak the Apple blacklist to (hopefully) |
|---|
| 599 | correctly distinguish between Mac Mini and Macbook Pro. |
|---|
| 600 | |
|---|
| 601 | * Mon Aug 21 2006 Adam Jackson <ajackson@redhat.com> 1.6.5-4.fc6 |
|---|
| 602 | - i810.xinf: PCI IDs for i965. |
|---|
| 603 | |
|---|
| 604 | * Thu Aug 17 2006 Adam Jackson <ajackson@redhat.com> 1.6.5-3.fc6 |
|---|
| 605 | - i810.xinf: Uppercase PCI IDs. |
|---|
| 606 | |
|---|
| 607 | * Thu Aug 10 2006 Adam Jackson <ajackson@redhat.com> 1.6.5-2.fc6 |
|---|
| 608 | - Update i810 to 1.6.5, should fix DRI. |
|---|
| 609 | - Add kuzdu requires. |
|---|
| 610 | - i810.xinf: Start whitelisting devices over to intel. |
|---|
| 611 | |
|---|
| 612 | * Wed Aug 9 2006 Adam Jackson <ajackson@redhat.com> 1.6.4-3.fc6 |
|---|
| 613 | - intel-driver-rename.patch: Fix the driver name in more places so it'll, |
|---|
| 614 | you know, load. |
|---|
| 615 | |
|---|
| 616 | * Wed Aug 9 2006 Adam Jackson <ajackson@redhat.com> 1.6.4-2.fc6 |
|---|
| 617 | - intel-945gm-lfp-blacklist.patch: At anholt's suggestion, remove the other |
|---|
| 618 | LFP special casing in favor of the blacklist. |
|---|
| 619 | |
|---|
| 620 | * Wed Aug 9 2006 Adam Jackson <ajackson@redhat.com> 1.6.4-1.fc6 |
|---|
| 621 | - Admit defeat, kinda. Package both i810 stable and modesetting drivers. |
|---|
| 622 | The modesetting driver is installed as intel_drv.so instead of i810_drv.so, |
|---|
| 623 | and is selected with Driver "intel" in xorg.conf. Individual devices will |
|---|
| 624 | whitelist over to "intel" until that branch gets merged into head. |
|---|
| 625 | - Update the stable branch driver to 1.6.4 from upstream, adds i965 support. |
|---|
| 626 | - intel-945gm-lfp-blacklist.patch: Blacklist LFP detection on machines where |
|---|
| 627 | the BIOS is known to lie. |
|---|
| 628 | |
|---|
| 629 | * Tue Aug 8 2006 Adam Jackson <ajackson@redhat.com> 1.6.0-14.20060808modeset.fc6 |
|---|
| 630 | - Today's snapshot: I2C bus creation fix. |
|---|
| 631 | |
|---|
| 632 | * Wed Aug 2 2006 Adam Jackson <ajackson@redhat.com> 1.6.0-13.20060717modeset.fc6 |
|---|
| 633 | - intel-prune-by-edid-pixclock.patch: Honor the EDID-reported maximum pixel |
|---|
| 634 | clock when computing the modes list. |
|---|
| 635 | - intel-virtual-sizing-bogon.patch: Don't interpret the size of the display |
|---|
| 636 | in centimeters as the size of the display in pixels. |
|---|
| 637 | |
|---|
| 638 | * Mon Jul 24 2006 Adam Jackson <ajackson@redhat.com> 1.6.0-12.20060717modeset.fc6 |
|---|
| 639 | - Disable spread-spectrum LVDS, various crash and hang fixes, saner output |
|---|
| 640 | probing. |
|---|
| 641 | |
|---|
| 642 | * Thu Jul 13 2006 Adam Jackson <ajackson@redhat.com> 1.6.0-11.20060713modeset.fc6 |
|---|
| 643 | - Update again for a mode comparison bugfix. |
|---|
| 644 | |
|---|
| 645 | * Thu Jul 13 2006 Adam Jackson <ajackson@redhat.com> 1.6.0-10.20060713modeset.fc6 |
|---|
| 646 | - Update to today's git; crash fixes, better pre-915 support, slightly better |
|---|
| 647 | autoconfigurability. |
|---|
| 648 | |
|---|
| 649 | * Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> 1.6.0-9.20060707modeset.1.fc6 |
|---|
| 650 | - rebuild |
|---|
| 651 | |
|---|
| 652 | * Tue Jul 11 2006 Adam Jackson <ajackson@redhat.com> 1.6.0-9.20060707modeset |
|---|
| 653 | - Fix Revision number to match naming policy. |
|---|
| 654 | |
|---|
| 655 | * Tue Jul 11 2006 Kristian H淡gsberg <krh@redhat.com> 1.6.0-8.modeset20060707 |
|---|
| 656 | - Add back modesetting changes. |
|---|
| 657 | |
|---|
| 658 | * Mon Jul 10 2006 Kristian H淡gsberg <krh@redhat.com> 1.6.0-7 |
|---|
| 659 | - Roll back modesetting changes and build for fc5 aiglx repo. |
|---|
| 660 | |
|---|
| 661 | * Fri Jul 7 2006 Adam Jackson <ajackson@redhat.com> 1.6.0-6.modeset20060707 |
|---|
| 662 | - Snapshot of the git modesetting branch. |
|---|
| 663 | |
|---|
| 664 | * Fri Jul 7 2006 Adam Jackson <ajackson@redhat.com> 1.6.0-6 |
|---|
| 665 | - Update i810.xinf to include entries for E7221 and 945GM. |
|---|
| 666 | |
|---|
| 667 | * Fri Jun 23 2006 Mike A. Harris <mharris@redhat.com> 1.6.0-5 |
|---|
| 668 | - Add with_dri macro to spec file, and conditionalize build time DRI support |
|---|
| 669 | |
|---|
| 670 | * Fri May 26 2006 Mike A. Harris <mharris@redhat.com> 1.6.0-4 |
|---|
| 671 | - Added "BuildRequires: libdrm >= 2.0-1" for (#192334), and updated sdk dep |
|---|
| 672 | to pick up proto-devel as well. |
|---|
| 673 | |
|---|
| 674 | * Tue May 23 2006 Adam Jackson <ajackson@redhat.com> 1.6.0-3 |
|---|
| 675 | - Rebuild for 7.1 ABI fix. |
|---|
| 676 | |
|---|
| 677 | * Tue Apr 11 2006 Kristian H淡gsberg <krh@redhat.com> 1.6.0-2 |
|---|
| 678 | - Bump for fc5-bling build. |
|---|
| 679 | |
|---|
| 680 | * Sun Apr 09 2006 Adam Jackson <ajackson@redhat.com> 1.6.0-1 |
|---|
| 681 | - Update to 1.6.0 from 7.1RC1. |
|---|
| 682 | |
|---|
| 683 | * Tue Apr 04 2006 Kristian H淡gsberg <krh@redhat.com> 1.4.1.3-4.cvs20060322.1 |
|---|
| 684 | - Add patch to add missing #include's, specifically assert.h. |
|---|
| 685 | |
|---|
| 686 | * Wed Mar 22 2006 Kristian H淡gsberg <krh@redhat.com> 1.4.1.3-4.cvs20060322 |
|---|
| 687 | - Update to CVS snapshot of 20060322. |
|---|
| 688 | |
|---|
| 689 | * Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> 1.4.1.3-3.1 |
|---|
| 690 | - rebuilt for new gcc4.1 snapshot and glibc changes |
|---|
| 691 | |
|---|
| 692 | * Sat Feb 04 2006 Mike A. Harris <mharris@redhat.com> 1.4.1.3-3 |
|---|
| 693 | - Added 8086:2772 mapping to i810.xinf for bug (#178451) |
|---|
| 694 | |
|---|
| 695 | * Fri Feb 03 2006 Mike A. Harris <mharris@redhat.com> 1.4.1.3-2 |
|---|
| 696 | - Added 8086:2592 mapping to i810.xinf for bug (#172884) |
|---|
| 697 | |
|---|
| 698 | * Wed Jan 18 2006 Mike A. Harris <mharris@redhat.com> 1.4.1.3-1 |
|---|
| 699 | - Updated xorg-x11-drv-i810 to version 1.4.1.3 from X11R7.0 |
|---|
| 700 | |
|---|
| 701 | * Tue Dec 20 2005 Mike A. Harris <mharris@redhat.com> 1.4.1.2-1 |
|---|
| 702 | - Updated xorg-x11-drv-i810 to version 1.4.1.2 from X11R7 RC4 |
|---|
| 703 | - Removed 'x' suffix from manpage dirs to match RC4 upstream. |
|---|
| 704 | |
|---|
| 705 | * Wed Nov 16 2005 Mike A. Harris <mharris@redhat.com> 1.4.1-1 |
|---|
| 706 | - Updated xorg-x11-drv-i810 to version 1.4.1 from X11R7 RC2 |
|---|
| 707 | |
|---|
| 708 | * Fri Nov 04 2005 Mike A. Harris <mharris@redhat.com> 1.4.0.1-1 |
|---|
| 709 | - Updated xorg-x11-drv-i810 to version 1.4.0.1 from X11R7 RC1 |
|---|
| 710 | - Fix *.la file removal. |
|---|
| 711 | - Added 'devel' subpackage for XvMC .so |
|---|
| 712 | - Added 'BuildRequires: libXvMC-devel' for XvMC drivers. |
|---|
| 713 | |
|---|
| 714 | * Mon Oct 03 2005 Mike A. Harris <mharris@redhat.com> 1.4.0-1 |
|---|
| 715 | - Update BuildRoot to use Fedora Packaging Guidelines. |
|---|
| 716 | - Deglob file manifest. |
|---|
| 717 | - Limit "ExclusiveArch" to x86, x86_64, ia64 |
|---|
| 718 | |
|---|
| 719 | * Fri Sep 02 2005 Mike A. Harris <mharris@redhat.com> 1.4.0-0 |
|---|
| 720 | - Initial spec file for i810 video driver generated automatically |
|---|
| 721 | by my xorg-driverspecgen script. |
|---|