mesa-vl.spec 35 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004
  1. # When bootstrapping an arch, omit the -demos subpackage.
  2. # S390 doesn't have video cards, so it's not much use building DRI there.
  3. %define with_dri 1
  4. %define driver dri
  5. %define manpages gl-manpages-1.0.1
  6. #%define gitdate 20100217
  7. %define build_compat32 %{?_with_compat32:1}%{!?_with_compat32:0}
  8. Summary: Mesa graphics libraries
  9. Summary(ja): Mesa グラフィックスライブラリ
  10. Name: mesa
  11. Version: 7.10
  12. Release: 1%{?_dist_release}
  13. License: MIT
  14. Group: System Environment/Libraries
  15. URL: http://www.mesa3d.org
  16. Source0: ftp://ftp.freedesktop.org/pub/mesa/%{version}/MesaLib-%{version}.tar.bz2
  17. Source2: %{manpages}.tar.bz2
  18. Source3: make-git-snapshot.sh
  19. Source10: nouveau_class.h
  20. Patch3: mesa-7.8-no-mach64.patch
  21. Patch4: mesa-7.8-nouveau-legacy-enable.patch
  22. #Patch7: mesa-7.1-link-shared.patch
  23. Patch30: mesa-7.6-hush-vblank-warning.patch
  24. #Patch40: mesa-7.8.2-nouveau-build-fix.patch
  25. #Patch41: mesa-7.8.2-gallium-build-fix.patch
  26. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
  27. BuildRequires: pkgconfig
  28. %if %{with_dri}
  29. BuildRequires: libdrm-devel >= 2.4.23
  30. %endif
  31. BuildRequires: libXxf86vm-devel
  32. BuildRequires: expat-devel >= 2.0
  33. BuildRequires: xorg-x11-proto-devel >= 7.4
  34. BuildRequires: xorg-x11-server-sdk
  35. BuildRequires: kernel-headers
  36. BuildRequires: makedepend
  37. BuildRequires: libXext-devel
  38. BuildRequires: freeglut-devel
  39. BuildRequires: libXfixes-devel
  40. BuildRequires: libXdamage-devel
  41. BuildRequires: libXi-devel
  42. BuildRequires: libXmu-devel
  43. BuildRequires: libtalloc-devel
  44. %description
  45. Mesa
  46. %package libGL
  47. Summary: Mesa libGL runtime libraries and DRI drivers
  48. Summary(ja): Mesa libGL ランタイプライブラリおよび DRI ドライバ
  49. Group: System Environment/Libraries
  50. Requires(post): /sbin/ldconfig
  51. Requires(postun): /sbin/ldconfig
  52. Provides: libGL
  53. Obsoletes: Mesa, XFree86-gl, XOrg-gl
  54. %if %{with_dri}
  55. Requires: libdrm >= 2.4.5
  56. %endif
  57. %description libGL
  58. Mesa libGL runtime libraries and DRI drivers.
  59. %package libGL-devel
  60. Summary: Mesa libGL development package
  61. Summary(ja): Mesa libGL 開発パッケージ
  62. Group: Development/Libraries
  63. Provides: libGL-devel
  64. Requires: mesa-libGL = %{version}-%{release}
  65. Requires: libX11-devel
  66. Requires: libXxf86vm-devel
  67. Requires: libXdamage-devel
  68. Requires: libXfixes-devel
  69. Requires: libXext-devel
  70. Requires: libdrm-devel
  71. Obsoletes: Mesa-devel, XFree86-gl-devel, XOrg-gl-devel
  72. %description libGL-devel
  73. Mesa libGL development package
  74. %package libGLU
  75. Summary: Mesa libGLU runtime library
  76. Summary(ja): Mesa libGLU ランタイムライブラリ
  77. Group: System Environment/Libraries
  78. Requires(post): /sbin/ldconfig
  79. Requires(postun): /sbin/ldconfig
  80. Provides: libGLU
  81. Obsoletes: Mesa, XFree86-gl, XOrg-gl
  82. %description libGLU
  83. Mesa libGLU runtime library
  84. %package libGLU-devel
  85. Summary: Mesa libGLU development package
  86. Summary(ja): Mesa libGLU 開発パッケージ
  87. Group: Development/Libraries
  88. Requires: mesa-libGLU = %{version}-%{release}
  89. Requires: libGL-devel
  90. Provides: libGLU-devel
  91. Obsoletes: Mesa-devel, XFree86-gl-devel, XOrg-gl-devel
  92. %description libGLU-devel
  93. Mesa libGLU development package
  94. %package libOSMesa
  95. Summary: Mesa offscreen rendering libraries
  96. Summary(ja): Mesa オフスクリーンレンダリングライブラリ
  97. Group: System Environment/Libraries
  98. Requires(post): /sbin/ldconfig
  99. Requires(postun): /sbin/ldconfig
  100. Provides: libOSMesa
  101. %description libOSMesa
  102. Mesa offscreen rendering libraries
  103. %package libOSMesa-devel
  104. Summary: Mesa offscreen rendering development package
  105. Summary(ja): Mesa オフスクリーンレンダリング開発パッケージ
  106. Group: Development/Libraries
  107. Requires: mesa-libOSMesa = %{version}-%{release}
  108. %description libOSMesa-devel
  109. Mesa offscreen rendering development package
  110. %package source
  111. Summary: Mesa source code required to build X server
  112. Summary(ja): X サーバをビルドするために必要な Mesa ソースコード
  113. Group: Development/Libraries
  114. %description source
  115. The mesa-source package provides the minimal source code needed to
  116. build DRI enabled X servers, etc.
  117. %package -n xorg-x11-drv-vmwgfx
  118. Summary: VMware GFX DDX driver
  119. Summary(ja): VMware GFX DDX ドライバ
  120. Group: User Interface/X Hardware Support
  121. %description -n xorg-x11-drv-vmwgfx
  122. 2D driver for VMware SVGA vGPU
  123. # compat32
  124. %package -n compat32-%{name}-libGL
  125. Summary: Mesa libGL runtime libraries and DRI drivers
  126. Summary(ja): Mesa libGL ランタイプライブラリおよび DRI ドライバ
  127. Group: System Environment/Libraries
  128. Requires(post): /sbin/ldconfig
  129. Requires(postun): /sbin/ldconfig
  130. Requires: %{name}-libGL = %{version}-%{release}
  131. %if %{with_dri}
  132. Requires: compat32-libdrm >= 2.4.5
  133. %endif
  134. %description -n compat32-%{name}-libGL
  135. Mesa libGL runtime libraries and DRI drivers.
  136. %package -n compat32-%{name}-libGL-devel
  137. Summary: Mesa libGL development package
  138. Summary(ja): Mesa libGL 開発パッケージ
  139. Group: Development/Libraries
  140. Requires: compat32-%{name}-libGL = %{version}-%{release}
  141. Requires: %{name}-libGL-devel = %{version}-%{release}
  142. Requires: compat32-libX11-devel
  143. Requires: compat32-libdrm-devel
  144. %description -n compat32-%{name}-libGL-devel
  145. Mesa libGL development package
  146. %package -n compat32-%{name}-libGLU
  147. Summary: Mesa libGLU runtime library
  148. Summary(ja): Mesa libGLU ランタイムライブラリ
  149. Group: System Environment/Libraries
  150. Requires(post): /sbin/ldconfig
  151. Requires(postun): /sbin/ldconfig
  152. Requires: %{name}-libGLU = %{version}-%{release}
  153. %description -n compat32-%{name}-libGLU
  154. Mesa libGLU runtime library
  155. %package -n compat32-%{name}-libGLU-devel
  156. Summary: Mesa libGLU development package
  157. Summary(ja): Mesa libGLU 開発パッケージ
  158. Group: Development/Libraries
  159. Requires: compat32-%{name}-libGL = %{version}-%{release}
  160. Requires: compat32-%{name}-libGLU = %{version}-%{release}
  161. Requires: %{name}-libGL-devel = %{version}-%{release}
  162. Requires: %{name}-libGLU-devel = %{version}-%{release}
  163. %description -n compat32-%{name}-libGLU-devel
  164. Mesa libGLU development package
  165. %package -n compat32-%{name}-libOSMesa
  166. Summary: Mesa offscreen rendering libraries
  167. Summary(ja): Mesa オフスクリーンレンダリングライブラリ
  168. Group: System Environment/Libraries
  169. Requires(post): /sbin/ldconfig
  170. Requires(postun): /sbin/ldconfig
  171. Requires: %{name}-libOSMesa
  172. %description -n compat32-%{name}-libOSMesa
  173. Mesa offscreen rendering libraries
  174. %package -n compat32-%{name}-libOSMesa-devel
  175. Summary: Mesa offscreen rendering development package
  176. Summary(ja): Mesa オフスクリーンレンダリング開発パッケージ
  177. Group: Development/Libraries
  178. Requires: compat32-%{name}-libOSMesa = %{version}-%{release}
  179. Requires: %{name}-libOSMesa-devel = %{version}-%{release}
  180. %description -n compat32-%{name}-libOSMesa-devel
  181. Mesa offscreen rendering development package
  182. %prep
  183. %setup -q -n Mesa-%{version} -b2
  184. %patch3 -p1 -b .no-mach64
  185. %patch4 -p1 -b .nouveau-legacy
  186. #%patch7 -p1 -b .dricore
  187. %patch30 -p1 -b .vblank-warning
  188. cp %{SOURCE10} src/mesa/drivers/dri/nouveau
  189. cp %{SOURCE10} src/gallium/drivers/nouveau
  190. #%patch40 -p1 -b .build-fix
  191. #%patch41 -p1 -b .build-fix
  192. %build
  193. autoreconf --install
  194. %ifarch ppc
  195. export CFLAGS="$RPM_OPT_FLAGS -fvisibility=hidden -O2"
  196. export CXXFLAGS="$RPM_OPT_FLAGS -fvisibility=hidden -O2"
  197. %else
  198. export CFLAGS="$RPM_OPT_FLAGS -fvisibility=hidden -Os"
  199. export CXXFLAGS="$RPM_OPT_FLAGS -fvisibility=hidden -Os"
  200. %endif
  201. %define common_flags --enable-pic --disable-asm
  202. %define osmesa_flags --with-driver=osmesa --disable-gallium --disable-egl --disable-glu --with-dri-drivers="" %{common_flags}
  203. # first, build the osmesa variants. XXX this is overkill. osmesa32 is
  204. # sufficient to render to any of the channel sizes, according to the
  205. # docs. should fix this someday.
  206. %configure %{osmesa_flags} --with-osmesa-bits=8
  207. make %{_smp_mflags}
  208. mv %{_lib} osmesa8
  209. make clean
  210. %configure %{osmesa_flags} --with-osmesa-bits=16
  211. make %{_smp_mflags}
  212. mv %{_lib} osmesa16
  213. make clean
  214. %configure %{osmesa_flags} --with-osmesa-bits=32
  215. make %{_smp_mflags}
  216. mv %{_lib} osmesa32
  217. make clean
  218. # just to be sure...
  219. [ `find . -name \*.o | wc -l` -eq 0 ] || exit "make cleaner plz"
  220. # XXX should get visibility working again post-dricore.
  221. %ifarch ppc
  222. export CFLAGS="$RPM_OPT_FLAGS -O2"
  223. export CXXFLAGS="$RPM_OPT_FLAGS -O2"
  224. %else
  225. export CFLAGS="$RPM_OPT_FLAGS -Os"
  226. export CXXFLAGS="$RPM_OPT_FLAGS -Os"
  227. %endif
  228. # now build the rest of mesa
  229. %configure \
  230. %{common_flags} \
  231. --disable-egl \
  232. --disable-glw \
  233. --disable-glut \
  234. --disable-gl-osmesa \
  235. --with-driver=%{driver} \
  236. --with-dri-driverdir=%{_libdir}/dri \
  237. --with-state-trackers=dri,xorg,glx \
  238. --enable-gallium-svga \
  239. --enable-gallium-nouveau \
  240. --enable-gallium-radeon
  241. make #{?_smp_mflags}
  242. pushd ../%{manpages}
  243. %configure
  244. make %{?_smp_mflags}
  245. popd
  246. %install
  247. rm -rf $RPM_BUILD_ROOT
  248. # core libs and headers, but not drivers.
  249. make install DESTDIR=$RPM_BUILD_ROOT DRI_DIRS=
  250. # just the DRI drivers that are sane
  251. %if %{with_dri}
  252. install -d $RPM_BUILD_ROOT%{_libdir}/dri
  253. #install -m 0755 -t $RPM_BUILD_ROOT%{_libdir}/dri %{_lib}/libdricore.so >& /dev/null
  254. for f in i810 i915 i965 mach64 mga r128 r200 r300 r600 radeon savage sis swrast tdfx unichrome nouveau_vieux gallium/vmwgfx; do
  255. so=%{_lib}/${f}_dri.so
  256. test -e $so && echo $so
  257. done | xargs install -m 0755 -t $RPM_BUILD_ROOT%{_libdir}/dri >& /dev/null || :
  258. %endif
  259. # strip out undesirable headers
  260. pushd $RPM_BUILD_ROOT%{_includedir}/GL
  261. rm -f [a-fh-np-wyz]*.h gg*.h glf*.h glew.h glxew.h
  262. popd
  263. # remove EGL stuff
  264. pushd $RPM_BUILD_ROOT%{_libdir}
  265. rm -f libEGL*
  266. popd
  267. pushd $RPM_BUILD_ROOT%{_libdir}/dri
  268. rm -f EGL_*.so
  269. popd
  270. # and osmesa
  271. mv osmesa*/libOS* $RPM_BUILD_ROOT%{_libdir}
  272. # man pages
  273. pushd ../%{manpages}
  274. make %{?_smp_mflags} install DESTDIR=$RPM_BUILD_ROOT
  275. popd
  276. # Install the source needed to build the X server. The egreps are just
  277. # stripping out unnecessary dirs; only tricky bit is the [^c] to make sure
  278. # .../dri/common is included.
  279. %define mesasourcedir %{_datadir}/mesa/source
  280. mkdir -p $RPM_BUILD_ROOT/%{mesasourcedir}
  281. ( find src -name \*.[ch] ; find include -name \*.h ) |
  282. egrep -v '^src/(glu|glw)' |
  283. egrep -v '^src/mesa/drivers/(directfb|dos|fbdev|glide|ggi|osmesa)' |
  284. egrep -v '^src/mesa/drivers/(windows|dri/[^c])' |
  285. xargs tar cf - --mode a=r |
  286. (cd $RPM_BUILD_ROOT/%{mesasourcedir} && tar xf -)
  287. %clean
  288. rm -rf $RPM_BUILD_ROOT
  289. %check
  290. %post libGL -p /sbin/ldconfig
  291. %postun libGL -p /sbin/ldconfig
  292. %post libGLU -p /sbin/ldconfig
  293. %postun libGLU -p /sbin/ldconfig
  294. %post libOSMesa -p /sbin/ldconfig
  295. %postun libOSMesa -p /sbin/ldconfig
  296. %post -n compat32-%{name}-libGL -p /sbin/ldconfig
  297. %postun -n compat32-%{name}-libGL -p /sbin/ldconfig
  298. %post -n compat32-%{name}-libGLU -p /sbin/ldconfig
  299. %postun -n compat32-%{name}-libGLU -p /sbin/ldconfig
  300. %post -n compat32-%{name}-libOSMesa -p /sbin/ldconfig
  301. %postun -n compat32-%{name}-libOSMesa -p /sbin/ldconfig
  302. %files libGL
  303. %defattr(-,root,root,-)
  304. %{_libdir}/libGL.so.1
  305. %{_libdir}/libGL.so.1.2
  306. %if %{with_dri}
  307. %dir %{_libdir}/dri
  308. #%{_libdir}/dri/libdricore.so
  309. %{_libdir}/dri/*_dri.so
  310. %endif
  311. %files libGL-devel
  312. %defattr(-,root,root,-)
  313. %{_includedir}/GL/gl.h
  314. %{_includedir}/GL/gl_mangle.h
  315. %{_includedir}/GL/glext.h
  316. %{_includedir}/GL/glx.h
  317. %{_includedir}/GL/glx_mangle.h
  318. %{_includedir}/GL/glxext.h
  319. %dir %{_includedir}/GL/internal
  320. %{_includedir}/GL/internal/dri_interface.h
  321. %{_libdir}/libGL.so
  322. %{_libdir}/pkgconfig/gl.pc
  323. %{_libdir}/pkgconfig/dri.pc
  324. %{_datadir}/man/man3/gl[^uX]*.3gl*
  325. %{_datadir}/man/man3/glX*.3gl*
  326. %files libGLU
  327. %defattr(-,root,root,-)
  328. %{_libdir}/libGLU.so.1
  329. %{_libdir}/libGLU.so.1.3.*
  330. %files libGLU-devel
  331. %defattr(-,root,root,-)
  332. %{_libdir}/libGLU.so
  333. %{_libdir}/pkgconfig/glu.pc
  334. %{_includedir}/GL/glu.h
  335. %{_includedir}/GL/glu_mangle.h
  336. %{_datadir}/man/man3/glu*.3gl*
  337. %files libOSMesa
  338. %defattr(-,root,root,-)
  339. %{_libdir}/libOSMesa.so.7*
  340. %{_libdir}/libOSMesa16.so.7*
  341. %{_libdir}/libOSMesa32.so.7*
  342. %files libOSMesa-devel
  343. %defattr(-,root,root,-)
  344. %{_includedir}/GL/osmesa.h
  345. %{_libdir}/libOSMesa.so
  346. %{_libdir}/libOSMesa16.so
  347. %{_libdir}/libOSMesa32.so
  348. # We constructed this dir carefully, so just slurp in the whole thing.
  349. %files source
  350. %defattr(-,root,root,-)
  351. %{mesasourcedir}
  352. %files -n xorg-x11-drv-vmwgfx
  353. %defattr(-,root,root,-)
  354. %{_libdir}/xorg/modules/drivers/vmwgfx_drv.so
  355. # compat32
  356. %if %{build_compat32}
  357. %files -n compat32-%{name}-libGL
  358. %defattr(-,root,root,-)
  359. %{_libdir}/libGL.so.1
  360. %{_libdir}/libGL.so.1.2
  361. %if %{with_dri}
  362. %dir %{_libdir}/dri
  363. #%{_libdir}/dri/libdricore.so
  364. %{_libdir}/dri/*_dri.so
  365. %endif
  366. %files -n compat32-%{name}-libGL-devel
  367. %defattr(-,root,root,-)
  368. %{_libdir}/libGL.so
  369. %{_libdir}/pkgconfig/gl.pc
  370. %{_libdir}/pkgconfig/dri.pc
  371. %files -n compat32-%{name}-libGLU
  372. %defattr(-,root,root,-)
  373. %{_libdir}/libGLU.so.1
  374. %{_libdir}/libGLU.so.1.3.*
  375. %files -n compat32-%{name}-libGLU-devel
  376. %defattr(-,root,root,-)
  377. %{_libdir}/libGLU.so
  378. %{_libdir}/pkgconfig/glu.pc
  379. %files -n compat32-%{name}-libOSMesa
  380. %defattr(-,root,root,-)
  381. %{_libdir}/libOSMesa.so.7*
  382. %{_libdir}/libOSMesa16.so.7*
  383. %{_libdir}/libOSMesa32.so.7*
  384. %files -n compat32-%{name}-libOSMesa-devel
  385. %defattr(-,root,root,-)
  386. %{_libdir}/libOSMesa.so
  387. %{_libdir}/libOSMesa16.so
  388. %{_libdir}/libOSMesa32.so
  389. %endif
  390. %changelog
  391. * Fri Jan 28 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 7.10-1
  392. - update to 7.10
  393. - split mesa-demos and glx-utils to their own source package.
  394. - add BR: libtalloc-devel
  395. * Wed Sep 22 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 7.8.2-1
  396. - update to 7.8.2
  397. - add Patch40,41 to fix build failure
  398. - add Source10 to build with libdrm-2.4.21
  399. - add BR: kernel-headers, xorg-x11-server-sdk
  400. * Thu Apr 8 2010 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 7.8.1-2
  401. - rebuilt with gcc-4.4.3-5 on ppc
  402. - temporarily don't use "-Os" on ppc (a toolchain bug?)
  403. * Tue Apr 06 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 7.8.1-1
  404. - update to 7.8.1
  405. * Mon Mar 29 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 7.8-1
  406. - update to 7.8 release
  407. - add xorg-x11-drv-vmwgfx subpackage for VMware GFX DDX driver
  408. * Thu Mar 11 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 7.8-0.1.git20100217
  409. - update to 7.8 branch from git
  410. * Tue Jan 19 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 7.6.1-1
  411. - update to 7.6.1 release
  412. * Thu Dec 10 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 7.6.1-0.2.rc3
  413. - update to 7.6.1-rc3
  414. * Sat Nov 28 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 7.6.1-0.1.rc1
  415. - update to 7.6.1-rc1
  416. * Tue Nov 24 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 7.6-1
  417. - new upstream release
  418. - add R: libXxf86vm-devel, libXdamage-devel, libXfixes-devel,
  419. libXext-devel and libdrm-devel to mesa-libGL-devel
  420. * Sat Sep 12 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 7.4.4-1
  421. - new upstream release
  422. * Sun Jun 28 2009 NAKAMURA Kenta <kenta@vinelinux.org> 7.4.1-2
  423. - added compat32 subpackage for x86_64 arch support.
  424. * Thu Apr 30 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 7.4.1-1
  425. - new upstream release
  426. - BR: libdrm-devel >= 2.4.9
  427. * Sun Mar 22 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 7.3-1
  428. - new upstream release
  429. - BR: libdrm-devel >= 2.4.5
  430. - drop mach64
  431. - update patches from fedora
  432. * Tue Oct 21 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 7.2-2
  433. - add BR: libdrm-devel >= 2.4.0-3
  434. * Mon Oct 20 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 7.2-1
  435. - new upstreal release
  436. * Thu Sep 04 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 7.1-4
  437. - update to 7.1 release
  438. * Thu Jul 24 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 7.1-3.rc3
  439. - update to 7.1-rc3
  440. * Sat Jul 05 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 7.1-2.rc1
  441. - include missing swrast_dri.so to %%files list
  442. * Tue Jul 01 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 7.1-1.rc1
  443. - update to 7.1-rc1
  444. * Thu May 22 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 7.0.3-2
  445. - add Patch100 to disable 915tex driver
  446. * Mon May 12 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 7.0.3-1
  447. - new upstream release
  448. * Sun Jan 20 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 7.0.2-0vl1
  449. - build with freeglut
  450. * Thu Jan 17 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 7.0.2-0vl0
  451. - initial build for Vine Linux(bootstrap)
  452. * Tue Jan 01 2008 Dave Airlie <airlied@redhat.com> 7.0.2-2
  453. - mesa-7.0.2-stable-branch.patch: add in mesa 7.0.2 stable patches so far
  454. * Tue Jan 01 2008 Dave Airlie <airlied@redhat.com> 7.0.2-1
  455. - update to Mesa 7.0.2 final
  456. - mesa-7.0.2-rx00-vertprog-num-temps-off-by-one.patch - fixes for maniadrive
  457. - mesa-7.0.2-t_vp_build-use-less-temps.patch - fixes for maniadrive
  458. * Thu Oct 18 2007 Dave Airlie <airlied@redhat.com> 7.0.1-7
  459. - mesa-7.0.1-stable-branch.patch - Updated with more fixes from stable
  460. - mesa-7.0.1-r300-fix-writemask.patch - fix r300 fragprog writemask
  461. - mesa-7.0.1-r200-settexoffset.patch - add zero-copy TFP support for r200
  462. * Fri Sep 28 2007 Dave Airlie <airlied@redhat.com> 7.0.1-6
  463. - mesa-7.0.1-stable-branch.patch - Updated to close to 7.0.2-rc1
  464. - This contains the fixes made to the upstream Mesa stable branch
  465. including fixes for 965 vblank interrupt issues along with a fix
  466. in the kernel - remove patches that already upstream.
  467. - mesa-6.5.2-hush-synthetic-visual-warning.patch - dropped
  468. - mesa-7.0-i-already-defined-glapi-you-twit.patch - dropped
  469. - mesa-7.0.1-965-sampler-crash.patch - dropped
  470. * Thu Sep 06 2007 Adam Jackson <ajax@redhat.com> 7.0.1-5
  471. - mesa-7.0.1-965-sampler-crash.patch: Fix a crash with 965 in Torcs. (#262941)
  472. * Tue Aug 28 2007 Adam Jackson <ajax@redhat.com> 7.0.1-4
  473. - Rebuild for new libexpat.
  474. * Wed Aug 15 2007 Dave Airlie <airlied@redhat.com> - 7.0.1-3
  475. - mesa-7.0.1-stable-branch.patch - Add patches from stable branch
  476. includes support for some Intel chipsets
  477. - mesa-7.0-use_master-r300.patch - Add r300 driver from master
  478. * Tue Aug 14 2007 Dave Airlie <airlied@redhat.com> - 7.0.1-2
  479. - missing build requires for Xfixes-devel and Xdamage-devel
  480. * Mon Aug 13 2007 Dave Airlie <airlied@redhat.com> - 7.0.1-1
  481. - Rebase to upstream 7.0.1 release
  482. - ajax provided patches: for updated selinux awareness, build config
  483. - gl visibility and picify were fixed upstream
  484. - OS mesa library version are 6.5.3 not 7.0.1 - spec fix
  485. * Wed Jul 25 2007 Jesse Keating <jkeating@redhat.com> - 6.5.2-16
  486. - Rebuild for RH #249435
  487. * Tue Jul 24 2007 Adam Jackson <ajax@redhat.com> 6.5.2-15
  488. - Add dri_interface.h to mesa-libGL-devel, and conflict with
  489. xorg-x11-proto-devel versions that attempted to provide it.
  490. * Tue Jul 10 2007 Adam Jackson <ajax@redhat.com> 6.5.2-14
  491. - Add mesa-demos subpackage. (#247252)
  492. * Mon Jul 09 2007 Adam Jackson <ajax@redhat.com> 6.5.2-13
  493. - mesa-6.5.2-radeon-backports-231787.patch: One more fix for r300. (#231787)
  494. * Mon Jul 09 2007 Adam Jackson <ajax@redhat.com> 6.5.2-12
  495. - Don't install header files for APIs that we don't provide. (#247390)
  496. * Fri Jul 06 2007 Adam Jackson <ajax@redhat.com> 6.5.2-11
  497. - mesa-6.5.2-via-respect-my-cliplist.patch: Backport a via fix. (#247254)
  498. * Tue Apr 10 2007 Adam Jackson <ajax@redhat.com> 6.5.2-10
  499. - mesa-6.5.2-radeon-backports-231787.patch: Backport various radeon bugfixes
  500. from git. (#231787)
  501. * Wed Apr 04 2007 Adam Jackson <ajax@redhat.com> 6.5.2-9
  502. - mesa-6.5.2-bindcontext-paranoia.patch: Paper over a crash when doBindContext
  503. fails, to avoid, for example, crashing the server when using tdfx but
  504. without glide3 installed.
  505. * Thu Mar 08 2007 Adam Jackson <ajax@redhat.com> 6.5.2-8
  506. - Hush the (useless) warning about the synthetic visual not being supported.
  507. * Fri Mar 02 2007 Adam Jackson <ajax@redhat.com> 6.5.2-7
  508. - mesa-6.5.2-picify-dri-drivers.patch: Attempt to make the DRI drivers PIC.
  509. - mesa-6.5.1-build-config.patch: Apply RPM_OPT_FLAGS to OSMesa too.
  510. * Mon Feb 26 2007 Adam Jackson <ajax@redhat.com> 6.5.2-6
  511. - mesa-6.5.2-libgl-visibility.patch: Fix non-exported GLX symbols (#229808)
  512. - Require a sufficiently new libdrm at runtime too
  513. - Make the arch macros do something sensible in the general case
  514. * Tue Feb 20 2007 Adam Jackson <ajax@redhat.com> 6.5.2-5
  515. - General spec cleanups
  516. - Require current libdrm
  517. - Build with -fvisibility=hidden
  518. - Redo the way mesa-source is generated
  519. - Add %%{?_smp_mflags} where appropriate
  520. * Mon Dec 18 2006 Adam Jackson <ajax@redhat.com> 6.5.2-4
  521. - Add i915tex and mach64 to the install set.
  522. * Tue Dec 12 2006 Adam Jackson <ajax@redhat.com> 6.5.2-3
  523. - mesa-6.5.2-xserver-1.1-source-compat.patch: Add some source-compatibility
  524. defines to dispatch.h so the X server will continue to build.
  525. * Mon Dec 4 2006 Adam Jackson <ajax@redhat.com> 6.5.2-2.fc6
  526. - Fix OSMesa file listing to use %%version for DSO number. Note that this
  527. will still break on Mesa 7; oh well.
  528. - Deleted file: directfbgl.h
  529. * Sun Dec 3 2006 Kristian Høgsberg <krh@redhat.com> 6.5.2-1.fc6
  530. - Update to 6.5.2.
  531. * Mon Oct 16 2006 Kristian <krh@redhat.com> - 6.5.1-8.fc6
  532. - Add i965-interleaved-arrays-fix.patch to fix (#209318).
  533. * Sat Sep 30 2006 Soren Sandmann <sandmann@redhat.com> - 6.5.1-7.fc6
  534. - Update to gl-manpages-1.0.1.tar.bz2 which doesn't use symlinks. (#184547)
  535. * Sat Sep 30 2006 Soren Sandmann <sandmann@redhat.com> - 6.5.1-7.fc6
  536. - Remove . after popd; add .gz in %%files section. (#184547)
  537. * Sat Sep 30 2006 Soren Sandmann <sandmann@redhat.com>
  538. - Use better tarball for gl man pages. (#184547)
  539. * Fri Sep 29 2006 Kristian <krh@redhat.com> - 6.5.1-6.fc6
  540. - Add -fno-strict-aliasing to compiler flags for i965 driver.
  541. - Add post-6.5.1-i965-fixes.patch backport of i965 fixes from mesa CVS.
  542. * Fri Sep 29 2006 Soren Sandmann <sandamnn@redhat.com> - 6.5.1-5.fc6
  543. - Give the correct path for man page file lists.
  544. * Thu Sep 28 2006 Soren Sandmann <sandmann@redhat.com> - 6.5.1-5.fc6
  545. - Add GL man pages from X R6.9. (#184547)
  546. * Mon Sep 25 2006 Adam Jackson <ajackson@redhat.com> - 6.5.1-4.fc6
  547. - mesa-6.5.1-build-config.patch: Add -lselinux to osmesa builds. (#207767)
  548. * Wed Sep 20 2006 Kristian Høgsberg <krh@redhat.com> - 6.5.1-3.fc6
  549. - Bump xorg-x11-proto-devel BuildRequires to 7.1-8 so we pick up the
  550. latest GLX_EXT_texture_from_pixmap opcodes.
  551. * Wed Sep 20 2006 Kristian Høgsberg <krh@redhat.com> - 6.5.1-2.fc6
  552. - Remove mesa-6.5-drop-static-inline.patch.
  553. * Tue Sep 19 2006 Kristian Høgsberg <krh@redhat.com> 6.5.1-1.fc6
  554. - Bump to 6.5.1 final release.
  555. - Drop libGLw subpackage, it is now in Fedora Extras (#188974) and
  556. tweak mesa-6.5.1-build-config.patch to not build libGLw.
  557. - Drop mesa-6.5.1-r300-smooth-line.patch, the smooth line fallback can
  558. now be prevented by enabling disable_lowimpact_fallback in
  559. /etc/drirc.
  560. - Drop mesa-6.4.1-radeon-use-right-texture-format.patch, now upstream.
  561. - Drop mesa-6.5-drop-static-inline.patch, workaround no longer necessary.
  562. * Thu Sep 7 2006 Kristian Høgsberg <krh@redhat.com>
  563. - Drop unused mesa-modular-dri-dir.patch.
  564. * Tue Aug 29 2006 Kristian Høgsberg <krh@redhat.com> - 6.5.1-0.rc2.fc6
  565. - Rebase to 6.5.1 RC2.
  566. - Get rid of redhat-mesa-driver-install and redhat-mesa-target helper
  567. scripts and clean up specfile a bit.
  568. * Mon Aug 28 2006 Kristian Høgsberg <krh@redhat.com> - 6.5.1-0.rc1.2.fc6
  569. - Drop upstreamed patches mesa-6.5-texture-from-pixmap-fixes.patch and
  570. mesa-6.5-tfp-fbconfig-attribs.patch and fix
  571. mesa-6.4.1-radeon-use-right-texture-format.patch to not break 16bpp
  572. transparency.
  573. * Fri Aug 25 2006 Adam Jackson <ajackson@redhat.com> - 6.5.1-0.rc1.1.fc6
  574. - mesa-6.5.1-build-config.patch: Add i965 to x86-64 config.
  575. * Wed Aug 23 2006 Kristian Høgsberg <krh@redhat.com> - 6.5.1-0.rc1.fc6
  576. - Bump to 6.5.1 RC1.
  577. * Tue Aug 22 2006 Kristian Høgsberg <krh@redhat.com> 6.5-26.20060818cvs.fc6
  578. - Pull the vtxfmt patch into the selinux-awareness patch, handle exec
  579. mem heap init failure correctly by releasing mutex.
  580. * Tue Aug 22 2006 Adam Jackson <ajackson@redhat.com> 6.5-25.20060818cvs.fc6
  581. - mesa-6.5.1-r300-smooth-line.patch: Added, fakes smooth lines with aliased
  582. lines on R300+ cards, makes Google Earth tolerable.
  583. - mesa-6.5-force-r300.patch: Resurrect.
  584. * Tue Aug 22 2006 Adam Jackson <ajackson@redhat.com> 6.5-24.20060818cvs.fc6
  585. - mesa-6.5.1-radeon-vtxfmt-cleanup-properly.patch: Fix a segfault on context
  586. destruction when selinux is enabled.
  587. * Mon Aug 21 2006 Adam Jackson <ajackson@redhat.com> 6.5-23.20060818cvs.fc6
  588. - redhat-mesa-driver-install: Reenable installing the tdfx driver. (#203295)
  589. * Fri Aug 18 2006 Adam Jackson <ajackson@redhat.com> 6.5-22.20060818cvs.fc6
  590. - Update to pre-6.5.1 snapshot.
  591. - Re-add libOSMesa{,16,32}. (#186366)
  592. - Add BuildReq: on libXp-devel due to openmotif header insanity.
  593. * Sun Aug 13 2006 Florian La Roche <laroche@redhat.com> 6.5-21.fc6
  594. - fix one Requires: to use the correct mesa-libGLw name
  595. * Thu Jul 27 2006 Mike A. Harris <mharris@redhat.com> 6.5-20.fc6
  596. - Conditionalized libGLw inclusion with new with_libGLw macro defaulting
  597. to 1 (enabled) for now, however since nothing in Fedora Core uses libGLw
  598. anymore, we will be transitioning libGLw to an external package maintained
  599. in Fedora Extras soon.
  600. * Wed Jul 26 2006 Kristian Høgsberg <krh@redhat.com> 6.5-19.fc5.aiglx
  601. - Build for fc5 aiglx repo.
  602. * Tue Jul 25 2006 Adam Jackson <ajackson@redhat.com> 6.5-19.fc6
  603. - Disable TLS dispatch, it is selinux-hostile.
  604. * Tue Jul 25 2006 Adam Jackson <ajackson@redhat.com> 6.5-18.fc6
  605. - mesa-6.5-fix-glxinfo-link.patch: lib64 fix.
  606. * Tue Jul 25 2006 Adam Jackson <ajackson@redhat.com> 6.5-17.fc6
  607. - mesa-6.5-fix-linux-indirect-build.patch: Added.
  608. - mesa-6.5-fix-glxinfo-link.patch: Added.
  609. - Build libOSMesa never instead of inconsistently; to be fixed later.
  610. - Updates to redhat-mesa-target:
  611. - Always select linux-indirect when not building for DRI
  612. - Enable DRI to be built on PPC64 (still disabled in the spec file though)
  613. - MIT licence boilerplate
  614. * Tue Jul 25 2006 Mike A. Harris <mharris@redhat.com> 6.5-16.fc6
  615. - Remove glut-devel dependency, as nothing actually uses it that we ship.
  616. - Added mesa-6.5-dont-libglut-me-harder-ok-thx-bye.patch to prevent libglut
  617. and other libs from being linked into glxgears/glxinfo even though they
  618. are not actually used. This was the final package linking to freeglut in
  619. Fedora Core, blocking freeglut from being moved to Extras.
  620. - Commented all of the virtual provides in the spec file to document clearly
  621. how they should be used by other developers in specifying build and runtime
  622. dependencies when packaging software which links to libGL, libGLU, and
  623. libGLw. (#200069)
  624. * Mon Jul 24 2006 Adam Jackson <ajackson@redhat.com> 6.5-15.fc6
  625. - Attempt to add selinux awareness; check if we can map executable memory
  626. and fail softly if not. Removes the need for allow_execmem from huge
  627. chunks of the desktop.
  628. - Disable the r300 gart fix for not compiling.
  629. * Mon Jul 24 2006 Kristian Høgsberg <krh@redhat.com> 6.5-14.fc6
  630. - Add mesa-6.5-r300-free-gart-mem.patch to make r300 driver free gart
  631. memory on context destroy.
  632. * Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> 6.5-13.1.fc6
  633. - rebuild
  634. * Wed Jul 05 2006 Mike A. Harris <mharris@redhat.com> 6.5-13.fc6
  635. - Added mesa-6.5-fix-opt-flags-bug197640.patch as 2nd attempt to fix OPT_FLAGS
  636. for (#197640).
  637. - Ensure that redhat-mesa-driver-install creates $DRIMODULE_DESTDIR with
  638. mode 0755.
  639. * Wed Jul 05 2006 Mike A. Harris <mharris@redhat.com> 6.5-12.fc6
  640. - Maybe actually, you know, apply the mesa-6.5-glx-use-tls.patch as that might
  641. help to you know, actually solve the problem. Duh.
  642. - Use {dist} tag in Release field now.
  643. * Wed Jul 05 2006 Mike A. Harris <mharris@redhat.com> 6.5-11
  644. - Added mesa-6.5-glx-use-tls.patch to hopefully get -DGLX_USE_TLS to really
  645. work this time due to broken upstream linux-dri-* configs. (#193979)
  646. - Pass RPM_OPT_FLAGS via OPT_FLAGS instead of via CFLAGS also for (#193979)
  647. * Mon Jun 19 2006 Mike A. Harris <mharris@redhat.com> 6.5-10
  648. - Bump libdrm-devel dep to trigger new ExclusiveArch test with the new package.
  649. - Use Fedora Extras style BuildRoot tag.
  650. - Added "Requires(post): /sbin/ldconfig" and postun to all runtime lib packages.
  651. * Mon Jun 12 2006 Kristian Høsberg <krh@redhat.com> 6.5-9
  652. - Add mesa-6.5-fix-pbuffer-dispatch.patch to fix pbuffer marshalling code.
  653. * Mon May 29 2006 Kristian Høgsberg <krh@redhat.com> 6.5-8
  654. - Bump for rawhide build.
  655. * Mon May 29 2006 Kristian Høgsberg <krh@redhat.com> 6.5-7
  656. - Update mesa-6.5-texture-from-pixmap-fixes.patch to include new
  657. tokens and change tfp functions to return void. Yes, a new mesa
  658. snapshot would be nice.
  659. * Wed May 17 2006 Mike A. Harris <mharris@redhat.com> 6.5-6
  660. - Add "BuildRequires: makedepend" for bug (#191967)
  661. * Tue Apr 11 2006 Kristian Høgsberg <krh@redhat.com> 6.5-5
  662. - Bump for fc5 build.
  663. * Tue Apr 11 2006 Adam Jackson <ajackson@redhat.com> 6.5-4
  664. - Disable R300_FORCE_R300 hack for wider testing.
  665. * Mon Apr 10 2006 Kristian Høgsberg <krh@redhat.com> 6.5-3
  666. - Add mesa-6.5-noexecstack.patch to prevent assembly files from making
  667. libGL.so have executable stack.
  668. * Mon Apr 10 2006 Kristian Høgsberg <krh@redhat.com> 6.5-2
  669. - Bump for fc5 build.
  670. - Bump libdrm requires to 2.0.1.
  671. * Sat Apr 01 2006 Kristian Høgsberg <krh@redhat.com> 6.5-1
  672. - Update to mesa 6.5 snapshot.
  673. - Use -MG for generating deps and some files are not yet symlinked at
  674. make depend time.
  675. - Drop mesa-6.4.2-dprintf-to-debugprintf-for-bug180122.patch and
  676. mesa-6.4.2-xorg-server-uses-bad-datatypes-breaking-AMD64-fdo5835.patch
  677. as these are upstream now.
  678. - Drop mesa-6.4.1-texture-from-drawable.patch and add
  679. mesa-6.5-texture-from-pixmap-fixes.patch.
  680. - Update mesa-modular-dri-dir.patch to apply.
  681. - Widen libGLU glob.
  682. - Reenable r300 driver install.
  683. - Widen libOSMesa glob.
  684. - Go back to patching config/linux-dri, add mesa-6.5-build-config.patch,
  685. drop mesa-6.3.2-build-configuration-v4.patch.
  686. - Disable sis dri driver for now, only builds on x86 and x86-64.
  687. * Fri Mar 24 2006 Kristian Høgsberg <krh@redhat.com> 6.4.2-7
  688. - Set ARCH_FLAGS=-DGLX_USE_TLS to enable TLS for GL contexts.
  689. * Wed Mar 01 2006 Karsten Hopp <karsten@redhat.de> 6.4.2-6
  690. - Buildrequires: libXt-devel (#183479)
  691. * Sat Feb 25 2006 Mike A. Harris <mharris@redhat.com> 6.4.2-5
  692. - Disable the expeimental r300 DRI driver, as it has turned out to cause
  693. instability and system hangs for many users.
  694. * Wed Feb 22 2006 Adam Jackson <ajackson@redhat.com> 6.4.2-4
  695. - rebuilt
  696. * Sun Feb 19 2006 Ray Strode <rstrode@redhat.com> 6.4.2-3
  697. - enable texture-from-drawable patch
  698. - add glut-devel dependency
  699. * Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 6.4.2-2.1
  700. - bump again for double-long bug on ppc(64)
  701. * Tue Feb 07 2006 Mike A. Harris <mharris@redhat.com> 6.4.2-2
  702. - Added new "glx-utils" subpackage with glxgears and glxinfo (#173510)
  703. - Added mesa-6.4.2-dprintf-to-debugprintf-for-bug180122.patch to workaround
  704. a Mesa namespace conflict with GNU_SOURCE (#180122)
  705. - Added mesa-6.4.2-xorg-server-uses-bad-datatypes-breaking-AMD64-fdo5835.patch
  706. as an attempt to fix bugs (#176976,176414,fdo#5835)
  707. - Enabled inclusion of the *EXPERIMENTAL UNSUPPORTED* r300 DRI driver on
  708. x86, x86_64, and ppc architectures, however the 2D Radeon driver will soon
  709. be modified to require the user to manually turn experimental DRI support
  710. on with Option "dri" in xorg.conf to test it out and report all X bugs that
  711. occur while using it directly to X.Org bugzilla. (#179712)
  712. - Use "libOSMesa.so.6.4.0604*" glob in file manifest, to avoid having to
  713. update it each upstream release.
  714. * Sat Feb 04 2006 Mike A. Harris <mharris@redhat.com> 6.4.2-1
  715. - Updated to Mesa 6.4.2
  716. - Use "libGLU.so.1.3.0604*" glob in file manifest, to avoid having to update it
  717. each upstream release.
  718. * Tue Jan 24 2006 Mike A. Harris <mharris@redhat.com> 6.4.1-5
  719. - Added missing "BuildRequires: expat-devel" for bug (#178525)
  720. - Temporarily disabled mesa-6.4.1-texture-from-drawable.patch, as it fails
  721. to compile on at least ia64, and possibly other architectures.
  722. * Tue Jan 17 2006 Kristian Høgsberg <krh@redhat.com> 6.4.1-4
  723. - Add mesa-6.4.1-texture-from-drawable.patch to implement protocol
  724. support for GLX_EXT_texture_from_drawable extension.
  725. * Sat Dec 24 2005 Mike A. Harris <mharris@redhat.com> 6.4.1-3
  726. - Manually copy libGLw headers that Mesa forgets to install, to fix (#173879).
  727. - Added mesa-6.4.1-libGLw-enable-motif-support.patch to fix (#175251).
  728. - Removed "Conflicts" lines from libGL package, as they are "Obsoletes" now.
  729. - Do not rename swrast libGL .so version, as it is the OpenGL version.
  730. * Tue Dec 20 2005 Mike A. Harris <mharris@redhat.com> 6.4.1-2
  731. - Rebuild to ensure libGLU gets rebuilt with new gcc with C++ compiler fixes.
  732. - Changed the 3 devel packages to use Obsoletes instead of Conflicts for the
  733. packages the files used to be present in, as this is more friendy for
  734. OS upgrades.
  735. - Added "Requires: libX11-devel" to mesa-libGL-devel package (#173712)
  736. - Added "Requires: libGL-devel" to mesa-libGLU-devel package (#175253)
  737. * Sat Dec 17 2005 Mike A. Harris <mharris@redhat.com> 6.4.1-1
  738. - Updated MesaLib tarball to version 6.4.1 from Mesa project for X11R7 RC4.
  739. - Added pkgconfig dependency.
  740. - Updated "BuildRequires: libdrm-devel >= 2.0-1"
  741. - Added Obsoletes lines to all the subpackages to have cleaner upgrades.
  742. - Added mesa-6.4.1-amd64-assyntax-fix.patch to work around a build problem on
  743. AMD64, which is fixed in the 6.4 branch of Mesa CVS.
  744. - Conditionalize libOSMesa inclusion, and default to not including it for now.
  745. * Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com> 6.4-5.1
  746. - rebuilt
  747. * Sun Nov 20 2005 Jeremy Katz <katzj@redhat.com> 6.4-5
  748. - fix directory used for loading dri modules (#173679)
  749. - install dri drivers as executable so they get stripped (#173292)
  750. * Thu Nov 03 2005 Mike A. Harris <mharris@redhat.com> 6.4-4
  751. - Wrote redhat-mesa-source-filelist-generator to dynamically generate the
  752. files to be included in the mesa-source subpackage, to minimize future
  753. maintenance.
  754. - Fixed detection and renaming of software mesa .so version.
  755. * Wed Nov 02 2005 Mike A. Harris <mharris@redhat.com> 6.4-3
  756. - Hack: autodetect if libGL was given .so.1.5* and rename it to 1.2 for
  757. consistency on all architectures, and to avoid upgrade problems if we
  758. ever disable DRI on an arch and then re-enable it later.
  759. * Wed Nov 02 2005 Mike A. Harris <mharris@redhat.com> 6.4-2
  760. - Added mesa-6.4-multilib-fix.patch to instrument and attempt to fix Mesa
  761. bin/installmesa script to work properly with multilib lib64 architectures.
  762. - Set and export LIB_DIR and INCLUDE_DIR in spec file 'install' section,
  763. and invoke our modified bin/installmesa directly instead of using
  764. "make install".
  765. - Remove "include/GL/uglglutshapes.h", as it uses the GLUT license, and seems
  766. like an extraneous file anyway.
  767. - Conditionalize the file manifest to include libGL.so.1.2 on DRI enabled
  768. builds, but use libGL.so.1.5.060400 instead on DRI disabled builds, as
  769. this is how upstream builds the library, although it is not clear to me
  770. why this difference exists yet (which was not in Xorg 6.8.2 Mesa).
  771. * Thu Oct 27 2005 Mike A. Harris <mharris@redhat.com> 6.4-1
  772. - Updated to new upstream MesaLib-6.4
  773. - Updated libGLU.so.1.3.060400 entry in file manifest
  774. - Updated "BuildRequires: libdrm-devel >= 1.0.5" to pick up fixes for the
  775. unichrome driver.
  776. * Tue Sep 13 2005 Mike A. Harris <mharris@redhat.com> 6.3.2-6
  777. - Fix redhat-mesa-driver-install and spec file to work right on multilib
  778. systems.
  779. * Mon Sep 05 2005 Mike A. Harris <mharris@redhat.com> 6.3.2-5
  780. - Fix mesa-libGL-devel to depend on mesa-libGL instead of mesa-libGLU.
  781. - Added virtual "Provides: libGL..." entries for each subpackage as relevant.
  782. * Mon Sep 05 2005 Mike A. Harris <mharris@redhat.com> 6.3.2-4
  783. - Added the mesa-source subpackage, which contains part of the Mesa source
  784. code needed by other packages such as the X server to build stuff.
  785. * Mon Sep 05 2005 Mike A. Harris <mharris@redhat.com> 6.3.2-3
  786. - Added Conflicts/Obsoletes lines to all of the subpackages to make upgrades
  787. from previous OS releases, and piecemeal upgrades work as nicely as
  788. possible.
  789. * Mon Sep 05 2005 Mike A. Harris <mharris@redhat.com> 6.3.2-2
  790. - Wrote redhat-mesa-target script to simplify mesa build target selection.
  791. - Wrote redhat-mesa-driver-install to install the DRI drivers and simplify
  792. per-arch conditionalization, etc.
  793. * Sun Sep 04 2005 Mike A. Harris <mharris@redhat.com> 6.3.2-1
  794. - Initial build.