mesa-vl.spec 40 KB

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