source: projects/specs/trunk/x/xorg-x11-drv-ati/xorg-x11-drv-ati-vl.spec @ 6299

Revision 6299, 16.3 KB checked in by Takemikaduchi, 12 years ago (diff)

libburn, libisofs, xorg-x11-drv-ati: new upstream release
others: new package

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