mesa-vl.spec 47 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484
  1. # When bootstrapping an arch, omit the -demos subpackage.
  2. %bcond_without vulkan
  3. %bcond_without glvnd
  4. %bcond_without wayland
  5. %bcond_with libva
  6. %bcond_with source
  7. %global with_hardware 1
  8. %global with_r300 1
  9. %global with_r600 1
  10. %global with_vdpau 1
  11. %global with_vaapi 1
  12. %global with_nine 1
  13. #global with_omx 1
  14. %global with_opencl 1
  15. %global base_drivers nouveau,r100,r200
  16. %ifarch %{ix86} x86_64
  17. %define ix86_drivers ,i915,i965
  18. %endif
  19. %define dri_drivers %{base_drivers}%{?ix86_drivers}%{?amd64_drivers}
  20. %global with_crocus 1
  21. %global with_i915 1
  22. %global with_iris 1
  23. %global with_vmware 1
  24. %global with_xa 1
  25. %if %{with vulkan}
  26. %global vulkan_drivers swrast,intel,intel_hasvk,amd
  27. %else
  28. %global vulkan_drivers %{nil}
  29. %endif
  30. %global with_radeonsi 1
  31. %global with_asm 1
  32. %define build_compat32 %{?_with_compat32:1}%{!?_with_compat32:0}
  33. Summary: Mesa graphics libraries
  34. Summary(ja): Mesa グラフィックスライブラリ
  35. Name: mesa
  36. Version: 24.2.7
  37. Release: 1%{?_dist_release}
  38. Group: system
  39. Vendor: Project Vine
  40. Distribution: Vine Linux
  41. License: MIT
  42. URL: https://www.mesa3d.org/
  43. Source0: https://mesa.freedesktop.org/archive/%{name}-%{version}.tar.xz
  44. # src/gallium/auxiliary/postprocess/pp_mlaa* have an ... interestingly worded license.
  45. # Source4 contains email correspondence clarifying the license terms.
  46. # Fedora opts to ignore the optional part of clause 2 and treat that code as 2 clause BSD.
  47. Source4: Mesa-MLAA-License-Clarification-Email.txt
  48. Patch10: gnome-shell-glthread-disable.patch
  49. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
  50. BuildRequires: meson
  51. BuildRequires: pkgconfig
  52. BuildRequires: flex, bison
  53. BuildRequires: libstdc++-static
  54. BuildRequires: libdrm-devel >= 2.4.60
  55. BuildRequires: libXxf86vm-devel
  56. BuildRequires: expat-devel >= 2.0
  57. BuildRequires: xorg-x11-proto-devel >= 7.4
  58. BuildRequires: xorg-x11-server-sdk
  59. %if 0%{?with_hardware}
  60. BuildRequires: kernel-headers
  61. %endif
  62. BuildRequires: makedepend
  63. BuildRequires: libXext-devel
  64. BuildRequires: libXfixes-devel
  65. BuildRequires: libxcb-devel
  66. BuildRequires: libXdamage-devel
  67. BuildRequires: libXi-devel
  68. BuildRequires: libXmu-devel
  69. BuildRequires: libXrandr-devel
  70. BuildRequires: libxshmfence-devel
  71. BuildRequires: libzstd-devel
  72. BuildRequires: eudev-libudev-devel
  73. BuildRequires: llvm-devel >= 9.0.0
  74. %if 0%{?with_opencl}
  75. BuildRequires: clang-devel
  76. BuildRequires: pkgconfig(libclc)
  77. BuildRequires: pkgconfig(SPIRV-Tools)
  78. BuildRequires: pkgconfig(LLVMSPIRVLib)
  79. %endif
  80. BuildRequires: python3-devel
  81. BuildRequires: python3-rpm-macros
  82. BuildRequires: python3-setuptools
  83. BuildRequires: python3-mako
  84. BuildRequires: python3-ply
  85. BuildRequires: python3-pyyaml
  86. BuildRequires: libxml2-python
  87. %if 0%{?with_vdpau}
  88. BuildRequires: libvdpau-devel >= 1.1
  89. %endif
  90. %if 0%{?with_vaapi}
  91. BuildRequires: libva-devel
  92. %endif
  93. BuildRequires: elfutils-libelf-devel
  94. BuildRequires: pkgconfig(zlib)
  95. %if %{with vulkan}
  96. BuildRequires: vulkan-devel
  97. BuildRequires: glslang-devel
  98. %endif
  99. %if %{with glvnd}
  100. BuildRequires: libglvnd-devel
  101. %endif
  102. %if %{with wayland}
  103. #BuildRequires: pkgconfig(wayland-scanner)
  104. #BuildRequires: pkgconfig(wayland-protocols) >= 1.25.0
  105. #BuildRequires: pkgconfig(wayland-client) >= 1.20.0
  106. #BuildRequires: pkgconfig(wayland-server) >= 1.20.0
  107. #BuildRequires: pkgconfig(wayland-egl-backend) >= 3
  108. BuildRequires: wayland-devel
  109. BuildRequires: wayland-protocols-devel
  110. %endif
  111. %description
  112. Mesa
  113. %package libGL
  114. Summary: Mesa libGL runtime libraries
  115. Summary(ja): Mesa libGL ランタイムライブラリ
  116. Group: system
  117. %if %{with glvnd}
  118. Requires: libglvnd-glx%{?_isa}
  119. %endif
  120. Provides: libGL
  121. Obsoletes: Mesa, XFree86-gl, XOrg-gl
  122. %description libGL
  123. Mesa libGL runtime libraries and DRI drivers.
  124. %package libGL-devel
  125. Summary: Mesa libGL development package
  126. Summary(ja): Mesa libGL 開発パッケージ
  127. Group: programming
  128. Provides: libGL-devel
  129. Requires: mesa-libGL = %{version}-%{release}
  130. Requires: libX11-devel
  131. Requires: libXxf86vm-devel
  132. Requires: libXdamage-devel
  133. Requires: libXfixes-devel
  134. Requires: libXext-devel
  135. Requires: libdrm-devel
  136. %if %{with glvnd}
  137. Requires: libglvnd-devel%{?_isa}
  138. %endif
  139. Obsoletes: Mesa-devel, XFree86-gl-devel, XOrg-gl-devel
  140. %description libGL-devel
  141. Mesa libGL development package
  142. %package dri-drivers
  143. Summary: Mesa-based DRI drivers
  144. Summary(ja): Mesa ベースの DRI ドライバ
  145. Group: system
  146. Obsoletes: mesa-libGL < 8.0.4
  147. %description dri-drivers
  148. Mesa-based DRI drivers.
  149. %package vdpau-drivers
  150. Summary: Mesa-based VDPAU drivers
  151. Summary(ja): Mesa ベースの VDPAU ドライバ
  152. Group: system
  153. Requires: libvdpau
  154. %description vdpau-drivers
  155. Mesa-based VDPAU drivers.
  156. %package libEGL
  157. Summary: Mesa libEGL runtime libraries
  158. Summary(ja): Mesa libEGL ランタイムライブラリ
  159. Group: system
  160. Requires: libdrm >= 2.4.24-1
  161. %if %{with glvnd}
  162. Requires: libglvnd-egl%{?_isa}
  163. %endif
  164. %description libEGL
  165. Mesa libEGL runtime libraries
  166. %package libEGL-devel
  167. Summary: Mesa libEGL development package
  168. Summary(ja): Mesa libEGL 開発パッケージ
  169. Group: programming
  170. Requires: mesa-libEGL = %{version}-%{release}
  171. %if %{with glvnd}
  172. Requires: libglvnd-devel%{?_isa}
  173. %endif
  174. Provides: libEGL-devel
  175. Provides: libEGL-devel%{?_isa}
  176. %description libEGL-devel
  177. Mesa libEGL development package
  178. %package libOSMesa
  179. Summary: Mesa offscreen rendering libraries
  180. Summary(ja): Mesa オフスクリーンレンダリングライブラリ
  181. Group: system
  182. Provides: libOSMesa
  183. %description libOSMesa
  184. Mesa offscreen rendering libraries
  185. %package libOSMesa-devel
  186. Summary: Mesa offscreen rendering development package
  187. Summary(ja): Mesa オフスクリーンレンダリング開発パッケージ
  188. Group: programming
  189. Requires: mesa-libOSMesa = %{version}-%{release}
  190. %description libOSMesa-devel
  191. Mesa offscreen rendering development package
  192. %package libgbm
  193. Summary: Mesa gbm library
  194. Summary(ja): Mesa gbm ライブラリ
  195. Group: system
  196. Provides: libgbm
  197. %description libgbm
  198. Mesa gbm runtime library.
  199. %package libgbm-devel
  200. Summary: Mesa libgbm development package
  201. Summary(ja): Mesa gbm ライブラリ開発パッケージ
  202. Group: programming
  203. Provides: libgbm-devel
  204. Requires: mesa-libgbm = %{version}-%{release}
  205. %description libgbm-devel
  206. Mesa libgbm development package
  207. %package libglapi
  208. Summary: Mesa shared glapi
  209. Group: system
  210. Provides: libglapi
  211. Obsoletes: mesa-libGLES < 21.0.0
  212. %description libglapi
  213. Mesa shared glapi
  214. %package libxatracker
  215. Summary: Mesa XA state tracker for vmware
  216. Summary(ja): VMware 用 Mesa XA ステートトラッカー
  217. Group: system
  218. Provides: libxatracker
  219. %description libxatracker
  220. Mesa XA state tracker for vmware
  221. %package libxatracker-devel
  222. Summary: Mesa XA state tracker development package
  223. Summary(ja): Mesa XA ステートトラッカー開発パッケージ
  224. Group: programming
  225. Requires: mesa-libxatracker = %{version}-%{release}
  226. Provides: libxatracker-devel
  227. %description libxatracker-devel
  228. Mesa XA state tracker development package
  229. %if 0%{?with_nine}
  230. %package libd3d
  231. Group: system
  232. Summary: Mesa Direct3D9 state tracker
  233. %description libd3d
  234. %{summary}.
  235. %package libd3d-devel
  236. Summary: Mesa Direct3D9 state tracker development package
  237. Group: programming
  238. Requires: %{name}-libd3d%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
  239. %description libd3d-devel
  240. %{summary}.
  241. %endif
  242. %if 0%{?with_opencl}
  243. %package libOpenCL
  244. Summary: Mesa OpenCL runtime library
  245. Requires: libclc%{?_isa}
  246. Requires: %{name}-libgbm%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
  247. %description libOpenCL
  248. %{summary}.
  249. %package libOpenCL-devel
  250. Summary: Mesa OpenCL development package
  251. Group: programming
  252. Requires: %{name}-libOpenCL%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
  253. %description libOpenCL-devel
  254. %{summary}.
  255. %endif
  256. %package source
  257. Summary: Mesa source code required to build X server
  258. Summary(ja): X サーバをビルドするために必要な Mesa ソースコード
  259. Group: programming
  260. %description source
  261. The mesa-source package provides the minimal source code needed to
  262. build DRI enabled X servers, etc.
  263. # compat32
  264. %package -n compat32-%{name}-libGL
  265. Summary: Mesa libGL runtime libraries and DRI drivers
  266. Summary(ja): Mesa libGL ランタイプライブラリおよび DRI ドライバ
  267. Group: system
  268. Requires: %{name}-libGL = %{version}-%{release}
  269. Requires: compat32-libdrm >= 2.4.5
  270. %description -n compat32-%{name}-libGL
  271. Mesa libGL runtime libraries and DRI drivers.
  272. %package -n compat32-%{name}-libGL-devel
  273. Summary: Mesa libGL development package
  274. Summary(ja): Mesa libGL 開発パッケージ
  275. Group: programming
  276. Requires: compat32-%{name}-libGL = %{version}-%{release}
  277. Requires: %{name}-libGL-devel = %{version}-%{release}
  278. Requires: compat32-libX11-devel
  279. Requires: compat32-libdrm-devel
  280. %description -n compat32-%{name}-libGL-devel
  281. Mesa libGL development package
  282. %package -n compat32-%{name}-libEGL
  283. Summary: Mesa libEGL runtime libraries
  284. Summary(ja): Mesa libEGL ランタイムライブラリ
  285. Group: system
  286. Requires: compat32-libdrm >= 2.4.24-1
  287. %description -n compat32-%{name}-libEGL
  288. Mesa libEGL runtime libraries
  289. %package -n compat32-%{name}-libEGL-devel
  290. Summary: Mesa libEGL development package
  291. Summary(ja): Mesa libEGL 開発パッケージ
  292. Group: programming
  293. Requires: mesa-libEGL = %{version}-%{release}
  294. Requires: compat32-mesa-libEGL = %{version}-%{release}
  295. %description -n compat32-%{name}-libEGL-devel
  296. Mesa libEGL development package
  297. %package -n compat32-%{name}-libOSMesa
  298. Summary: Mesa offscreen rendering libraries
  299. Summary(ja): Mesa オフスクリーンレンダリングライブラリ
  300. Group: system
  301. Requires: %{name}-libOSMesa
  302. %description -n compat32-%{name}-libOSMesa
  303. Mesa offscreen rendering libraries
  304. %package -n compat32-%{name}-libOSMesa-devel
  305. Summary: Mesa offscreen rendering development package
  306. Summary(ja): Mesa オフスクリーンレンダリング開発パッケージ
  307. Group: programming
  308. Requires: compat32-%{name}-libOSMesa = %{version}-%{release}
  309. Requires: %{name}-libOSMesa-devel = %{version}-%{release}
  310. %description -n compat32-%{name}-libOSMesa-devel
  311. Mesa offscreen rendering development package
  312. %package -n compat32-%{name}-libxatracker
  313. Summary: Mesa XA state tracker for vmware
  314. Summary(ja): VMware 用 Mesa XA ステートトラッカー
  315. Group: system
  316. Requires: %{name}-libxatracker
  317. %description -n compat32-%{name}-libxatracker
  318. Mesa XA state tracker for vmware
  319. %package -n compat32-%{name}-libgbm
  320. Summary: Mesa gbm library
  321. Summary(ja): Mesa gbm ライブラリ
  322. Group: system
  323. Requires: %{name}-libgbm
  324. %description -n compat32-%{name}-libgbm
  325. Mesa gbm runtime library.
  326. %package -n compat32-%{name}-libglapi
  327. Summary: Mesa shared glapi
  328. Group: system
  329. Requires: %{name}-libglapi
  330. %description -n compat32-%{name}-libglapi
  331. Mesa shared glapi
  332. %package -n compat32-%{name}-dri-drivers
  333. Summary: Mesa-based DRI drivers
  334. Summary(ja): Mesa ベースの DRI ドライバ
  335. Group: system
  336. Obsoletes: mesa-libGL < 8.0.4
  337. %description -n compat32-%{name}-dri-drivers
  338. Mesa-based DRI drivers.
  339. %if %{with vulkan}
  340. %package vulkan-drivers
  341. Summary: Mesa Vulkan drivers
  342. Group: system
  343. Requires: vulkan%{_isa}
  344. %description vulkan-drivers
  345. The drivers with support for the Vulkan API.
  346. %package vulkan-devel
  347. Summary: Mesa Vulkan development files
  348. Group: programming
  349. Requires: %{name}-vulkan-drivers%{?_isa} = %{?epoch:%{epoch}}%{version}-%{release}
  350. Requires: vulkan-devel
  351. %description vulkan-devel
  352. Headers for development with the Vulkan API.
  353. %endif
  354. %debug_package
  355. %prep
  356. %setup -n %{name}-%{version}
  357. %autopatch -p1
  358. cp %{SOURCE4} docs/
  359. %build
  360. export PYTHON=%{__python3}
  361. %meson \
  362. %if %{with wayland}
  363. -Dplatforms=x11,wayland \
  364. %else
  365. -Dplatforms=x11 \
  366. %endif
  367. -Ddri3=enabled \
  368. %if 0%{?with_hardware}
  369. -Dgallium-drivers=softpipe,llvmpipe,virgl,nouveau%{?with_r300:,r300}%{?with_crocus:,crocus}%{?with_i915:,i915}%{?with_iris:,iris}%{?with_vmware:,svga}%{?with_radeonsi:,radeonsi}%{?with_r600:,r600}%{?with_freedreno:,freedreno}%{?with_etnaviv:,etnaviv}%{?with_tegra:,tegra}%{?with_vc4:,vc4}%{?with_v3d:,v3d}%{?with_kmsro:,kmsro}%{?with_lima:,lima}%{?with_panfrost:,panfrost}%{?with_vulkan:,zink} \
  370. %else
  371. -Dgallium-drivers=softpipe,llvmpipe,virgl \
  372. %endif
  373. -Dgallium-vdpau=%{?with_vdpau:enabled}%{!?with_vdpau:disabled} \
  374. -Dgallium-omx=%{?with_omx:bellagio}%{!?with_omx:disabled} \
  375. -Dgallium-va=%{?with_vaapi:enabled}%{!?with_vaapi:disabled} \
  376. -Dgallium-xa=%{?with_xa:enabled}%{!?with_xa:disabled} \
  377. -Dgallium-nine=%{?with_nine:true}%{!?with_nine:false} \
  378. -Dgallium-opencl=%{?with_opencl:icd}%{!?with_opencl:disabled} \
  379. -Dvulkan-drivers=%{?vulkan_drivers} \
  380. -Dvulkan-layers=device-select \
  381. -Dshared-glapi=enabled \
  382. -Dgles1=disabled \
  383. -Dgles2=enabled \
  384. -Dopengl=true \
  385. -Dgbm=enabled \
  386. -Dglx=dri \
  387. -Degl=enabled \
  388. %if %{with glvnd}
  389. -Dglvnd=enabled \
  390. %else
  391. -Dglvnd=disabled \
  392. %endif
  393. -Dintel-clc=enabled \
  394. -Dmicrosoft-clc=disabled \
  395. -Dllvm=enabled \
  396. -Dshared-llvm=enabled \
  397. -Dvalgrind=%{?with_valgrind:enabled}%{!?with_valgrind:disabled} \
  398. -Dbuild-tests=false \
  399. -Dselinux=false \
  400. -Dosmesa=true \
  401. -Dandroid-libbacktrace=disabled \
  402. -Dlibunwind=disabled \
  403. -Dlmsensors=disabled \
  404. %ifarch x86_64
  405. -Dintel-rt=enabled \
  406. %else
  407. -Dintel-rt=disabled \
  408. %endif
  409. %{nil}
  410. %meson_build
  411. %install
  412. %meson_install
  413. # libvdpau opens the versioned name, don't bother including the unversioned
  414. rm -f %{buildroot}%{_libdir}/vdpau/*.so
  415. # likewise glvnd
  416. %if %{with glvnd}
  417. rm -f %{buildroot}%{_libdir}/libGLX_mesa.so
  418. rm -f %{buildroot}%{_libdir}/libEGL_mesa.so
  419. # XXX can we just not build this
  420. rm -f %{buildroot}%{_libdir}/libGLES*
  421. # glvnd needs a default provider for indirect rendering where it cannot
  422. # determine the vendor
  423. ln -s %{_libdir}/libGLX_mesa.so.0 %{buildroot}%{_libdir}/libGLX_system.so.0
  424. %endif
  425. # strip out useless headers
  426. rm -f %{buildroot}%{_includedir}/GL/w*.h
  427. pushd $RPM_BUILD_ROOT%{_libdir}
  428. rm -f xorg/modules/drivers/modesetting_drv.so
  429. popd
  430. # this keeps breaking, check it early. note that the exit from eu-ftr is odd.
  431. pushd %{buildroot}%{_libdir}
  432. for i in libOSMesa*.so libGL.so ; do
  433. eu-findtextrel $i && exit 1
  434. done
  435. popd
  436. %if %{with source}
  437. # Install the source needed to build the X server. The egreps are just
  438. # stripping out unnecessary dirs; only tricky bit is the [^c] to make sure
  439. # .../dri/common is included.
  440. %define mesasourcedir %{_datadir}/mesa/source
  441. mkdir -p $RPM_BUILD_ROOT/%{mesasourcedir}
  442. ( find src -name \*.[ch] ; find include -name \*.h ) |
  443. egrep -v '^src/(glu|glw)' |
  444. egrep -v '^src/mesa/drivers/(directfb|dos|fbdev|glide|ggi|osmesa)' |
  445. egrep -v '^src/mesa/drivers/(windows|dri/[^c])' |
  446. xargs tar cf - --mode a=r |
  447. (cd $RPM_BUILD_ROOT/%{mesasourcedir} && tar xf -)
  448. %endif
  449. %files libGL
  450. %defattr(-,root,root,-)
  451. %{_libdir}/libGLX_mesa.so.0*
  452. %{_libdir}/libGLX_system.so.0*
  453. %files libGL-devel
  454. %dir %{_includedir}/GL/internal
  455. %{_includedir}/GL/internal/dri_interface.h
  456. %{_libdir}/pkgconfig/dri.pc
  457. %{_libdir}/libglapi.so
  458. %files libEGL
  459. %{_datadir}/glvnd/egl_vendor.d/50_mesa.json
  460. %{_libdir}/libEGL_mesa.so.0*
  461. %files libEGL-devel
  462. %dir %{_includedir}/EGL
  463. %{_includedir}/EGL/eglext_angle.h
  464. %{_includedir}/EGL/eglmesaext.h
  465. %files libOSMesa
  466. %{_libdir}/libOSMesa.so.8*
  467. %files libOSMesa-devel
  468. %dir %{_includedir}/GL
  469. %{_includedir}/GL/osmesa.h
  470. %{_libdir}/libOSMesa.so
  471. %{_libdir}/pkgconfig/osmesa.pc
  472. %files libglapi
  473. %{_libdir}/libglapi.so.0
  474. %{_libdir}/libglapi.so.0.*
  475. %files libgbm
  476. %{_libdir}/libgbm.so.1
  477. %{_libdir}/libgbm.so.1.*
  478. %files libgbm-devel
  479. %{_libdir}/libgbm.so
  480. %{_includedir}/gbm.h
  481. %{_libdir}/pkgconfig/gbm.pc
  482. %files libxatracker
  483. %{_libdir}/libxatracker.so.2
  484. %{_libdir}/libxatracker.so.2.*
  485. %files libxatracker-devel
  486. %{_libdir}/libxatracker.so
  487. %{_includedir}/xa_tracker.h
  488. %{_includedir}/xa_composite.h
  489. %{_includedir}/xa_context.h
  490. %{_libdir}/pkgconfig/xatracker.pc
  491. %if 0%{?with_nine}
  492. %files libd3d
  493. %dir %{_libdir}/d3d/
  494. %{_libdir}/d3d/*.so.*
  495. %files libd3d-devel
  496. %{_libdir}/pkgconfig/d3d.pc
  497. %{_includedir}/d3dadapter/
  498. %{_libdir}/d3d/*.so
  499. %endif
  500. %files dri-drivers
  501. %{_libdir}/libgallium-*.so
  502. %dir %{_libdir}/dri
  503. %{_libdir}/dri/*_dri.so
  504. %{_libdir}/dri/*_drv_video.so
  505. %dir %{_datadir}/drirc.d
  506. %config(noreplace) %{_datadir}/drirc.d/*
  507. %if 0%{?with_opencl}
  508. %dir %{_libdir}/gallium-pipe
  509. %{_libdir}/gallium-pipe/*.so
  510. %endif
  511. %files vdpau-drivers
  512. %{_libdir}/vdpau/libvdpau_nouveau.so.1*
  513. %{_libdir}/vdpau/libvdpau_r600.so.1*
  514. %{_libdir}/vdpau/libvdpau_radeonsi.so.1*
  515. %{_libdir}/vdpau/libvdpau_virtio_gpu.so.1*
  516. %if %{with vulkan}
  517. %files vulkan-drivers
  518. %{_libdir}/libvulkan_lvp.so
  519. %{_datadir}/vulkan/icd.d/lvp_icd.*.json
  520. %{_libdir}/libVkLayer_MESA_device_select.so
  521. %{_datadir}/vulkan/implicit_layer.d/VkLayer_MESA_device_select.json
  522. %if 0%{?with_hardware}
  523. %ifarch %{ix86} x86_64
  524. %{_libdir}/libvulkan_intel.so
  525. %{_datadir}/vulkan/icd.d/intel_icd.*.json
  526. %{_libdir}/libvulkan_intel_hasvk.so
  527. %{_datadir}/vulkan/icd.d/intel_hasvk_icd.*.json
  528. %endif
  529. %{_libdir}/libvulkan_radeon.so
  530. %{_datadir}/vulkan/icd.d/radeon_icd.*.json
  531. %endif
  532. %files vulkan-devel
  533. %endif
  534. %if 0%{?with_opencl}
  535. %files libOpenCL
  536. %{_libdir}/libMesaOpenCL.so.*
  537. #{_libdir}/libRusticlOpenCL.so.*
  538. %{_sysconfdir}/OpenCL/vendors/mesa.icd
  539. #{_sysconfdir}/OpenCL/vendors/rusticl.icd
  540. %files libOpenCL-devel
  541. %{_libdir}/libMesaOpenCL.so
  542. #{_libdir}/libRusticlOpenCL.so
  543. %endif
  544. %if %{with source}
  545. # We constructed this dir carefully, so just slurp in the whole thing.
  546. %files source
  547. %defattr(-,root,root,-)
  548. %{mesasourcedir}
  549. %endif
  550. # compat32
  551. %if %{build_compat32}
  552. %files -n compat32-%{name}-libGL
  553. %{_libdir}/libGLX_mesa.so.0*
  554. %{_libdir}/libGLX_system.so.0*
  555. %files -n compat32-%{name}-libGL-devel
  556. %{_libdir}/libglapi.so
  557. %files -n compat32-%{name}-libEGL
  558. %{_libdir}/libEGL_mesa.so.0*
  559. %files -n compat32-%{name}-libEGL-devel
  560. %files -n compat32-%{name}-libOSMesa
  561. %{_libdir}/libOSMesa.so.*
  562. %files -n compat32-%{name}-libOSMesa-devel
  563. %{_libdir}/libOSMesa.so
  564. %files -n compat32-%{name}-libxatracker
  565. %{_libdir}/libxatracker.so.2
  566. %{_libdir}/libxatracker.so.2.*
  567. %files -n compat32-%{name}-libglapi
  568. %{_libdir}/libglapi.so.0
  569. %{_libdir}/libglapi.so.0.*
  570. %files -n compat32-%{name}-libgbm
  571. %{_libdir}/libgbm.so.1
  572. %{_libdir}/libgbm.so.1.*
  573. %files -n compat32-%{name}-dri-drivers
  574. %dir %{_libdir}/dri
  575. %{_libdir}/dri/*_dri.so
  576. %{_libdir}/dri/*_drv_video.so
  577. %endif
  578. %changelog
  579. * Fri Nov 15 2024 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 24.2.7-1
  580. - updated to 24.2.7.
  581. - built with llvm-19.
  582. * Sun Oct 01 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 23.1.8-1
  583. - updated to 23.1.8.
  584. - built with llvm-17.
  585. * Mon May 29 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 23.1.1-1
  586. - updated to 23.1.1.
  587. - built with llvm-16.
  588. * Thu Sep 22 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 22.2.0-1
  589. - updated to 22.1.5.
  590. - built with llvm-15.
  591. * Thu Jun 16 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 22.1.1-1
  592. - updated to 22.1.1.
  593. - built with llvm-14.
  594. * Fri Oct 22 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 21.2.4-1
  595. - updated to 21.2.4.
  596. - built with llvm-13.
  597. - dropped Patch0 and 3.
  598. * Sat Apr 17 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 21.0.2-1
  599. - updated to 21.0.2.
  600. - built with llvm-12.
  601. - dropped Patch1: fixed in upstream.
  602. * Sat Mar 27 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 21.0.1-1
  603. - updated to 21.0.1.
  604. - dropped Patch3.
  605. - imported Patch0 from rawhide (not applied now).
  606. - imported Patch1 from rawhide.
  607. - built with libglvnd.
  608. * Thu Oct 15 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 20.2.1-1
  609. - updated to 20.2.1.
  610. * Thu Jul 30 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 20.1.4-1
  611. - updated to 20.1.4.
  612. - dropped Patch7 and 1000: fixed in upstream.
  613. * Thu Mar 26 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 19.3.5-1
  614. - updated to 19.3.5.
  615. - imported Patch1000 from upstream for llvm10.
  616. * Wed Oct 02 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 19.2.0-1
  617. - updated to 19.2.0.
  618. * Fri Sep 20 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 19.1.7-1
  619. - updated to 19.1.7.
  620. - dropped Patch1.
  621. - imported Patche7 from rawhide.
  622. - switched the build-system to meson.
  623. * Wed Dec 05 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 18.2.6-1
  624. - updated to 18.2.6.
  625. - dropped Patch2, 4, 10 and 11.
  626. * Mon Jan 01 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 17.3.1-1
  627. - updated to 17.3.1.
  628. - replaced all patches from rawhide.
  629. * Fri Aug 5 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 11.2.2-1
  630. - updated to 11.2.2.
  631. - dropped Patch99: fixed in upstream.
  632. * Thu Jun 30 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 11.1.4-2
  633. - rebuild with gcc-5.4.0
  634. * Thu May 12 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 11.1.4-1
  635. - update to 11.1.4
  636. * Thu May 05 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 11.1.3-1
  637. - update to 11.1.3
  638. * Sat Feb 13 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 11.0.9-2
  639. - create compat32-mesa-dri-drivers subpackage
  640. * Sun Jan 24 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 11.0.9-1
  641. - update to 11.0.9
  642. * Thu Dec 17 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 11.0.7-1
  643. - update to 11.0.7
  644. * Sun Nov 22 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 11.0.6-1
  645. - update to 11.0.6
  646. * Thu Nov 12 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 11.0.5-1
  647. - update to 11.0.5
  648. * Sat Oct 31 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 11.0.4-1
  649. - update to 11.0.4
  650. * Tue Jul 07 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 10.5.9-1
  651. - update to 10.5.9
  652. * Thu Jun 11 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 10.5.7-2
  653. - rebuilt with llvm 3.6.1
  654. - added %%post and %%postun section for libglapi and libgbm
  655. * Wed Jun 10 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 10.5.7-1
  656. - update to 10.5.7
  657. * Fri May 29 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 10.5.6-1
  658. - update to 10.5.6
  659. * Sat May 16 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 10.5.5-1
  660. - update to 10.5.5
  661. * Sun May 03 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 10.5.4-1
  662. - update to 10.5.4
  663. * Sun Apr 19 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 10.5.3-1
  664. - update to 10.5.3
  665. * Sat Apr 04 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 10.4.7-1
  666. - update to 10.4.7
  667. * Sun Mar 08 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 10.4.6-1
  668. - update to 10.4.6
  669. * Sun Feb 22 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 10.4.5-1
  670. - update to 10.4.5
  671. * Sun Feb 08 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 10.4.4-1
  672. - update to 10.4.4
  673. * Sun Dec 07 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 10.3.5-1
  674. - update to 10.3.5
  675. * Sun Nov 23 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 10.3.4-1
  676. - update to 10.3.4
  677. * Wed Nov 19 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 10.3.3-1
  678. - update to 10.3.3
  679. * Tue Oct 28 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 10.3.2-1
  680. - update to 10.3.2
  681. * Wed Aug 27 2014 Daisuke SUZUKI <daisuke@vinelinux.org> 10.2.6-1
  682. - update to 10.2.6
  683. * Tue Jul 15 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 10.2.3-2
  684. - remove pc file from compat32 package
  685. * Thu Jul 10 2014 Daisuke SUZUKI <daisuke@vinelinux.org> 10.2.3-1
  686. - update to 10.2.3
  687. * Sun Jul 06 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 10.1.3-3
  688. - rebuild with libffi-3.0.13
  689. * Tue Jun 17 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 10.1.3-2
  690. - change BuildRequires: eudev-libudev-devel instead of libudev-devel
  691. * Wed May 14 2014 Daisuke SUZUKI <daisuke@linux.or.jp> 10.1.3-1
  692. - update to 10.1.3
  693. - add BR: libxshmfence-devel
  694. * Mon Mar 24 2014 Daisuke SUZUKI <daisuke@linux.or.jp> 10.0.4-1
  695. - update to 10.0.4
  696. * Mon Oct 28 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 9.2.2-1
  697. - update to 9.2.2
  698. - add BR: libvdpau-devel, elfutils-libelf-devel, zlib-devel
  699. - add BR: llvm-devel >= 3.3, libdrm-devel >= 2.4.46
  700. * Sun Jun 02 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 9.0.1-3
  701. - add Patch0 (mesa-9.0-CVE-2013-1993.patch)
  702. * Sun Dec 02 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 9.0.1-2
  703. - rebuild with llvm-3.1
  704. - add radeonsi driver
  705. * Wed Nov 21 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 9.0.1-1
  706. - update to mesa-9.0.1
  707. * Sat Nov 17 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 9.0-1
  708. - update to mesa-9.0
  709. - split off libGLU and gl-manpages to external package
  710. - add libxatracker, libgbm
  711. * Thu Jul 12 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 8.0.4-1
  712. - update to 8.0.4
  713. - remove BR: freeglut-devel
  714. - split DRI drivers to mesa-dri-drivers
  715. * Sat Feb 25 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 8.0.1-1
  716. - update to 8.0.1
  717. - drop unneeded patches
  718. - drop old-old dri drivers
  719. - add BR: libxml2-python
  720. * Sun Jan 22 2012 NAKAMURA Kenta <kenta@vinelinux.org> 7.11.2-2
  721. - rebuilt with llvm-3.0
  722. - added Patch9: fix build with LLVM 3.0
  723. * Thu Dec 29 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 7.11.2-1
  724. - new upstram release
  725. * Thu Aug 25 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 7.11-1
  726. - update to 7.11
  727. - use r[36]00g gallium driver as default.
  728. - add BR: llvm-devel
  729. - drop xorg-x11-drv-vmwgfx
  730. - drop dri modules from compat32-mesa-libGL
  731. * Sat Apr 30 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 7.10.3-1
  732. - update to 7.10.3
  733. - use r300/r600 classic driver for default.
  734. - install gallium r[36]00 as r[36]00g
  735. * Sat Apr 30 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 7.10.2-2
  736. - add patch50 from upstream fix
  737. - enable parallel build
  738. - use standard CFLAGS
  739. * Thu Apr 07 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 7.10.2-1
  740. - update to 7.10.2
  741. * Fri Mar 25 2011 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 7.10.1-2
  742. - dropped "BR: libtalloc-devel" (no longer needed).
  743. * Fri Mar 11 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 7.10.1-1
  744. - update to 7.10.1
  745. - drop osmesa16 and osmesa32
  746. - build with udev, egl and gles
  747. - enable gallium r600 driver
  748. - add libEGL/libGLES subpackage
  749. - add Patch40 to fix build failure
  750. - BR: libdrm-devel >= 2.4.24
  751. - BR: libudev-devel
  752. * Fri Jan 28 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 7.10-1
  753. - update to 7.10
  754. - split mesa-demos and glx-utils to their own source package.
  755. - add BR: libtalloc-devel
  756. * Wed Sep 22 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 7.8.2-1
  757. - update to 7.8.2
  758. - add Patch40,41 to fix build failure
  759. - add Source10 to build with libdrm-2.4.21
  760. - add BR: kernel-headers, xorg-x11-server-sdk
  761. * Thu Apr 8 2010 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 7.8.1-2
  762. - rebuilt with gcc-4.4.3-5 on ppc
  763. - temporarily don't use "-Os" on ppc (a toolchain bug?)
  764. * Tue Apr 06 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 7.8.1-1
  765. - update to 7.8.1
  766. * Mon Mar 29 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 7.8-1
  767. - update to 7.8 release
  768. - add xorg-x11-drv-vmwgfx subpackage for VMware GFX DDX driver
  769. * Thu Mar 11 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 7.8-0.1.git20100217
  770. - update to 7.8 branch from git
  771. * Tue Jan 19 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 7.6.1-1
  772. - update to 7.6.1 release
  773. * Thu Dec 10 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 7.6.1-0.2.rc3
  774. - update to 7.6.1-rc3
  775. * Sat Nov 28 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 7.6.1-0.1.rc1
  776. - update to 7.6.1-rc1
  777. * Tue Nov 24 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 7.6-1
  778. - new upstream release
  779. - add R: libXxf86vm-devel, libXdamage-devel, libXfixes-devel,
  780. libXext-devel and libdrm-devel to mesa-libGL-devel
  781. * Sat Sep 12 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 7.4.4-1
  782. - new upstream release
  783. * Sun Jun 28 2009 NAKAMURA Kenta <kenta@vinelinux.org> 7.4.1-2
  784. - added compat32 subpackage for x86_64 arch support.
  785. * Thu Apr 30 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 7.4.1-1
  786. - new upstream release
  787. - BR: libdrm-devel >= 2.4.9
  788. * Sun Mar 22 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 7.3-1
  789. - new upstream release
  790. - BR: libdrm-devel >= 2.4.5
  791. - drop mach64
  792. - update patches from fedora
  793. * Tue Oct 21 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 7.2-2
  794. - add BR: libdrm-devel >= 2.4.0-3
  795. * Mon Oct 20 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 7.2-1
  796. - new upstreal release
  797. * Thu Sep 04 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 7.1-4
  798. - update to 7.1 release
  799. * Thu Jul 24 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 7.1-3.rc3
  800. - update to 7.1-rc3
  801. * Sat Jul 05 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 7.1-2.rc1
  802. - include missing swrast_dri.so to %%files list
  803. * Tue Jul 01 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 7.1-1.rc1
  804. - update to 7.1-rc1
  805. * Thu May 22 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 7.0.3-2
  806. - add Patch100 to disable 915tex driver
  807. * Mon May 12 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 7.0.3-1
  808. - new upstream release
  809. * Sun Jan 20 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 7.0.2-0vl1
  810. - build with freeglut
  811. * Thu Jan 17 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 7.0.2-0vl0
  812. - initial build for Vine Linux(bootstrap)
  813. * Tue Jan 01 2008 Dave Airlie <airlied@redhat.com> 7.0.2-2
  814. - mesa-7.0.2-stable-branch.patch: add in mesa 7.0.2 stable patches so far
  815. * Tue Jan 01 2008 Dave Airlie <airlied@redhat.com> 7.0.2-1
  816. - update to Mesa 7.0.2 final
  817. - mesa-7.0.2-rx00-vertprog-num-temps-off-by-one.patch - fixes for maniadrive
  818. - mesa-7.0.2-t_vp_build-use-less-temps.patch - fixes for maniadrive
  819. * Thu Oct 18 2007 Dave Airlie <airlied@redhat.com> 7.0.1-7
  820. - mesa-7.0.1-stable-branch.patch - Updated with more fixes from stable
  821. - mesa-7.0.1-r300-fix-writemask.patch - fix r300 fragprog writemask
  822. - mesa-7.0.1-r200-settexoffset.patch - add zero-copy TFP support for r200
  823. * Fri Sep 28 2007 Dave Airlie <airlied@redhat.com> 7.0.1-6
  824. - mesa-7.0.1-stable-branch.patch - Updated to close to 7.0.2-rc1
  825. - This contains the fixes made to the upstream Mesa stable branch
  826. including fixes for 965 vblank interrupt issues along with a fix
  827. in the kernel - remove patches that already upstream.
  828. - mesa-6.5.2-hush-synthetic-visual-warning.patch - dropped
  829. - mesa-7.0-i-already-defined-glapi-you-twit.patch - dropped
  830. - mesa-7.0.1-965-sampler-crash.patch - dropped
  831. * Thu Sep 06 2007 Adam Jackson <ajax@redhat.com> 7.0.1-5
  832. - mesa-7.0.1-965-sampler-crash.patch: Fix a crash with 965 in Torcs. (#262941)
  833. * Tue Aug 28 2007 Adam Jackson <ajax@redhat.com> 7.0.1-4
  834. - Rebuild for new libexpat.
  835. * Wed Aug 15 2007 Dave Airlie <airlied@redhat.com> - 7.0.1-3
  836. - mesa-7.0.1-stable-branch.patch - Add patches from stable branch
  837. includes support for some Intel chipsets
  838. - mesa-7.0-use_master-r300.patch - Add r300 driver from master
  839. * Tue Aug 14 2007 Dave Airlie <airlied@redhat.com> - 7.0.1-2
  840. - missing build requires for Xfixes-devel and Xdamage-devel
  841. * Mon Aug 13 2007 Dave Airlie <airlied@redhat.com> - 7.0.1-1
  842. - Rebase to upstream 7.0.1 release
  843. - ajax provided patches: for updated selinux awareness, build config
  844. - gl visibility and picify were fixed upstream
  845. - OS mesa library version are 6.5.3 not 7.0.1 - spec fix
  846. * Wed Jul 25 2007 Jesse Keating <jkeating@redhat.com> - 6.5.2-16
  847. - Rebuild for RH #249435
  848. * Tue Jul 24 2007 Adam Jackson <ajax@redhat.com> 6.5.2-15
  849. - Add dri_interface.h to mesa-libGL-devel, and conflict with
  850. xorg-x11-proto-devel versions that attempted to provide it.
  851. * Tue Jul 10 2007 Adam Jackson <ajax@redhat.com> 6.5.2-14
  852. - Add mesa-demos subpackage. (#247252)
  853. * Mon Jul 09 2007 Adam Jackson <ajax@redhat.com> 6.5.2-13
  854. - mesa-6.5.2-radeon-backports-231787.patch: One more fix for r300. (#231787)
  855. * Mon Jul 09 2007 Adam Jackson <ajax@redhat.com> 6.5.2-12
  856. - Don't install header files for APIs that we don't provide. (#247390)
  857. * Fri Jul 06 2007 Adam Jackson <ajax@redhat.com> 6.5.2-11
  858. - mesa-6.5.2-via-respect-my-cliplist.patch: Backport a via fix. (#247254)
  859. * Tue Apr 10 2007 Adam Jackson <ajax@redhat.com> 6.5.2-10
  860. - mesa-6.5.2-radeon-backports-231787.patch: Backport various radeon bugfixes
  861. from git. (#231787)
  862. * Wed Apr 04 2007 Adam Jackson <ajax@redhat.com> 6.5.2-9
  863. - mesa-6.5.2-bindcontext-paranoia.patch: Paper over a crash when doBindContext
  864. fails, to avoid, for example, crashing the server when using tdfx but
  865. without glide3 installed.
  866. * Thu Mar 08 2007 Adam Jackson <ajax@redhat.com> 6.5.2-8
  867. - Hush the (useless) warning about the synthetic visual not being supported.
  868. * Fri Mar 02 2007 Adam Jackson <ajax@redhat.com> 6.5.2-7
  869. - mesa-6.5.2-picify-dri-drivers.patch: Attempt to make the DRI drivers PIC.
  870. - mesa-6.5.1-build-config.patch: Apply RPM_OPT_FLAGS to OSMesa too.
  871. * Mon Feb 26 2007 Adam Jackson <ajax@redhat.com> 6.5.2-6
  872. - mesa-6.5.2-libgl-visibility.patch: Fix non-exported GLX symbols (#229808)
  873. - Require a sufficiently new libdrm at runtime too
  874. - Make the arch macros do something sensible in the general case
  875. * Tue Feb 20 2007 Adam Jackson <ajax@redhat.com> 6.5.2-5
  876. - General spec cleanups
  877. - Require current libdrm
  878. - Build with -fvisibility=hidden
  879. - Redo the way mesa-source is generated
  880. - Add %%{?_smp_mflags} where appropriate
  881. * Mon Dec 18 2006 Adam Jackson <ajax@redhat.com> 6.5.2-4
  882. - Add i915tex and mach64 to the install set.
  883. * Tue Dec 12 2006 Adam Jackson <ajax@redhat.com> 6.5.2-3
  884. - mesa-6.5.2-xserver-1.1-source-compat.patch: Add some source-compatibility
  885. defines to dispatch.h so the X server will continue to build.
  886. * Mon Dec 4 2006 Adam Jackson <ajax@redhat.com> 6.5.2-2.fc6
  887. - Fix OSMesa file listing to use %%version for DSO number. Note that this
  888. will still break on Mesa 7; oh well.
  889. - Deleted file: directfbgl.h
  890. * Sun Dec 3 2006 Kristian Høgsberg <krh@redhat.com> 6.5.2-1.fc6
  891. - Update to 6.5.2.
  892. * Mon Oct 16 2006 Kristian <krh@redhat.com> - 6.5.1-8.fc6
  893. - Add i965-interleaved-arrays-fix.patch to fix (#209318).
  894. * Sat Sep 30 2006 Soren Sandmann <sandmann@redhat.com> - 6.5.1-7.fc6
  895. - Update to gl-manpages-1.0.1.tar.bz2 which doesn't use symlinks. (#184547)
  896. * Sat Sep 30 2006 Soren Sandmann <sandmann@redhat.com> - 6.5.1-7.fc6
  897. - Remove . after popd; add .gz in %%files section. (#184547)
  898. * Sat Sep 30 2006 Soren Sandmann <sandmann@redhat.com>
  899. - Use better tarball for gl man pages. (#184547)
  900. * Fri Sep 29 2006 Kristian <krh@redhat.com> - 6.5.1-6.fc6
  901. - Add -fno-strict-aliasing to compiler flags for i965 driver.
  902. - Add post-6.5.1-i965-fixes.patch backport of i965 fixes from mesa CVS.
  903. * Fri Sep 29 2006 Soren Sandmann <sandamnn@redhat.com> - 6.5.1-5.fc6
  904. - Give the correct path for man page file lists.
  905. * Thu Sep 28 2006 Soren Sandmann <sandmann@redhat.com> - 6.5.1-5.fc6
  906. - Add GL man pages from X R6.9. (#184547)
  907. * Mon Sep 25 2006 Adam Jackson <ajackson@redhat.com> - 6.5.1-4.fc6
  908. - mesa-6.5.1-build-config.patch: Add -lselinux to osmesa builds. (#207767)
  909. * Wed Sep 20 2006 Kristian Høgsberg <krh@redhat.com> - 6.5.1-3.fc6
  910. - Bump xorg-x11-proto-devel BuildRequires to 7.1-8 so we pick up the
  911. latest GLX_EXT_texture_from_pixmap opcodes.
  912. * Wed Sep 20 2006 Kristian Høgsberg <krh@redhat.com> - 6.5.1-2.fc6
  913. - Remove mesa-6.5-drop-static-inline.patch.
  914. * Tue Sep 19 2006 Kristian Høgsberg <krh@redhat.com> 6.5.1-1.fc6
  915. - Bump to 6.5.1 final release.
  916. - Drop libGLw subpackage, it is now in Fedora Extras (#188974) and
  917. tweak mesa-6.5.1-build-config.patch to not build libGLw.
  918. - Drop mesa-6.5.1-r300-smooth-line.patch, the smooth line fallback can
  919. now be prevented by enabling disable_lowimpact_fallback in
  920. /etc/drirc.
  921. - Drop mesa-6.4.1-radeon-use-right-texture-format.patch, now upstream.
  922. - Drop mesa-6.5-drop-static-inline.patch, workaround no longer necessary.
  923. * Thu Sep 7 2006 Kristian Høgsberg <krh@redhat.com>
  924. - Drop unused mesa-modular-dri-dir.patch.
  925. * Tue Aug 29 2006 Kristian Høgsberg <krh@redhat.com> - 6.5.1-0.rc2.fc6
  926. - Rebase to 6.5.1 RC2.
  927. - Get rid of redhat-mesa-driver-install and redhat-mesa-target helper
  928. scripts and clean up specfile a bit.
  929. * Mon Aug 28 2006 Kristian Høgsberg <krh@redhat.com> - 6.5.1-0.rc1.2.fc6
  930. - Drop upstreamed patches mesa-6.5-texture-from-pixmap-fixes.patch and
  931. mesa-6.5-tfp-fbconfig-attribs.patch and fix
  932. mesa-6.4.1-radeon-use-right-texture-format.patch to not break 16bpp
  933. transparency.
  934. * Fri Aug 25 2006 Adam Jackson <ajackson@redhat.com> - 6.5.1-0.rc1.1.fc6
  935. - mesa-6.5.1-build-config.patch: Add i965 to x86-64 config.
  936. * Wed Aug 23 2006 Kristian Høgsberg <krh@redhat.com> - 6.5.1-0.rc1.fc6
  937. - Bump to 6.5.1 RC1.
  938. * Tue Aug 22 2006 Kristian Høgsberg <krh@redhat.com> 6.5-26.20060818cvs.fc6
  939. - Pull the vtxfmt patch into the selinux-awareness patch, handle exec
  940. mem heap init failure correctly by releasing mutex.
  941. * Tue Aug 22 2006 Adam Jackson <ajackson@redhat.com> 6.5-25.20060818cvs.fc6
  942. - mesa-6.5.1-r300-smooth-line.patch: Added, fakes smooth lines with aliased
  943. lines on R300+ cards, makes Google Earth tolerable.
  944. - mesa-6.5-force-r300.patch: Resurrect.
  945. * Tue Aug 22 2006 Adam Jackson <ajackson@redhat.com> 6.5-24.20060818cvs.fc6
  946. - mesa-6.5.1-radeon-vtxfmt-cleanup-properly.patch: Fix a segfault on context
  947. destruction when selinux is enabled.
  948. * Mon Aug 21 2006 Adam Jackson <ajackson@redhat.com> 6.5-23.20060818cvs.fc6
  949. - redhat-mesa-driver-install: Reenable installing the tdfx driver. (#203295)
  950. * Fri Aug 18 2006 Adam Jackson <ajackson@redhat.com> 6.5-22.20060818cvs.fc6
  951. - Update to pre-6.5.1 snapshot.
  952. - Re-add libOSMesa{,16,32}. (#186366)
  953. - Add BuildReq: on libXp-devel due to openmotif header insanity.
  954. * Sun Aug 13 2006 Florian La Roche <laroche@redhat.com> 6.5-21.fc6
  955. - fix one Requires: to use the correct mesa-libGLw name
  956. * Thu Jul 27 2006 Mike A. Harris <mharris@redhat.com> 6.5-20.fc6
  957. - Conditionalized libGLw inclusion with new with_libGLw macro defaulting
  958. to 1 (enabled) for now, however since nothing in Fedora Core uses libGLw
  959. anymore, we will be transitioning libGLw to an external package maintained
  960. in Fedora Extras soon.
  961. * Wed Jul 26 2006 Kristian Høgsberg <krh@redhat.com> 6.5-19.fc5.aiglx
  962. - Build for fc5 aiglx repo.
  963. * Tue Jul 25 2006 Adam Jackson <ajackson@redhat.com> 6.5-19.fc6
  964. - Disable TLS dispatch, it is selinux-hostile.
  965. * Tue Jul 25 2006 Adam Jackson <ajackson@redhat.com> 6.5-18.fc6
  966. - mesa-6.5-fix-glxinfo-link.patch: lib64 fix.
  967. * Tue Jul 25 2006 Adam Jackson <ajackson@redhat.com> 6.5-17.fc6
  968. - mesa-6.5-fix-linux-indirect-build.patch: Added.
  969. - mesa-6.5-fix-glxinfo-link.patch: Added.
  970. - Build libOSMesa never instead of inconsistently; to be fixed later.
  971. - Updates to redhat-mesa-target:
  972. - Always select linux-indirect when not building for DRI
  973. - Enable DRI to be built on PPC64 (still disabled in the spec file though)
  974. - MIT licence boilerplate
  975. * Tue Jul 25 2006 Mike A. Harris <mharris@redhat.com> 6.5-16.fc6
  976. - Remove glut-devel dependency, as nothing actually uses it that we ship.
  977. - Added mesa-6.5-dont-libglut-me-harder-ok-thx-bye.patch to prevent libglut
  978. and other libs from being linked into glxgears/glxinfo even though they
  979. are not actually used. This was the final package linking to freeglut in
  980. Fedora Core, blocking freeglut from being moved to Extras.
  981. - Commented all of the virtual provides in the spec file to document clearly
  982. how they should be used by other developers in specifying build and runtime
  983. dependencies when packaging software which links to libGL, libGLU, and
  984. libGLw. (#200069)
  985. * Mon Jul 24 2006 Adam Jackson <ajackson@redhat.com> 6.5-15.fc6
  986. - Attempt to add selinux awareness; check if we can map executable memory
  987. and fail softly if not. Removes the need for allow_execmem from huge
  988. chunks of the desktop.
  989. - Disable the r300 gart fix for not compiling.
  990. * Mon Jul 24 2006 Kristian Høgsberg <krh@redhat.com> 6.5-14.fc6
  991. - Add mesa-6.5-r300-free-gart-mem.patch to make r300 driver free gart
  992. memory on context destroy.
  993. * Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> 6.5-13.1.fc6
  994. - rebuild
  995. * Wed Jul 05 2006 Mike A. Harris <mharris@redhat.com> 6.5-13.fc6
  996. - Added mesa-6.5-fix-opt-flags-bug197640.patch as 2nd attempt to fix OPT_FLAGS
  997. for (#197640).
  998. - Ensure that redhat-mesa-driver-install creates $DRIMODULE_DESTDIR with
  999. mode 0755.
  1000. * Wed Jul 05 2006 Mike A. Harris <mharris@redhat.com> 6.5-12.fc6
  1001. - Maybe actually, you know, apply the mesa-6.5-glx-use-tls.patch as that might
  1002. help to you know, actually solve the problem. Duh.
  1003. - Use {dist} tag in Release field now.
  1004. * Wed Jul 05 2006 Mike A. Harris <mharris@redhat.com> 6.5-11
  1005. - Added mesa-6.5-glx-use-tls.patch to hopefully get -DGLX_USE_TLS to really
  1006. work this time due to broken upstream linux-dri-* configs. (#193979)
  1007. - Pass RPM_OPT_FLAGS via OPT_FLAGS instead of via CFLAGS also for (#193979)
  1008. * Mon Jun 19 2006 Mike A. Harris <mharris@redhat.com> 6.5-10
  1009. - Bump libdrm-devel dep to trigger new ExclusiveArch test with the new package.
  1010. - Use Fedora Extras style BuildRoot tag.
  1011. - Added "Requires(post): /sbin/ldconfig" and postun to all runtime lib packages.
  1012. * Mon Jun 12 2006 Kristian Høsberg <krh@redhat.com> 6.5-9
  1013. - Add mesa-6.5-fix-pbuffer-dispatch.patch to fix pbuffer marshalling code.
  1014. * Mon May 29 2006 Kristian Høgsberg <krh@redhat.com> 6.5-8
  1015. - Bump for rawhide build.
  1016. * Mon May 29 2006 Kristian Høgsberg <krh@redhat.com> 6.5-7
  1017. - Update mesa-6.5-texture-from-pixmap-fixes.patch to include new
  1018. tokens and change tfp functions to return void. Yes, a new mesa
  1019. snapshot would be nice.
  1020. * Wed May 17 2006 Mike A. Harris <mharris@redhat.com> 6.5-6
  1021. - Add "BuildRequires: makedepend" for bug (#191967)
  1022. * Tue Apr 11 2006 Kristian Høgsberg <krh@redhat.com> 6.5-5
  1023. - Bump for fc5 build.
  1024. * Tue Apr 11 2006 Adam Jackson <ajackson@redhat.com> 6.5-4
  1025. - Disable R300_FORCE_R300 hack for wider testing.
  1026. * Mon Apr 10 2006 Kristian Høgsberg <krh@redhat.com> 6.5-3
  1027. - Add mesa-6.5-noexecstack.patch to prevent assembly files from making
  1028. libGL.so have executable stack.
  1029. * Mon Apr 10 2006 Kristian Høgsberg <krh@redhat.com> 6.5-2
  1030. - Bump for fc5 build.
  1031. - Bump libdrm requires to 2.0.1.
  1032. * Sat Apr 01 2006 Kristian Høgsberg <krh@redhat.com> 6.5-1
  1033. - Update to mesa 6.5 snapshot.
  1034. - Use -MG for generating deps and some files are not yet symlinked at
  1035. make depend time.
  1036. - Drop mesa-6.4.2-dprintf-to-debugprintf-for-bug180122.patch and
  1037. mesa-6.4.2-xorg-server-uses-bad-datatypes-breaking-AMD64-fdo5835.patch
  1038. as these are upstream now.
  1039. - Drop mesa-6.4.1-texture-from-drawable.patch and add
  1040. mesa-6.5-texture-from-pixmap-fixes.patch.
  1041. - Update mesa-modular-dri-dir.patch to apply.
  1042. - Widen libGLU glob.
  1043. - Reenable r300 driver install.
  1044. - Widen libOSMesa glob.
  1045. - Go back to patching config/linux-dri, add mesa-6.5-build-config.patch,
  1046. drop mesa-6.3.2-build-configuration-v4.patch.
  1047. - Disable sis dri driver for now, only builds on x86 and x86-64.
  1048. * Fri Mar 24 2006 Kristian Høgsberg <krh@redhat.com> 6.4.2-7
  1049. - Set ARCH_FLAGS=-DGLX_USE_TLS to enable TLS for GL contexts.
  1050. * Wed Mar 01 2006 Karsten Hopp <karsten@redhat.de> 6.4.2-6
  1051. - Buildrequires: libXt-devel (#183479)
  1052. * Sat Feb 25 2006 Mike A. Harris <mharris@redhat.com> 6.4.2-5
  1053. - Disable the expeimental r300 DRI driver, as it has turned out to cause
  1054. instability and system hangs for many users.
  1055. * Wed Feb 22 2006 Adam Jackson <ajackson@redhat.com> 6.4.2-4
  1056. - rebuilt
  1057. * Sun Feb 19 2006 Ray Strode <rstrode@redhat.com> 6.4.2-3
  1058. - enable texture-from-drawable patch
  1059. - add glut-devel dependency
  1060. * Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 6.4.2-2.1
  1061. - bump again for double-long bug on ppc(64)
  1062. * Tue Feb 07 2006 Mike A. Harris <mharris@redhat.com> 6.4.2-2
  1063. - Added new "glx-utils" subpackage with glxgears and glxinfo (#173510)
  1064. - Added mesa-6.4.2-dprintf-to-debugprintf-for-bug180122.patch to workaround
  1065. a Mesa namespace conflict with GNU_SOURCE (#180122)
  1066. - Added mesa-6.4.2-xorg-server-uses-bad-datatypes-breaking-AMD64-fdo5835.patch
  1067. as an attempt to fix bugs (#176976,176414,fdo#5835)
  1068. - Enabled inclusion of the *EXPERIMENTAL UNSUPPORTED* r300 DRI driver on
  1069. x86, x86_64, and ppc architectures, however the 2D Radeon driver will soon
  1070. be modified to require the user to manually turn experimental DRI support
  1071. on with Option "dri" in xorg.conf to test it out and report all X bugs that
  1072. occur while using it directly to X.Org bugzilla. (#179712)
  1073. - Use "libOSMesa.so.6.4.0604*" glob in file manifest, to avoid having to
  1074. update it each upstream release.
  1075. * Sat Feb 04 2006 Mike A. Harris <mharris@redhat.com> 6.4.2-1
  1076. - Updated to Mesa 6.4.2
  1077. - Use "libGLU.so.1.3.0604*" glob in file manifest, to avoid having to update it
  1078. each upstream release.
  1079. * Tue Jan 24 2006 Mike A. Harris <mharris@redhat.com> 6.4.1-5
  1080. - Added missing "BuildRequires: expat-devel" for bug (#178525)
  1081. - Temporarily disabled mesa-6.4.1-texture-from-drawable.patch, as it fails
  1082. to compile on at least ia64, and possibly other architectures.
  1083. * Tue Jan 17 2006 Kristian Høgsberg <krh@redhat.com> 6.4.1-4
  1084. - Add mesa-6.4.1-texture-from-drawable.patch to implement protocol
  1085. support for GLX_EXT_texture_from_drawable extension.
  1086. * Sat Dec 24 2005 Mike A. Harris <mharris@redhat.com> 6.4.1-3
  1087. - Manually copy libGLw headers that Mesa forgets to install, to fix (#173879).
  1088. - Added mesa-6.4.1-libGLw-enable-motif-support.patch to fix (#175251).
  1089. - Removed "Conflicts" lines from libGL package, as they are "Obsoletes" now.
  1090. - Do not rename swrast libGL .so version, as it is the OpenGL version.
  1091. * Tue Dec 20 2005 Mike A. Harris <mharris@redhat.com> 6.4.1-2
  1092. - Rebuild to ensure libGLU gets rebuilt with new gcc with C++ compiler fixes.
  1093. - Changed the 3 devel packages to use Obsoletes instead of Conflicts for the
  1094. packages the files used to be present in, as this is more friendy for
  1095. OS upgrades.
  1096. - Added "Requires: libX11-devel" to mesa-libGL-devel package (#173712)
  1097. - Added "Requires: libGL-devel" to mesa-libGLU-devel package (#175253)
  1098. * Sat Dec 17 2005 Mike A. Harris <mharris@redhat.com> 6.4.1-1
  1099. - Updated MesaLib tarball to version 6.4.1 from Mesa project for X11R7 RC4.
  1100. - Added pkgconfig dependency.
  1101. - Updated "BuildRequires: libdrm-devel >= 2.0-1"
  1102. - Added Obsoletes lines to all the subpackages to have cleaner upgrades.
  1103. - Added mesa-6.4.1-amd64-assyntax-fix.patch to work around a build problem on
  1104. AMD64, which is fixed in the 6.4 branch of Mesa CVS.
  1105. - Conditionalize libOSMesa inclusion, and default to not including it for now.
  1106. * Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com> 6.4-5.1
  1107. - rebuilt
  1108. * Sun Nov 20 2005 Jeremy Katz <katzj@redhat.com> 6.4-5
  1109. - fix directory used for loading dri modules (#173679)
  1110. - install dri drivers as executable so they get stripped (#173292)
  1111. * Thu Nov 03 2005 Mike A. Harris <mharris@redhat.com> 6.4-4
  1112. - Wrote redhat-mesa-source-filelist-generator to dynamically generate the
  1113. files to be included in the mesa-source subpackage, to minimize future
  1114. maintenance.
  1115. - Fixed detection and renaming of software mesa .so version.
  1116. * Wed Nov 02 2005 Mike A. Harris <mharris@redhat.com> 6.4-3
  1117. - Hack: autodetect if libGL was given .so.1.5* and rename it to 1.2 for
  1118. consistency on all architectures, and to avoid upgrade problems if we
  1119. ever disable DRI on an arch and then re-enable it later.
  1120. * Wed Nov 02 2005 Mike A. Harris <mharris@redhat.com> 6.4-2
  1121. - Added mesa-6.4-multilib-fix.patch to instrument and attempt to fix Mesa
  1122. bin/installmesa script to work properly with multilib lib64 architectures.
  1123. - Set and export LIB_DIR and INCLUDE_DIR in spec file 'install' section,
  1124. and invoke our modified bin/installmesa directly instead of using
  1125. "make install".
  1126. - Remove "include/GL/uglglutshapes.h", as it uses the GLUT license, and seems
  1127. like an extraneous file anyway.
  1128. - Conditionalize the file manifest to include libGL.so.1.2 on DRI enabled
  1129. builds, but use libGL.so.1.5.060400 instead on DRI disabled builds, as
  1130. this is how upstream builds the library, although it is not clear to me
  1131. why this difference exists yet (which was not in Xorg 6.8.2 Mesa).
  1132. * Thu Oct 27 2005 Mike A. Harris <mharris@redhat.com> 6.4-1
  1133. - Updated to new upstream MesaLib-6.4
  1134. - Updated libGLU.so.1.3.060400 entry in file manifest
  1135. - Updated "BuildRequires: libdrm-devel >= 1.0.5" to pick up fixes for the
  1136. unichrome driver.
  1137. * Tue Sep 13 2005 Mike A. Harris <mharris@redhat.com> 6.3.2-6
  1138. - Fix redhat-mesa-driver-install and spec file to work right on multilib
  1139. systems.
  1140. * Mon Sep 05 2005 Mike A. Harris <mharris@redhat.com> 6.3.2-5
  1141. - Fix mesa-libGL-devel to depend on mesa-libGL instead of mesa-libGLU.
  1142. - Added virtual "Provides: libGL..." entries for each subpackage as relevant.
  1143. * Mon Sep 05 2005 Mike A. Harris <mharris@redhat.com> 6.3.2-4
  1144. - Added the mesa-source subpackage, which contains part of the Mesa source
  1145. code needed by other packages such as the X server to build stuff.
  1146. * Mon Sep 05 2005 Mike A. Harris <mharris@redhat.com> 6.3.2-3
  1147. - Added Conflicts/Obsoletes lines to all of the subpackages to make upgrades
  1148. from previous OS releases, and piecemeal upgrades work as nicely as
  1149. possible.
  1150. * Mon Sep 05 2005 Mike A. Harris <mharris@redhat.com> 6.3.2-2
  1151. - Wrote redhat-mesa-target script to simplify mesa build target selection.
  1152. - Wrote redhat-mesa-driver-install to install the DRI drivers and simplify
  1153. per-arch conditionalization, etc.
  1154. * Sun Sep 04 2005 Mike A. Harris <mharris@redhat.com> 6.3.2-1
  1155. - Initial build.