source: projects/specs/branches/6/x/xorg-x11-drv-ati/xorg-x11-drv-ati-vl.spec @ 10781

Revision 10781, 17.7 KB checked in by iwamoto, 8 years ago (diff)

xorg-x11-drv-ati: update to 7.7.1 (Thanks to Take-san)

Line 
1%define tarball xf86-video-ati
2%define moduledir %(pkg-config xorg-server --variable=moduledir )
3%define driverdir       %{moduledir}/drivers
4
5Summary:   Xorg X11 ati video driver
6Summary(ja):   Xorg X11 ati ビデオドライバ
7Name:      xorg-x11-drv-ati
8Version:   7.7.1
9Release:   1%{?_dist_release}
10URL:       http://www.x.org
11License:   MIT
12Group:     User Interface/X Hardware Support
13
14Source0:   ftp://ftp.x.org/pub/individual/driver/%{tarball}-%{version}.tar.bz2
15
16Patch11:    radeon-6.12.2-lvds-default-modes.patch
17Patch12:    fix-default-modes.patch
18# Patch100:     xf86-video-ati-7.7.0-git20160912.patch
19
20BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
21ExcludeArch: s390 s390x
22BuildRequires: xorg-x11-server-sdk >= 1.6
23BuildRequires: mesa-libGL-devel
24BuildRequires: libdrm-devel >= 2.4.36
25BuildRequires: automake autoconf libtool pkgconfig
26BuildRequires: xorg-x11-util-macros
27BuildRequires: libudev-devel
28Requires:  hwdata
29Requires:  xorg-x11-server-Xorg
30
31Vendor: Project Vine
32Distribution: Vine Linux
33
34%description
35X.Org X11 ati video driver.
36
37%prep
38%setup -q -n %{tarball}-%{version}
39%patch11 -p1 -b .lvds
40%patch12 -p1 -b .def
41# %patch100 -p1
42
43%build
44libtoolize --copy --force
45autoreconf -iv
46%configure --disable-static --disable-glamor
47make %{?_smp_mflags}
48
49%install
50rm -rf $RPM_BUILD_ROOT
51
52make install DESTDIR=$RPM_BUILD_ROOT
53
54mkdir -p $RPM_BUILD_ROOT%{_datadir}/hwdata/videoaliases
55
56find $RPM_BUILD_ROOT -regex ".*\.la$" | xargs rm -f --
57
58%clean
59rm -rf $RPM_BUILD_ROOT
60
61%files
62%defattr(-,root,root,-)
63%doc README
64%{driverdir}/ati_drv.so
65%{driverdir}/radeon_drv.so
66%{_mandir}/man4/ati.4*
67%{_mandir}/man4/radeon.4*
68
69%changelog
70* Sat Sep 17 2016 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 7.7.1-1vl6
71- update to 7.7.1
72- drop git patch
73
74* Mon Sep 12 2016 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 7.7.0-3vl6
75- update Patch100 (xf86-video-ati-7.7.0-git20160912.patch)
76
77* Fri Sep  9 2016 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 7.7.0-2vl6
78- rebuilt for Vine 6.x
79- use BR: libudev-devel instead of eudev-libudev-devel
80- disable glamor
81
82* Thu May 05 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.7.0-1
83- new upstream release
84- update Patch100 (xf86-video-ati-7.7.0-git20160412.patch)
85
86* Sun Oct 25 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.5.0-2
87- add Patch100 (xf86-video-ati-7.5.0-git20151016.patch)
88
89* Sat Nov 22 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.5.0-1
90- new upstream release
91- remove BuildRequires: xorg-x11-glamor-devel
92
93* Wed Jul 09 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.4.0-1
94- new upstream release
95
96* Tue Jun 17 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.3.0-2
97- change BuildRequires: eudev-libudev-devel instead of libudev-devel
98
99* Thu Apr 24 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.3.0-1
100- new upstream release
101- add BuildRequires: xorg-x11-glamor-devel
102
103* Thu Dec 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.2.0-2
104- rebuild with VineSeed environment
105
106* Sun Nov 03 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.2.0-1
107- new upstream release
108- remove Patch0 (xf86-video-ati-7.1.0-git20130426.patch)
109
110* Sun May 05 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.1.0-1
111- new upstream release
112- remove Source1 (mkxinf.ati)
113- remove Patch0 (xf86-video-ati-6.14.6-revert-libdrm.patch)
114- remove Patch10 (radeon-6.9.0-bgnr-enable.patch)
115- add Patch0 (xf86-video-ati-7.1.0-git20130426.patch)
116
117* Wed Jul 11 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 6.14.6-1
118- new upstream release
119- update Patch0 (xf86-video-ati-6.14.6-revert-libdrm.patch)
120
121* Sat Jun 09 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 6.14.5-1
122- new upstream release
123- replace Patch0 (xf86-video-ati-6.14.5-revert-libdrm.patch)
124
125* Wed Jun 06 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 6.14.4-2
126- add Patch0 (xf86-video-ati-6.14.4-git20120606.patch)
127
128* Sun Apr 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 6.14.4-1
129- new upstream release
130
131* Wed Nov 02 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 6.14.3-1
132- new upstream release
133- remove Patch101
134
135* Sun Aug 14 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 6.14.2-2
136- add Patch0 (radeon-6.9.0-bgnr-enable.patch)
137- add Patch1 (radeon-6.12.2-lvds-default-modes.patch)
138- add Patch2 (fix-default-modes.patch)
139- add Patch101 (xf86-video-ati-git20110803.patch)
140
141* Sat May 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 6.14.2-1
142- new upstream release
143
144* Sat Mar 19 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 6.14.1-1
145- new upstream release
146- delete Patch0
147
148* Mon Feb 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 6.14.0-2
149- rebuild with xserver-1.10.0
150- add Patch0 (xf86-video-ati-xserver-1.10.patch)
151
152* Sat Feb 05 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 6.14.0-1
153- new upstream release
154
155* Sun Nov 07 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 6.13.2-3
156- rebuild with xserver-1.9.2
157
158* Fri Oct 22 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 6.13.2-2
159- remove pre-generated radeon.xinf and ati.xinf
160- add mkxinf.ati to generate radeon.xinf from source.
161
162* Sun Oct 17 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 6.13.2-1
163- new upstream release
164- add BuildRequires: libudev-devel
165
166* Sun Jul 18 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 6.13.1-1
167- new upstream release
168
169* Fri Apr 09 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 6.13.0-1
170- new upstream release
171
172* Sun Mar 28 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 6.12.6-3
173- rebuild with xserver-1.8rc (x86_64)
174
175* Wed Mar 24 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 6.12.6-2
176- rebuild with xserver-1.8rc
177
178* Sun Mar 21 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 6.12.6-1
179- new upstream release
180
181* Sun Mar 07 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 6.12.5-1
182- new upstream release
183
184* Thu Nov 19 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 6.12.4-1
185- new upstream release
186
187* Fri Jul 24 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 6.12.2-4
188- rebuild with libdrm-2.4.12
189
190* Tue May 12 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 6.12.2-3
191- drop Patch1,7 (current kernel does not support kms)
192- add Patch10: use EXA by default
193- add Patch11: fix several dmps issue.
194- add Patch12: Fix DVI output on some rs690 cards.
195
196* Mon Apr 20 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 6.12.2-2
197- add Patch1, update for radeon modeset driver
198- add Patch7 to fix fb size on R600+ w/o kms
199
200* Mon Apr 13 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 6.12.2-1
201- new upstream release
202
203* Mon Mar 23 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 6.12.0-1
204- new upstream release
205
206* Mon Jan 12 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 6.10.0-1
207- new upstream release
208
209* Fri Jul 04 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 6.9.0-1
210- new upstream release
211- r128 and mach64 drivers are now splitted to individual package.
212
213* Mon May 12 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 6.8.0-1
214- initial build for Vine Linux
215
216* Thu Apr 24 2008 Dave Airlie <airlied@redhat.com> 6.8.0-12
217- not so much faster as kill my Apple MAC DDC - next time do this upstream first
218
219* Thu Apr 24 2008 Dave Airlie <airlied@redhat.com> 6.8.0-11
220- fix r128 bios size issue (#439022)
221
222* Sun Apr 06 2008 Dave Airlie <airlied@redhat.com> 6.8.0-10
223- attempt to fix VT switch and X restart hangs
224
225* Wed Apr 02 2008 Dave Airlie <airlied@redhat.com> 6.8.0-9
226- attempt to fix dualhead and rotation at the same time.
227
228* Mon Mar 31 2008 Dave Airlie <airlied@redhat.com> 6.8.0-8
229- Hopefully fix quirks not applying on radeon LVDS (#435126)
230- quirk connector table from (#428515)
231- fix rotate on r500 cards
232
233* Sun Mar 30 2008 Dave Airlie <airlied@redhat.com> 6.8.0-7
234- Major upstream fixes backported - render accel, xv etc.
235- This is done with a separate patch as upstream has split mach64/r128 already
236
237* Fri Mar 28 2008 Adam Jackson <ajax@redhat.com> 6.8.0-6
238- radeon.xinf: :1,$s/radeon_tp/radeon/
239
240* Wed Mar 26 2008 Dave Airlie <airlied@redhat.com> 6.8.0-5
241- Fix mach64 on ia64 with 16k pagesize (#438947)
242
243* Tue Mar 11 2008 Adam Jackson <ajax@redhat.com> 6.8.0-4
244- r500-dual-link-love.patch: Make R300+ max CRTC size guess big enough
245  for a 30" monitor.
246
247* Mon Mar 03 2008 Dave Airlie <airlied@redhat.com> 6.8.0-3
248- rebuild for upstream ABI breakage
249
250* Tue Feb 26 2008 Dave Airlie <airlied@redhat.com> 6.8.0-2
251- rebase to upstream 6.8.0 release + git fixes
252
253* Tue Feb 19 2008 Dave Airlie <airlied@redhat.com> 6.8.0-1
254- rebase to upstream 6.8.0 release.
255
256* Mon Feb 18 2008 Dave Airlie <airlied@redhat.com> 6.7.197-3
257- rebase to upstream git master - lots of r600 fixes
258
259* Fri Feb 08 2008 Dave Airlie <airlied@redhat.com> 6.7.197-2
260- rebase to upstream git master - add rv67x ids
261
262* Mon Feb 04 2008 Dave Airlie <airlied@redhat.com> 6.7.197-1
263- rebase to upstream git master
264- add r5xx and r6xx pci ids to xinf
265
266* Thu Jan 17 2008 Dave Airlie <airlied@redhat.com> 6.7.196-7
267- fix up IGPs from upstream fix.
268
269* Wed Jan 09 2008 Adam Jackson <ajax@redhat.com> 6.7.196-6
270- Rebuild for new server ABI.
271
272* Wed Jan 02 2008 Adam Jackson <ajax@redhat.com> 6.7.196-5
273- r128-6.7.196-pciaccess.patch: Fix some preprocessor dumbness.
274
275* Wed Jan 02 2008 Adam Jackson <ajax@redhat.com> 6.7.196-4
276- r128-6.7.196-pciaccess.patch: Port r128 to libpciaccess.
277
278* Wed Dec 19 2007 Dave Airlie <airlied@redhat.com> 6.7.196-3
279- radeon-git-upstream-fixes.patch - update for latest git master
280- radeon-6.7.196-atombios-support.patch - update for r500/r600
281
282* Mon Dec 17 2007 Adam Jackson <ajax@redhat.com> 6.7.196-2
283- *-6.7.196-alloca.patch: Fix ALLOCATE_LOCAL failures.
284
285* Wed Nov 14 2007 Adam Jackson <ajax@redhat.com> 6.7.196-1
286- xf86-video-ati 6.7.196
287
288* Tue Nov 13 2007 Adam Jackson <ajax@redhat.com> 6.7.195-5
289- Require xserver 1.4.99.1
290
291* Thu Nov 08 2007 Adam Jackson <ajax@redhat.com> 6.7.195-4
292- radeon-6.7.195-faster-ddc.patch: Speed up X startup by assuming the
293  monitor doesn't need a dead chicken waved over it to get DDC.
294
295* Tue Oct 16 2007 Dave Airlie <airlied@redhat.com> 6.7.195-3
296- upstream fixes including previous patches + attempted mac detection
297
298* Tue Oct 09 2007 Adam Jackson <ajax@redhat.com> 6.7.195-2
299- DDC and LVDS patches from git.
300
301* Sat Oct 06 2007 Adam Jackson <ajax@redhat.com> 6.7.195-1
302- xf86-video-ati 6.7.195
303
304* Fri Oct 5 2007 Dave Airlie <airlied@redhat.com> 6.7.194-3
305- radeon-6.7.194-upstream-fixes - Upstream LVDS fixes
306  improve chances of working on more panels.
307
308* Fri Sep 28 2007 Dave Airlie <airlied@redhat.com> 6.7.194-2
309- radeon-6.7.194-disable-rc410-dri.patch - Disable DRI on
310  RC410 by default as it seems to need some more work.
311
312* Mon Sep 24 2007 Dave Airlie <airlied@redhat.com> 6.7.194-1
313- xf86-video-ati 6.7.194
314
315* Thu Sep 20 2007 Dave Airlie <airlied@redhat.com> 6.7.193-1
316- xf86-video-ati 6.7.193
317
318* Mon Aug 27 2007 Adam Jackson <ajax@redhat.com> 6.7.192-1
319- xf86-video-ati 6.7.192
320
321* Mon Aug 27 2007 Dave Airlie <airlied@redhat.com> 6.7.191-2
322- radeon-6.7.191-git-master.patch - upgrade to git head
323  f36720377737210c985b196d9a988efdd767f1c7
324
325* Thu Aug 23 2007 Dave Airlie <airlied@redhat.com> 6.7.191-1
326- xf86-video-ati 6.7.191. - Add a pre-release of radeon randr code
327  This will break old zaphod mode further than the current 6.6.193
328  driver, and will probably break mergedfb configs, however it will
329  work with randr-1.2 properly and is the more supported codebase going
330  forward.
331
332* Tue Aug 21 2007 Adam Jackson <ajax@redhat.com> - 6.6.193-3
333- Rebuild for build id
334
335* Wed Aug 08 2007 Dave Airlie <airlied@redhat.com> 6.6.193-2
336- xf86-video-ati 6.6.193. - remove dotclock workaround for now
337  It causes crashes bug 251051
338
339* Sat Aug 04 2007 Dave Airlie <airlied@redhat.com> 6.6.193-1
340- xf86-video-ati 6.6.193.
341
342* Wed Jun 27 2007 Adam Jackson <ajax@redhat.com> 6.6.192-1
343- xf86-video-ati 6.6.192.
344
345* Tue Jun 19 2007 Adam Jackson <ajax@redhat.com> 6.6.3-4
346- radeon-6.6.3-renderaccel-buglet.patch: Fix OpenOffice font corruption
347  when RenderAccel is disabled. (#244675)
348
349* Mon Jun 18 2007 Adam Jackson <ajax@redhat.com> 6.6.3-3
350- Update Requires and BuildRequires.  Disown the module directories.  Add
351  Requires: hwdata.
352
353* Thu Feb 15 2007 Adam Jackson <ajax@redhat.com> 6.6.3-2
354- ExclusiveArch -> ExcludeArch
355
356* Tue Nov 7 2006 Adam Jackson <ajackson@redhat.com> 6.6.3-1.fc7
357- Update to 6.6.3.
358
359* Mon Oct 2 2006 Adam Jackson <ajackson@redhat.com> 6.6.2-4
360- ati-prefer-radeon-then-r128.patch: When loading through the 'ati' wrapper,
361  prefer radeon to rage128 to mach{64,32,16,8,4,2,1}.
362- r128-fp-dpms.patch: Hook up DPMS for Rage128 DFPs. (#197436)
363- radeon-6.6.2-dac-fix.patch: Even though we turn DACs on for probing, don't
364  turn them off.  Fixes black screen of death post-rhgb.  (#208610)
365- radeon-6.6.2-pmac-bios.patch: Be more suspicious of ROMs before interpreting
366  their content.  (#208694)
367- radeon-6.6.2-usefbdev-patch.patch: Use the framebuffer stride from fbdev,
368  instead of making up numbers.  (#208694)
369
370* Sun Oct 01 2006 Jesse Keating <jkeating@redhat.com> - 6.6.2-3
371- rebuilt for unwind info generation, broken in gcc-4.1.1-21
372
373* Thu Sep 21 2006 Adam Jackson <ajackson@redhat.com> 6.6.2-2.fc6
374- radeon-6.6.2-dac-fix.patch: Backport 25fa71... from git.  Turn on the DAC
375  before doing CRT connection probe, otherwise we might incorrectly detect
376  a CRT where there isn't one. (#202240 and others)
377
378* Tue Aug 29 2006 Adam Jackson <ajackson@redhat.com> 6.6.2-1.fc6
379- Update to 6.6.2 from upstream:
380  - Mach64 stability and correctness fixes
381  - Mach64 EXA support.
382  - Misc bugfixes for radeon.
383
384* Thu Aug 24 2006 Adam Jackson <ajackson@redhat.com> 6.6.1-11.fc6
385- radeon-6.6.1-use-mtdriver.patch: Only flag modes with M_T_PREFERRED if
386  the EDID blocks says to.
387
388* Fri Aug 18 2006 Adam Jackson <ajackson@redhat.com> 6.6.1-10.fc6
389- radeon-6.6.1-use-mtdriver.patch: Use new M_T_DRIVER mode type for mode
390  synthesis.
391- Bump Requires to match.
392
393* Fri Aug 18 2006 Adam Jackson <ajackson@redhat.com> 6.6.1-9.fc6
394- mach64-cpio-for-ia64.patch: Enable CPIO for mach64 on ia64. (#203017)
395
396* Thu Aug 10 2006 Adam Jackson <ajackson@redhat.com> 6.6.1-8.fc6
397- radeon-6.6.1-xpress-200.patch: Also disable DRI on xpress200, known broken.
398
399* Wed Aug  2 2006 Adam Jackson <ajackson@redhat.com> 6.6.1-7.fc6
400- Make sure DRI and Render accel are disabled on RN50.
401
402* Sat Jul 29 2006 Kristian H淡gsberg <krh@redhat.com> 6.6.1-6.fc5.aiglx
403- Build for fc5 aiglx repo.
404
405* Thu Jul 27 2006 Adam Jackson <ajackson@redhat.com> 6.6.1-6.fc6
406- Updated radeon.xinf: comments, a handful of new devices.
407
408* Mon Jul 24 2006 Mike A. Harris <mharris@redhat.com> 6.6.1-5.fc6
409- Added r128-missing-xf86ForceHWCursor-symbol-bug168753.patch to fix (#168753)
410- Add {?dist} tag to Release field
411
412* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> 6.6.1-4.1
413- rebuild
414
415* Wed Jun 28 2006 Mike A. Harris <mharris@@redhat.com> 6.6.1-4
416- Added "BuildRequires: xorg-x11-server-sdk >= 1.1.0-12" to fix the same
417  problem at build time as were added in 6.6.1-2 to fix it at runtime.
418
419* Tue Jun 27 2006 Kristian H淡gsberg <krh@redhat.com> 6.6.1-3
420- Bump release for FC5 aiglx build.
421
422* Mon Jun 26 2006 Adam Jackson <ajackson@redhat.com> 6.6.1-2
423- Filter the EDID mode list by the monitor's reported pixel clock.  Bump
424  the BuildReq to a server that provides the necessary ABI field.
425
426* Sat Jun 17 2006 Mike A. Harris <mharris@redhat.com> 6.6.1-1
427- Updated xorg-x11-drv-ati to version 6.6.1 update release for X11R7.1
428- Drop db-root-visual.patch, as it is included in 6.6.1
429- Enable DRI support for sparc/sparc64 builds.
430
431* Fri Jun  9 2006 Kristian H淡gsberg <krh@redhat.com> 6.6.0-7
432- Committed db-root-visual.patch and reenabled.
433
434* Thu Jun  8 2006 Mike A. Harris <mharris@@redhat.com> 6.6.0-6
435- Disable db-root-visual.patch, because the file wasn't committed to CVS.
436
437* Thu Jun  8 2006 Kristian H淡gsberg <krh@redhat.com> 6.6.0-5
438- Bump for rawhide build.
439
440* Thu Jun  8 2006 Kristian H淡gsberg <krh@redhat.com> 6.6.0-4
441- Add db-root-visual.patch to make root visual double buffered.
442
443* Tue May 23 2006 Adam Jackson <ajackson@redhat.com> 6.6.0-3
444- Rebuild for 7.1 ABI fix.
445
446* Tue Apr 11 2006 Kristian H淡gsberg <krh@redhat.com> 6.6.0-2
447- Bump for fc5-bling build.
448
449* Sun Apr  9 2006 Adam Jackson <ajackson@redhat.com> 6.6.0-1
450- Update to 6.6.0 from 7.1RC1.
451
452* Tue Apr  4 2006 Kristian H淡gsberg <krh@redhat.com> 6.5.7.3-4.cvs20060404
453- Update to CVS snapshot from 20060404.
454
455* Wed Mar 22 2006 Kristian H淡gsberg <krh@redhat.com> 6.5.7.3-4.cvs20060322
456- Update to CVS snapshot of 20060322.
457- Drop xorg-x11-drv-ati-6.5.7.3-radeon-metamodes-SEGV-fix.patch.
458
459* Tue Feb 21 2006 Mike A. Harris <mharris@redhat.com> 6.5.7.3-4
460- Added xorg-x11-drv-ati-6.5.7.3-radeon-metamodes-SEGV-fix.patch from CVS HEAD.
461
462* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 6.5.7.3-3.2
463- bump again for double-long bug on ppc(64)
464
465* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 6.5.7.3-3.1
466- rebuilt for new gcc4.1 snapshot and glibc changes
467
468* Sun Feb 05 2006 Mike A. Harris <mharris@redhat.com> 6.5.7.3-3
469- Updated radeon.xinf to be up to date with the xf86PciInfo.h from the Xorg
470  X server 1.0.1-1 source.  This should account for all supported Radeon
471  models now modulo errors/omissions.
472
473* Thu Feb 02 2006 Mike A. Harris <mharris@redhat.com> 6.5.7.3-2
474- Added r128.xinf and radeon.xinf videoalias files to fix bug (#174101).
475- Added "BuildRequires: libdrm-devel >= 2.0-1" to fix bug (#178613)
476
477* Wed Jan 18 2006 Mike A. Harris <mharris@redhat.com> 6.5.7.3-1
478- Updated xorg-x11-drv-ati to version 6.5.7.3 from X11R7.0
479- Added ati.xinf videoalias file for hardware autodetection.
480
481* Tue Dec 20 2005 Mike A. Harris <mharris@redhat.com> 6.5.7.2-1
482- Updated xorg-x11-drv-ati to version 6.5.7.2 from X11R7 RC4
483- Removed 'x' suffix from manpage dirs to match RC4 upstream.
484
485* Wed Nov 16 2005 Mike A. Harris <mharris@redhat.com> 6.5.7-1
486- Updated xorg-x11-drv-ati to version 6.5.7 from X11R7 RC2
487
488* Fri Nov 4 2005 Mike A. Harris <mharris@redhat.com> 6.5.6.1-1
489- Updated xorg-x11-drv-ati to version 6.5.6.1 from X11R7 RC1
490- Fix *.la file removal.
491- Add "BuildRequires: mesa-libGL-devel >= 6.4-4 for DRI builds"
492
493* Mon Oct 3 2005 Mike A. Harris <mharris@redhat.com> 6.5.6-1
494- Update BuildRoot to use Fedora Packaging Guidelines.
495- Deglob file manifest.
496- Use _smp_mflags with make, to speed up SMP builds.
497- Add "alpha sparc sparc64" to ExclusiveArch
498
499* Fri Sep 2 2005 Mike A. Harris <mharris@redhat.com> 6.5.6-0
500- Initial spec file for ati video driver generated automatically
501  by my xorg-driverspecgen script.
Note: See TracBrowser for help on using the repository browser.