Add packaging files for Tizen
[profile/ivi/mesa.git] / packaging / mesa.spec
1 Name:       mesa
2 Summary:    Mesa graphics libraries
3 Version:    8.1.0+1+5f3f6
4 Release:    1 
5 Group:      System/Libraries
6 License:    MIT
7 URL:        http://www.mesa3d.org/beta
8 Source0:    MesaLib-%{version}.tar.bz2
9 Source1:    mesa-rpmlintrc
10 BuildRequires:  pkgconfig(wayland-client)
11 BuildRequires:  pkgconfig(libdrm)
12 BuildRequires:  pkgconfig(glproto)
13 BuildRequires:  pkgconfig(dri2proto)
14 BuildRequires:  pkgconfig(xproto)
15 BuildRequires:  pkgconfig(xxf86vm)
16 BuildRequires:  pkgconfig(xext)
17 BuildRequires:  pkgconfig(xfixes)
18 BuildRequires:  pkgconfig(xdamage)
19 BuildRequires:  pkgconfig(xi)
20 BuildRequires:  pkgconfig(xmu)
21 BuildRequires:  pkgconfig(libxml-2.0)
22 BuildRequires:  pkgconfig(libudev)
23 BuildRequires:  pkgconfig autoconf automake
24 BuildRequires:  libxml2-python
25 BuildRequires:  llvm-devel
26 BuildRequires:  expat-devel
27 BuildRequires:  python-devel
28 BuildRequires:  bison
29 BuildRequires:  flex
30 BuildRequires:  makedepend
31
32 %description
33 Mesa is an open-source implementation of the OpenGL specification  -
34 a system for rendering interactive 3D graphics.
35
36 %package dri-drivers-devel
37 Summary:    Mesa-based DRI development files
38 Group:      Development/Libraries
39
40 %description dri-drivers-devel
41 Mesa-based DRI driver development files.
42
43 %ifarch %ix86
44 %package dri-i965-driver
45 Summary:    Mesa-based DRI drivers
46 Group:      System/X Hardware Support
47 Provides:   mesa-dri-drivers = %{version}-%{release}
48
49 %description dri-i965-driver
50 Mesa-based i965 DRI driver.
51
52 %package dri-i915-driver
53 Summary:    Mesa-based DRI drivers
54 Group:      System/X Hardware Support
55 Provides:   mesa-dri-drivers = %{version}-%{release}
56
57 %description dri-i915-driver
58 Mesa-based i915 DRI driver.
59 %endif
60
61 %package dri-swrast-driver
62 Summary:    Mesa-based DRI drivers
63 Group:      System/X Hardware Support
64 Provides:   mesa-dri-drivers = %{version}-%{release}
65
66 %description dri-swrast-driver
67 Mesa-based swrast DRI driver.
68
69 %package libGL
70 Summary:    Mesa libGL runtime libraries and DRI drivers
71 Group:      System/Libraries
72 Requires(post): /sbin/ldconfig
73 Requires(postun): /sbin/ldconfig
74 Provides:   libGL = %{version}-%{release}
75
76 %description libGL
77 Mesa libGL runtime library.
78
79 %package libGLESv2
80 Summary:    Mesa libGLESv2 runtime libraries
81 Group:      System/Libraries
82 Requires(post): /sbin/ldconfig
83 Requires(postun): /sbin/ldconfig
84 Provides:   libGLESv2 = %{version}-%{release}
85
86 %description libGLESv2
87 Mesa libGLESv2 runtime library.
88
89 %package libGLESv1
90 Summary:    Mesa libGLESv1 runtime libraries
91 Group:      System/Libraries
92 Requires(post): /sbin/ldconfig
93 Requires(postun): /sbin/ldconfig
94 Provides:   libGLESv1 = %{version}-%{release}
95
96 %description libGLESv1
97 Mesa libGLESv1 runtime library.
98
99
100 %package libGLESv2-compat
101 Summary:    Mesa libGLESv2 runtime compatibility library
102 Group:      System/Libraries
103 Requires:   libGLESv2.so.2
104 Requires(post): /sbin/ldconfig
105 Requires(postun): /sbin/ldconfig
106 #Provides:   libGLESv2.so
107
108 %description libGLESv2-compat
109 Mesa libGLESv2 runtime compatibility library.
110
111 %package libgbm
112 Summary:    Mesa General Buffer Management library
113 Group:      System/Libraries
114 Requires(post): /sbin/ldconfig
115 Requires(postun): /sbin/ldconfig
116 Provides:   libgbm = %{version}-%{release}
117
118 %description libgbm
119 Mesa General Buffer Management library
120
121 %package libgbm-devel
122 Summary:    Mesa libgbm development package
123 Group:      Development/Libraries
124 Requires:   mesa-libgbm = %{version}-%{release}
125 Provides:   libgbm-devel
126
127 %description libgbm-devel
128 Mesa libgbm library development package
129
130 %package libwayland-egl
131 Summary:    Wayland EGL library
132 Group:      System/Libraries
133 Requires(post): /sbin/ldconfig
134 Requires(postun): /sbin/ldconfig
135 Provides:   libwayland-egl = %{version}-%{release}
136
137 %description libwayland-egl
138 Wayland EGL library
139
140 %package libwayland-egl-devel
141 Summary:    Mesa libwayland-egl development package
142 Group:      Development/Libraries
143 Requires:   libwayland-egl = %{version}-%{release}
144 Provides:   libwayland-egl-devel
145
146 %description libwayland-egl-devel
147 Mesa libwayland-egl library development package
148
149 %package libEGL
150 Summary:    Mesa libEGL runtime libraries and DRI drivers
151 Group:      System/Libraries
152 Requires(post): /sbin/ldconfig
153 Requires(postun): /sbin/ldconfig
154 Provides:   libEGL = %{version}-%{release}
155
156 %description libEGL
157 Mesa libEGL runtime library.
158
159 %package libEGL-compat
160 Summary:    Mesa libEGL runtime compatibility library
161 Group:      System/Libraries
162 Requires:   libEGL.so.1
163 Requires(post): /sbin/ldconfig
164 Requires(postun): /sbin/ldconfig
165 #Provides:   libEGL.so
166
167 %description libEGL-compat
168 Mesa libEGL runtime compatibility library.
169
170 %package libGLU
171 Summary:    Mesa libGLU runtime library
172 Group:      System/Libraries
173 Requires(post): /sbin/ldconfig
174 Requires(postun): /sbin/ldconfig
175
176 %description libGLU
177 Mesa OpenGL library Utility runtime library
178
179 %package libGL-devel
180 Summary:    Mesa libGL development package
181 Group:      Development/Libraries
182 Requires:   mesa-libGL = %{version}-%{release}
183 Requires:   libx11-devel
184 Provides:   libGL-devel
185
186 %description libGL-devel
187 Mesa OpenGL library development package
188
189 %package libGLESv2-devel
190 Summary:    Mesa libGLESv2 development package
191 Group:      Development/Libraries
192 Requires:   mesa-libGLESv2 = %{version}-%{release}
193 Provides:   libGLESv2-devel
194 Obsoletes:   mesa-libGLESv2-compat
195
196 %description libGLESv2-devel
197 Mesa OpenGLESv2 library development package
198
199 %package libGLESv1-devel
200 Summary:    Mesa libGLESv1 development package
201 Group:      Development/Libraries
202 Requires:   mesa-libGLESv1 = %{version}-%{release}
203 Provides:   libGLESv1-devel
204 Obsoletes:   mesa-libGLESv1-compat
205
206 %description libGLESv1-devel
207
208 Mesa OpenGLES
209 %package libEGL-devel
210 Summary:    Mesa libEGL development package
211 Group:      Development/Libraries
212 Requires:   mesa-libEGL = %{version}-%{release}
213 Provides:   libEGL-devel
214 Obsoletes:   mesa-libEGL-compat
215
216 %description libEGL-devel
217 Mesa EGL library development package
218
219 %package libGLU-devel
220 Summary:    Mesa libGLU development package
221 Group:      Development/Libraries
222 Requires:   mesa-libGLU = %{version}-%{release}
223 Requires:   libGL-devel
224 Provides:   libGLU-devel
225
226 %description libGLU-devel
227 Mesa OpenGL library Utility development package
228
229 %prep
230 %setup -q -n MesaLib-%{version} -b1
231
232 %build
233
234 %reconfigure \
235     --disable-gallium-egl \
236     --enable-gles1 \
237     --enable-gles2 \
238     --with-egl-platforms=wayland,drm \
239     --enable-gbm \
240     --enable-gallium-gbm \
241     --enable-shared-glapi \
242     --with-dri-drivers=swrast,i915,i965
243 make %{?jobs:-j%jobs}
244
245 %install
246 rm -rf %{buildroot}
247 %make_install
248
249
250
251 %post libGL -p /sbin/ldconfig
252
253 %postun libGL -p /sbin/ldconfig
254
255
256 %post libGLESv2 -p /sbin/ldconfig
257
258 %postun libGLESv2 -p /sbin/ldconfig
259
260
261 %post libGLESv2-compat -p /sbin/ldconfig
262
263 %postun libGLESv2-compat -p /sbin/ldconfig
264
265
266 %post libEGL -p /sbin/ldconfig
267
268 %postun libEGL -p /sbin/ldconfig
269
270 %post libwayland-egl -p /sbin/ldconfig
271
272 %postun libwayland-egl -p /sbin/ldconfig
273
274 %post libEGL-compat -p /sbin/ldconfig
275
276 %postun libEGL-compat -p /sbin/ldconfig
277
278
279 %post libGLU -p /sbin/ldconfig
280
281 %postun libGLU -p /sbin/ldconfig
282
283 %ifarch %ix86
284 %files dri-drivers-devel
285 %defattr(-,root,root,-)
286 %{_libdir}/pkgconfig/dri.pc
287 /usr/lib/dri/r300_dri.so
288 /usr/lib/dri/r600_dri.so
289 /usr/lib/dri/vmwgfx_dri.so
290
291 %files dri-i965-driver
292 %defattr(-,root,root,-)
293 %{_libdir}/dri/i965_dri.so
294
295 %files dri-i915-driver
296 %defattr(-,root,root,-)
297 %{_libdir}/dri/i915_dri.so
298
299 %files dri-swrast-driver
300 %defattr(-,root,root,-)
301 %{_libdir}/dri/swrast_dri.so
302 %endif
303
304 %files libGL
305 %defattr(-,root,root,-)
306 %{_libdir}/libGL.so.*
307 %{_libdir}/libglapi.so.*
308
309 %files libGLESv2
310 %defattr(-,root,root,-)
311 %{_libdir}/libGLESv2.so.*
312
313 %files libGLESv1
314 %defattr(-,root,root,-)
315 %{_libdir}/libGLESv1_CM.so.*
316
317
318 %files libGLESv2-compat
319 %defattr(-,root,root,-)
320 %{_libdir}/libGLESv2.so
321
322 %files libgbm
323 %defattr(-,root,root,-)
324 %{_libdir}/libgbm.so.*
325 %{_libdir}/gbm/*
326 /etc/drirc
327 %{_libdir}/dri/libdricore.so
328 %{_libdir}/dri/libglsl.so
329
330 %files libgbm-devel
331 %defattr(-,root,root,-)
332 %{_includedir}/gbm.h
333 %{_libdir}/libgbm.so
334 %{_libdir}/pkgconfig/gbm.pc
335
336 %files libwayland-egl
337 %defattr(-,root,root,-)
338 %{_libdir}/libwayland-egl.so.*
339
340 %files libwayland-egl-devel
341 %defattr(-,root,root,-)
342 %{_libdir}/libwayland-egl.so
343 %{_libdir}/pkgconfig/wayland-egl.pc
344
345 %files libEGL
346 %defattr(-,root,root,-)
347 %{_libdir}/libEGL.so.*
348
349 %files libEGL-compat
350 %defattr(-,root,root,-)
351 %{_libdir}/libEGL.so
352
353 %files libGLU
354 %defattr(-,root,root,-)
355 %{_libdir}/libGLU.so.*
356
357 %files libGL-devel
358 %defattr(-,root,root,-)
359 %{_includedir}/GL/gl.h
360 %{_includedir}/GL/gl_mangle.h
361 %{_includedir}/GL/glext.h
362 %{_includedir}/GL/glx.h
363 %{_includedir}/GL/glx_mangle.h
364 %{_includedir}/GL/glxext.h
365 %{_includedir}/GL/osmesa.h
366 %{_includedir}/GL/vms_x_fix.h
367 %{_includedir}/GL/wglext.h
368 %{_includedir}/GL/wmesa.h
369 %{_libdir}/libglapi.so
370
371 %ifarch %ix86
372 %dir %{_includedir}/GL/internal
373 %{_includedir}/GL/internal/dri_interface.h
374 %endif
375 %{_libdir}/libGL.so
376 %{_libdir}/pkgconfig/gl.pc
377
378 %files libGLESv2-devel
379 %defattr(-,root,root,-)
380 %{_libdir}/libGLESv2.so
381 %{_includedir}/GLES2/gl2.h
382 %{_includedir}/GLES2/gl2ext.h
383 %{_includedir}/GLES2/gl2platform.h
384 %{_libdir}/pkgconfig/glesv2.pc
385
386
387 %files libGLESv1-devel
388 %defattr(-,root,root-)
389 %{_libdir}/libGLESv1_CM.so
390 %{_includedir}/GLES/egl.h
391 %{_includedir}/GLES/gl.h
392 %{_includedir}/GLES/glext.h
393 %{_includedir}/GLES/glplatform.h
394 %{_libdir}/pkgconfig/glesv1_cm.pc
395
396
397 %files libEGL-devel
398 %defattr(-,root,root,-)
399 %{_libdir}/libEGL.so
400 %dir %{_includedir}/EGL
401 %{_includedir}/EGL/egl.h
402 %{_includedir}/EGL/eglext.h
403 %{_includedir}/EGL/eglplatform.h
404 %{_includedir}/EGL/eglmesaext.h
405 %dir %{_includedir}/KHR
406 %{_includedir}/KHR/khrplatform.h
407 %{_libdir}/pkgconfig/egl.pc
408
409 %files libGLU-devel
410 %defattr(-,root,root,-)
411 %{_libdir}/libGLU.so
412 %{_libdir}/pkgconfig/glu.pc
413 %{_includedir}/GL/glu.h
414 %{_includedir}/GL/glu_mangle.h
415
416 %changelog
417 * Mon Apr 26 2012 Xinyun Liu<xinyun.liu@intel.com> - 8.0.1
418 - Add GLESv1 package
419 * Mon Mar 19 2012 Rusty Lynch <rusty.lynch@intel.com> - 8.0.1
420 - mesa 8.0.1
421 * Tue May  3 2011 Li Peng <peng.li@intel.com> - 7.10.2
422 - mesa 7.10.2
423 * Mon Apr 18 2011 Li Peng <peng.li@intel.com> - 7.9.1
424 - Fix BMC #13274: mcompositor (Mesa, EGL) crashes on unchecked pointer
425 * Tue Mar 29 2011 Feng Haitao <haitao.feng@intel.com> - 7.9.1
426 - Fix a typo in EGL software driver. BMC #14979
427 * Fri Mar 25 2011 Feng Haitao <haitao.feng@intel.com> - 7.9.1
428 - Enable surfaceless for EGL software driver. BMC #14850
429 * Thu Feb 17 2011 Li Peng <peng.li@intel.com> - 7.9.1
430 - Fix BMC #13591 (add dri2 release texture image method)
431 * Thu Feb 10 2011 Li Peng <peng.li@intel.com> - 7.9.1
432 - Fix BMC #13005 (Graphics GLSL issue lead to camera preview fail on
433   Pinetrail)
434 * Tue Jan 25 2011 Feng Haitao <haitao.feng@intel.com> - 7.9.1
435 - Enable an EGL driver to work with swrast dri2 driver. BMC #12819
436 * Mon Jan 24 2011 Fathi Boudra <fathi.boudra@nokia.com> - 7.9.1
437 - Add Requires libX11-devel to mesa-libGL-devel (BMC#12001)
438 - Revert: make mesa-libGLUT/mesa-libGLUT-devel obsolete freeglut/freeglut-devel
439   (BMC#12744)
440 * Tue Jan 18 2011 Li Peng <peng.li@intel.com> - 7.9.1
441 - update to mesa 7.9.1, a bugfix release. BMC #12545
442 * Mon Oct 25 2010 Li Peng <peng.li@intel.com> - 7.9
443 - Fix BMC #5962 (netbook duihome failure on GLESv2 enabled Qt)
444 * Fri Oct  8 2010 Li Peng <peng.li@intel.com> - 7.9
445 - update to mesa 7.9 final release
446 * Wed Sep 29 2010 Li Peng <peng.li@intel.com> - 7.9~rc2~git5d3a4317e8
447 - update to mesa 7.9-rc2
448 * Fri Sep 17 2010 Liu Xinyun <xinyun.liu@intel.com> - 7.8.99.1~gitb018ea19a3
449 - Add osmesa.pc for devel package. Fix BMC #6854.
450 * Wed Sep  8 2010 Li Peng <peng.li@intel.com> - 7.8.99.1~gitb018ea19a3
451 - handset driver reuse the devel packages of EGL, OpenVG and GLES,
452   remove devel package dependency on mesa lib package.
453 * Mon Sep  6 2010 Li Peng <peng.li@intel.com> - 7.8.99.1~gitb018ea19a3
454 - Add new package mesa-libOSMesa
455 - Remove unnecessary dependency of mesa-dri-drivers
456 * Thu Aug 26 2010 Li Peng <peng.li@intel.com> - 7.8.99.1~gitb018ea19a3
457 - Now mesa-dri-drivers isn't a must requirement for mesa-libGL
458 * Wed Aug 25 2010 Li Peng <peng.li@intel.com> - 7.8.99.1~gitb018ea19a3
459 - Add new package mesa-libOpenVG
460 * Tue Aug 24 2010 Li Peng <peng.li@intel.com> - 7.8.99~gitda7bd6a90e
461 - update to latest mesa git
462 - update Provides and Requires of libGLESv2-compat and libEGL-compat
463 * Mon Aug  2 2010 Li Peng <peng.li@intel.com> - 7.8.99~gitda7bd6a90e
464 - Add mesa-libGLESv2-compat and mesa-libEGL-compat package to
465   support application compatibility for MeeGo and Harmattan on ARM
466 * Thu Jul 29 2010 Li Peng <peng.li@intel.com> - 7.8.99~gitda7bd6a90e
467 - make mesa-libGLUT and mesa-libGLUT-devel obsolete freeglut and freeglut-devel
468 * Tue Jun 29 2010 Li Peng <peng.li@intel.com> - 7.8.99~gitda7bd6a90e
469 - mesa 7.8.99~gitda7bd6a90e
470 * Tue Jun 22 2010 Li Peng <peng.li@intel.com> - 7.8.2
471 - mesa 7.8.2
472 * Thu May 13 2010 Priya Vijayan <priya.vijayan@intel.com> - 7.8.1
473 - Add pbuffer patches through spectacle instead of directly adding to spec
474 * Wed Apr 28 2010 Prajwal Mohan <prajwal.karur.mohan@intel.com> - 7.8.1
475 - Added Mesa workaround to report PBUFFER configs - Fix #352
476 * Wed Apr 28 2010 Li Peng <peng.li@intel.com> - 7.8.1
477 - Add glut package per handset requirement
478 * Thu Apr 15 2010 Li Peng <peng.li@intel.com> - 7.8.1
479 - don't package egl_glx.so, which is broken
480 - add package egl-utils for egl demos and utilities
481 * Wed Apr 14 2010 Li Peng <peng.li@intel.com> - 7.8.1
482 - fix DRI2 event type
483 * Fri Apr  9 2010 Li Peng <peng.li@intel.com> - 7.8.1
484 - fix MeeGo bug #34 (gnome-control-center crash on Calpella)
485 * Tue Apr  6 2010 Li Peng <peng.li@intel.com> - 7.8.1
486 - Mesa 7.8.1
487 * Wed Mar 31 2010 Li Peng <peng.li@intel.com> - 7.8
488 - Mesa 7.8
489 * Tue Mar 30 2010 Li Peng <peng.li@intel.com> - 7.7.99.902~git094c6fbc45
490 - revoke the screen flicker fix, it break gfx perf test
491   and cause critical bugs.
492 * Fri Mar 26 2010 Li Peng <peng.li@intel.com> - 7.7.99.902~git094c6fbc45
493 - fix screen flicker issue at full screen flipping
494 * Wed Mar 24 2010 Anas Nashif <anas.nashif@intel.com> - 7.7.99.902~git094c6fbc45
495 - Fixed summary
496 * Wed Mar 24 2010 Li Peng <peng.li@intel.com> 7.7.99.902
497 - enable egl option for handset requirement
498 * Tue Mar 23 2010 Li Peng <peng.li@intel.com> 7.7.99.902
499 - update to mesa 7.8-rc2
500 * Thu Mar 18 2010 Li Peng <peng.li@intel.com> 7.7.99.901
501 - apply fixes for texture-tiling from mesa git master
502 - fixes group info in spec
503 * Mon Mar 15 2010 Li Peng <peng.li@intel.com> 7.7.99.901
504 - update to lastest mesa-7.8 branch, git commit 346298c765
505   disable texture-tiling for now.
506 * Mon Mar  1 2010 Li Peng <peng.li@intel.com> 7.7.99
507 - disable "GL_ARB_texture_rectangle" extension for i915
508 * Tue Feb  9 2010 Li Peng <peng.li@intel.com> 7.7.99
509 - upgrade to latest mesa
510 * Wed Dec 23 2009 Li Peng <peng.li@intel.com> 7.7
511 - Mesa 7.7
512 * Fri Oct 16 2009 Li Peng <peng.li@intel.com> 7.6
513 - Fix MB #6803 (Videos in Swedish locale have an incorrect colour)
514 * Fri Oct  9 2009 Li Peng <peng.li@intel.com> 7.6
515 - Mesa 7.6
516 * Wed Jul  1 2009 Li Peng <peng.li@intel.com> 7.5
517 - Fix #3648
518 * Mon Jun 29 2009 Li Peng <peng.li@intel.com> 7.5
519 - Mesa 7.5-rc4
520 * Tue Jun 23 2009 Li Peng <peng.li@intel.com> 7.5
521 - intel gfx 2009Q2-rc2 release
522 * Wed May 27 2009 Li Peng <peng.li@intel.com> 7.4.2
523 - Mesa 7.4.2
524 * Mon Apr 27 2009 Li Peng <peng.li@intel.com> 7.4.1
525 - Update to Mesa 7.4.1, a bugfix release
526 * Fri Apr  3 2009 Peng Li <peng.li@intel.com> 7.4
527 - Upgrade to Mesa 7.4
528 * Thu Feb 26 2009 Peng Li <peng.li@intel.com> 7.2
529 - add patch to fix for the memory allocation
530 - add patch to support G33-like new graphic chip
531 * Tue Jan 27 2009 Li Peng <peng.li@intel.com> 7.2
532 - Remove DRI2 fix patch to sync with upstream
533 * Mon Jan 26 2009 Anas Nashif <anas.nashif@intel.com> 7.2
534 - Fix performance issues with DRI2
535 * Fri Jan 16 2009 Peng Li <peng.li@intel.com> 7.2
536 - update to 2008Q4 stable release 'mesa-20090115.tar.gz' at
537   http://intellinuxgraphics.org/2008Q4.html
538 * Tue Jan 13 2009 Peng Li <peng.li@intel.com> 7.2
539 - update to latest 2008Q4 pre-release 'mesa-20090112.tar.gz' at
540   http://intellinuxgraphics.org/download.html
541 * Mon Dec 22 2008 Peng Li <peng.li@intel.com> 7.2
542 - update to 2008Q4 pre-release at
543   http://intellinuxgraphics.org/download.html
544 * Sat Dec 20 2008 Arjan van de Ven <arjan@linux.intel.com> 7.1
545 - Fix misisng buildrequires:
546 * Tue Dec 16 2008 Anas Nashif <anas.nashif@intel.com> 7.1
547 - Fixed rpmlint errors in Summary tag
548 * Thu Dec  4 2008 Peng Li <peng.li@intel.com> 7.1
549 - change source to intel-2008-q3 branch, commit
550   8f8892525a560b0e68780d58a1e127b304a31e8b
551 * Sat Oct  4 2008 Anas Nashif <anas.nashif@intel.com> 7.1
552 - split package into multiple drivers
553 * Thu Sep 25 2008 Peng Li <peng.li@intel.com> 7.1
554 - package upgrade for dri2
555 * Tue Sep 23 2008 Peng Li <peng.li@intel.com> 7.1
556 - cleanup rpm spec, remove osmesa, demo and man package
557 * Fri Sep  5 2008 Peng Li <peng.li@intel.com> 7.1
558 - remove dependency on makedepend
559 * Wed Aug 13 2008 Peng Li <peng.li@intel.com>
560 - add swrast in dri driver build, which is needed to boot X in VM
561 * Fri Jun 27 2008 Adam Jackson <ajax@redhat.com> 7.1-0.37
562 - Drop mesa-source subpackage.  Man that feels good.
563 * Fri Jun 27 2008 Adam Jackson <ajax@redhat.com> 7.1-0.36
564 - Today's snapshot.
565 - Package swrast_dri for the new X world order.
566 - Split DRI drivers to their own subpackage.
567 * Thu Jun 12 2008 Dave Airlie <airlied@redhat.com> 7.1-0.35
568 - Update mesa to latest git snapshot - drop patches merged upstream
569 * Wed Jun  4 2008 Adam Jackson <ajax@redhat.com> 7.1-0.34
570 - Link libdricore with gcc instead of ld, so we automagically pick up the
571   ld --build-id flags.
572 * Wed May 28 2008 Dave Airlie <airlied@redhat.com> 7.1-0.33
573 - Add initial r500 3D driver
574 * Tue May 13 2008 Adam Jackson <ajax@redhat.com> 7.1-0.32
575 - Update dri2proto requirement.  (#446166)
576 * Sat May 10 2008 Dave Airlie <airlied@redhat.com> 7.1-0.31
577 - Bring in a bunch of fixes from upstream, missing rs690 pci id,
578 - DRI2 + modeset + 965 + compiz + alt-tab fixed.
579 * Wed May  7 2008 Dave Airlie <airlied@redhat.com> 7.1-0.30
580 - fix googleearth on Intel 965 (#443930)
581 - disable classic warning to avoid people reporting it.
582 * Mon May  5 2008 Dave Airlie <airlied@redhat.com> 7.1-0.29
583 - mesa-7.1-f9-intel-and-radeon-fixes.patch - Update mesa
584   package with cherrypicked fixes from master.
585 - Fixes numerous i965 3D issues
586 - Fixes compiz on rs48x and rs690 radeon chipsets
587 * Fri Apr 18 2008 Dave Airlie <airlied@redhat.com> 7.1-0.28
588 - okay fire me now - I swear it runs compiz really well...
589 - fix more bugs on 965
590 * Fri Apr 18 2008 Dave Airlie <airlied@redhat.com> 7.1-0.27
591 - why yes, that is a brown paper bag
592 - fix glxgears on 965
593 * Fri Apr 18 2008 Dave Airlie <airlied@redhat.com> 7.1-0.26
594 - fix compiz alt-tab crashing on out of the box intel driver
595 - some other upstream bugfixes as well
596 * Tue Apr 15 2008 Dave Airlie <airlied@redhat.com> 7.1-0.25
597 - Rebase to latest upstream - drop patches applied there.
598 * Sat Apr 12 2008 Dennis Gilmore <dennis@ausil.us> 7.1-0.24
599 - add patch so that we only build dri drivers on sparc that are remotely
600   useful.  sis driver breaks the build and the intel ones will never exist
601 * Thu Apr 10 2008 Adam Jackson <ajax@redhat.com> 7.1-0.23
602 - mesa-7.1-link-shared.patch: Make a libdricore.so from libmesa.a, install
603   it into %%%%_libdir/dri, and link the DRI drivers against it.  Drops ~20M
604   from the installed system (not including debuginfo).  Inspired by a
605   similar patch in openSUSE but reworked to be compatible with the OSMesa
606   build.
607 * Wed Apr  9 2008 Adam Jackson <ajax@redhat.com> 7.1-0.22
608 - mesa-7.1-visual-crash.patch: Fix a segfault if DRI unavailable.
609 - mesa-7.1-fbconfig-fix.patch: Fix fbconfig comparisons.
610 - mesa-7.1-dri2.patch: Fix a header path.
611 - Add buildreqs for the demos that suddenly stopped compiling.
612 * Mon Mar 31 2008 Kristian Høgsberg <krh@redhat.com> - 7.1-0.21
613 - Update git snapshot to pull in DRI2 direct rendering.
614 - Add conflicts for xservers that don't understand the new DRI driver
615   interface.
616 * Tue Mar 11 2008 Kristian Høgsberg <krh@redhat.com> - 7.1-0.20
617 - Looks like the TexOffset extension does not work, disable for now.
618 - Bump to 20080311 snapshot to get DRI2 tfp fixes.
619 * Mon Mar  3 2008 Kristian Høgsberg <krh@redhat.com> - 7.1-0.19
620 - Bump to latest git snapshot.
621 - Drop mesa-7.1-dri-drivers.patch, it's upstream.
622 - Require libdrm-devel >= 2.4.0-0.5
623 * Mon Mar  3 2008 Dave Airlie <airlied@redhat.com> 7.1-0.18
624 - fix i915 build due to symbol visibility
625 * Tue Feb 26 2008 Adam Jackson <ajax@redhat.com> 7.1-0.17
626 - Fix OSMesa symlink bug. (#424545)
627 - Build OSMesa with -Os to be slightly less bloaty.
628 - Re-add osmesa.h to libOSMesa-devel.
629 - Really restore -fvisibility=hidden.
630 * Thu Feb 21 2008 Adam Jackson <ajax@redhat.com> 7.1-0.16
631 - Fix build on powerpc and amd64.
632 - Disable %%%%_smp_mflags for DRI drivers for now.
633 * Mon Feb 18 2008 Adam Jackson <ajax@redhat.com> 7.1-0.15
634 - Today's git snapshot, additional headers for DRI2 love.
635 * Fri Feb 15 2008 Adam Jackson <ajax@redhat.com> 7.1-0.14
636 - Fix build on lib64 machines.
637 * Fri Feb 15 2008 Adam Jackson <ajax@redhat.com> 7.1-0.13
638 - Restore -fvisibility=hidden.
639 - Fix autotooling.
640 * Fri Feb 15 2008 Adam Jackson <ajax@redhat.com> 7.1-0.12
641 - Fix file conflict with bsd-games on /usr/bin/rain.
642 * Fri Feb 15 2008 Adam Jackson <ajax@redhat.com> 7.1-0.11
643 - Today's git snapshot.
644 - Massive spec overhaul to use new buildsystem.
645 * Tue Feb 12 2008 Adam Jackson <ajax@redhat.com> 7.1-0.10
646 - mesa-7.1-sis-ia64.patch: Fix sis driver on ia64. (#432428)
647 * Mon Feb 11 2008 Adam Jackson <ajax@redhat.com> 7.1-0.9
648 - mesa-7.1-ia64-build-fix.patch: Fix build on ia64. (#427558)
649 * Tue Jan 22 2008 Adam Jackson <ajax@redhat.com> 7.1-0.8
650 - Enable i915 DRI on E7221. (Carlos Martín, #425790)
651 * Mon Jan 21 2008 Adam Jackson <ajax@redhat.com>
652 - Make the demo seddery prettier.
653 * Tue Dec  4 2007 Dave Airlie <airlied@redhat.com> 7.1-0.7
654 - Remove references to libgl symbol from i915
655 * Fri Nov 30 2007 Dave Airlie <airlied@redhat.com> 7.1-0.6
656 - Rebuild against a new libdrm
657 * Tue Nov 27 2007 Adam Jackson <ajax@redhat.com> 7.1-0.5
658 - Rebase to today's git snapshot.
659 - Try even harder to not build or the Mesa glut.
660 * Thu Nov 15 2007 Tom "spot" Callaway <tcallawa@redhat.com> 7.1-0.4
661 - link libOSMesa* against libselinux
662 * Mon Nov 12 2007 Adam Jackson <ajax@redhat.com> 7.1-0.3
663 - Drop xserver 1.1 source compatibility.
664 * Wed Nov  7 2007 Dave Airlie <airlied@redhat.com> 7.1-0.2
665 - fix DRI driver directory
666 * Thu Nov  1 2007 Adam Jackson <ajax@redhat.com> 7.1-0.1
667 - Fix EVR, 7.1pre > 7.1, that would have been bad.
668 - Fix %%%%setup to match.
669 * Thu Nov  1 2007 Dave Airlie <airlied@redhat.com> 7.1pre-0
670 - rebase Mesa to 7.1pre 74ced1e67f286a5e71e9877bc6844b2af5b9ab8d
671 * Thu Oct 18 2007 Dave Airlie <airlied@redhat.com> 7.0.1-7
672 - mesa-7.0.1-stable-branch.patch - Updated with more fixes from stable
673 - mesa-7.0.1-r300-fix-writemask.patch - fix r300 fragprog writemask
674 - mesa-7.0.1-r200-settexoffset.patch - add zero-copy TFP support for r200
675 * Fri Sep 28 2007 Dave Airlie <airlied@redhat.com> 7.0.1-6
676 - mesa-7.0.1-stable-branch.patch - Updated to close to 7.0.2-rc1
677 - This contains the fixes made to the upstream Mesa stable branch
678   including fixes for 965 vblank interrupt issues along with a fix
679   in the kernel - remove patches that already upstream.
680 - mesa-6.5.2-hush-synthetic-visual-warning.patch - dropped
681 - mesa-7.0-i-already-defined-glapi-you-twit.patch - dropped
682 - mesa-7.0.1-965-sampler-crash.patch - dropped
683 * Thu Sep  6 2007 Adam Jackson <ajax@redhat.com> 7.0.1-5
684 - mesa-7.0.1-965-sampler-crash.patch: Fix a crash with 965 in Torcs. (#262941)
685 * Tue Aug 28 2007 Adam Jackson <ajax@redhat.com> 7.0.1-4
686 - Rebuild for new libexpat.
687 * Wed Aug 15 2007 Dave Airlie <airlied@redhat.com> - 7.0.1-3
688 - mesa-7.0.1-stable-branch.patch - Add patches from stable branch
689   includes support for some Intel chipsets
690 - mesa-7.0-use_master-r300.patch - Add r300 driver from master
691 * Tue Aug 14 2007 Dave Airlie <airlied@redhat.com> - 7.0.1-2
692 - missing build requires for Xfixes-devel and Xdamage-devel
693 * Mon Aug 13 2007 Dave Airlie <airlied@redhat.com> - 7.0.1-1
694 - Rebase to upstream 7.0.1 release
695 - ajax provided patches: for updated selinux awareness, build config
696 - gl visibility and picify were fixed upstream
697 - OS mesa library version are 6.5.3 not 7.0.1 - spec fix
698 * Wed Jul 25 2007 Jesse Keating <jkeating@redhat.com> - 6.5.2-16
699 - Rebuild for RH #249435
700 * Tue Jul 24 2007 Adam Jackson <ajax@redhat.com> 6.5.2-15
701 - Add dri_interface.h to mesa-libGL-devel, and conflict with
702   xorg-x11-proto-devel versions that attempted to provide it.
703 * Tue Jul 10 2007 Adam Jackson <ajax@redhat.com> 6.5.2-14
704 - Add mesa-demos subpackage. (#247252)
705 * Mon Jul  9 2007 Adam Jackson <ajax@redhat.com> 6.5.2-13
706 - mesa-6.5.2-radeon-backports-231787.patch: One more fix for r300. (#231787)
707 * Mon Jul  9 2007 Adam Jackson <ajax@redhat.com> 6.5.2-12
708 - Don't install header files for APIs that we don't provide. (#247390)
709 * Fri Jul  6 2007 Adam Jackson <ajax@redhat.com> 6.5.2-11
710 - mesa-6.5.2-via-respect-my-cliplist.patch: Backport a via fix. (#247254)
711 * Tue Apr 10 2007 Adam Jackson <ajax@redhat.com> 6.5.2-10
712 - mesa-6.5.2-radeon-backports-231787.patch: Backport various radeon bugfixes
713   from git. (#231787)
714 * Wed Apr  4 2007 Adam Jackson <ajax@redhat.com> 6.5.2-9
715 - mesa-6.5.2-bindcontext-paranoia.patch: Paper over a crash when doBindContext
716   fails, to avoid, for example, crashing the server when using tdfx but
717   without glide3 installed.
718 * Thu Mar  8 2007 Adam Jackson <ajax@redhat.com> 6.5.2-8
719 - Hush the (useless) warning about the synthetic visual not being supported.
720 * Fri Mar  2 2007 Adam Jackson <ajax@redhat.com> 6.5.2-7
721 - mesa-6.5.2-picify-dri-drivers.patch: Attempt to make the DRI drivers PIC.
722 - mesa-6.5.1-build-config.patch: Apply RPM_OPT_FLAGS to OSMesa too.
723 * Mon Feb 26 2007 Adam Jackson <ajax@redhat.com> 6.5.2-6
724 - mesa-6.5.2-libgl-visibility.patch: Fix non-exported GLX symbols (#229808)
725 - Require a sufficiently new libdrm at runtime too
726 - Make the arch macros do something sensible in the general case
727 * Tue Feb 20 2007 Adam Jackson <ajax@redhat.com> 6.5.2-5
728 - General spec cleanups
729 - Require current libdrm
730 - Build with -fvisibility=hidden
731 - Redo the way mesa-source is generated
732 - Add %%%%{?_smp_mflags} where appropriate
733 * Mon Dec 18 2006 Adam Jackson <ajax@redhat.com> 6.5.2-4
734 - Add i915tex and mach64 to the install set.
735 * Tue Dec 12 2006 Adam Jackson <ajax@redhat.com> 6.5.2-3
736 - mesa-6.5.2-xserver-1.1-source-compat.patch: Add some source-compatibility
737   defines to dispatch.h so the X server will continue to build.
738 * Mon Dec  4 2006 Adam Jackson <ajax@redhat.com> 6.5.2-2.fc6
739 - Fix OSMesa file listing to use %%%%version for DSO number.  Note that this
740   will still break on Mesa 7; oh well.
741 - Deleted file: directfbgl.h
742 * Sun Dec  3 2006 Kristian Høgsberg <krh@redhat.com> 6.5.2-1.fc6
743 - Update to 6.5.2.
744 * Mon Oct 16 2006 Kristian <krh@redhat.com> - 6.5.1-8.fc6
745 - Add i965-interleaved-arrays-fix.patch to fix (#209318).
746 * Sat Sep 30 2006 Soren Sandmann <sandmann@redhat.com> - 6.5.1-7.fc6
747 - Update to gl-manpages-1.0.1.tar.bz2 which doesn't use symlinks. (#184547)
748 * Sat Sep 30 2006 Soren Sandmann <sandmann@redhat.com> - 6.5.1-7.fc6
749 - Remove . after popd; add .gz in %%%%files section. (#184547)
750 * Sat Sep 30 2006 Soren Sandmann <sandmann@redhat.com>
751 - Use better tarball for gl man pages. (#184547)
752 * Fri Sep 29 2006 Kristian <krh@redhat.com> - 6.5.1-6.fc6
753 - Add -fno-strict-aliasing to compiler flags for i965 driver.
754 - Add post-6.5.1-i965-fixes.patch backport of i965 fixes from mesa CVS.
755 * Fri Sep 29 2006 Soren Sandmann <sandamnn@redhat.com> - 6.5.1-5.fc6
756 - Give the correct path for man page file lists.
757 * Thu Sep 28 2006 Soren Sandmann <sandmann@redhat.com> - 6.5.1-5.fc6
758 - Add GL man pages from X R6.9.  (#184547)
759 * Mon Sep 25 2006 Adam Jackson <ajackson@redhat.com> - 6.5.1-4.fc6
760 - mesa-6.5.1-build-config.patch: Add -lselinux to osmesa builds.  (#207767)
761 * Wed Sep 20 2006 Kristian Høgsberg <krh@redhat.com> - 6.5.1-3.fc6
762 - Bump xorg-x11-proto-devel BuildRequires to 7.1-8 so we pick up the
763   latest GLX_EXT_texture_from_pixmap opcodes.
764 * Wed Sep 20 2006 Kristian Høgsberg <krh@redhat.com> - 6.5.1-2.fc6
765 - Remove mesa-6.5-drop-static-inline.patch.
766 * Tue Sep 19 2006 Kristian Høgsberg <krh@redhat.com> 6.5.1-1.fc6
767 - Bump to 6.5.1 final release.
768 - Drop libGLw subpackage, it is now in Fedora Extras (#188974) and
769   tweak mesa-6.5.1-build-config.patch to not build libGLw.
770 - Drop mesa-6.5.1-r300-smooth-line.patch, the smooth line fallback can
771   now be prevented by enabling disable_lowimpact_fallback in
772   /etc/drirc.
773 - Drop mesa-6.4.1-radeon-use-right-texture-format.patch, now upstream.
774 - Drop mesa-6.5-drop-static-inline.patch, workaround no longer necessary.
775 * Thu Sep  7 2006 Kristian Høgsberg <krh@redhat.com>
776 - Drop unused mesa-modular-dri-dir.patch.
777 * Tue Aug 29 2006 Kristian Høgsberg <krh@redhat.com> - 6.5.1-0.rc2.fc6
778 - Rebase to 6.5.1 RC2.
779 - Get rid of redhat-mesa-driver-install and redhat-mesa-target helper
780   scripts and clean up specfile a bit.
781 * Mon Aug 28 2006 Kristian Høgsberg <krh@redhat.com> - 6.5.1-0.rc1.2.fc6
782 - Drop upstreamed patches mesa-6.5-texture-from-pixmap-fixes.patch and
783   mesa-6.5-tfp-fbconfig-attribs.patch and fix
784   mesa-6.4.1-radeon-use-right-texture-format.patch to not break 16bpp
785   transparency.
786 * Fri Aug 25 2006 Adam Jackson <ajackson@redhat.com> - 6.5.1-0.rc1.1.fc6
787 - mesa-6.5.1-build-config.patch: Add i965 to x86-64 config.
788 * Wed Aug 23 2006 Kristian Høgsberg <krh@redhat.com> - 6.5.1-0.rc1.fc6
789 - Bump to 6.5.1 RC1.
790 * Tue Aug 22 2006 Kristian Høgsberg <krh@redhat.com> 6.5-26.20060818cvs.fc6
791 - Pull the vtxfmt patch into the selinux-awareness patch, handle exec
792   mem heap init failure correctly by releasing mutex.
793 * Tue Aug 22 2006 Adam Jackson <ajackson@redhat.com> 6.5-25.20060818cvs.fc6
794 - mesa-6.5.1-r300-smooth-line.patch: Added, fakes smooth lines with aliased
795   lines on R300+ cards, makes Google Earth tolerable.
796 - mesa-6.5-force-r300.patch: Resurrect.
797 * Tue Aug 22 2006 Adam Jackson <ajackson@redhat.com> 6.5-24.20060818cvs.fc6
798 - mesa-6.5.1-radeon-vtxfmt-cleanup-properly.patch: Fix a segfault on context
799   destruction when selinux is enabled.
800 * Mon Aug 21 2006 Adam Jackson <ajackson@redhat.com> 6.5-23.20060818cvs.fc6
801 - redhat-mesa-driver-install: Reenable installing the tdfx driver. (#203295)
802 * Fri Aug 18 2006 Adam Jackson <ajackson@redhat.com> 6.5-22.20060818cvs.fc6
803 - Update to pre-6.5.1 snapshot.
804 - Re-add libOSMesa{,16,32}. (#186366)
805 - Add BuildReq: on libXp-devel due to openmotif header insanity.
806 * Sun Aug 13 2006 Florian La Roche <laroche@redhat.com> 6.5-21.fc6
807 - fix one Requires: to use the correct mesa-libGLw name
808 * Thu Jul 27 2006 Mike A. Harris <mharris@redhat.com> 6.5-20.fc6
809 - Conditionalized libGLw inclusion with new with_libGLw macro defaulting
810   to 1 (enabled) for now, however since nothing in Fedora Core uses libGLw
811   anymore, we will be transitioning libGLw to an external package maintained
812   in Fedora Extras soon.
813 * Wed Jul 26 2006 Kristian Høgsberg <krh@redhat.com> 6.5-19.fc5.aiglx
814 - Build for fc5 aiglx repo.
815 * Tue Jul 25 2006 Adam Jackson <ajackson@redhat.com> 6.5-19.fc6
816 - Disable TLS dispatch, it is selinux-hostile.
817 * Tue Jul 25 2006 Adam Jackson <ajackson@redhat.com> 6.5-18.fc6
818 - mesa-6.5-fix-glxinfo-link.patch: lib64 fix.
819 * Tue Jul 25 2006 Adam Jackson <ajackson@redhat.com> 6.5-17.fc6
820 - mesa-6.5-fix-linux-indirect-build.patch: Added.
821 - mesa-6.5-fix-glxinfo-link.patch: Added.
822 - Build libOSMesa never instead of inconsistently; to be fixed later.
823 - Updates to redhat-mesa-target:
824   - Always select linux-indirect when not building for DRI
825   - Enable DRI to be built on PPC64 (still disabled in the spec file though)
826   - MIT licence boilerplate
827 * Tue Jul 25 2006 Mike A. Harris <mharris@redhat.com> 6.5-16.fc6
828 - Remove glut-devel dependency, as nothing actually uses it that we ship.
829 - Added mesa-6.5-dont-libglut-me-harder-ok-thx-bye.patch to prevent libglut
830   and other libs from being linked into glxgears/glxinfo even though they
831   are not actually used.  This was the final package linking to freeglut in
832   Fedora Core, blocking freeglut from being moved to Extras.
833 - Commented all of the virtual provides in the spec file to document clearly
834   how they should be used by other developers in specifying build and runtime
835   dependencies when packaging software which links to libGL, libGLU, and
836   libGLw. (#200069)
837 * Mon Jul 24 2006 Adam Jackson <ajackson@redhat.com> 6.5-15.fc6
838 - Attempt to add selinux awareness; check if we can map executable memory
839   and fail softly if not.  Removes the need for allow_execmem from huge
840   chunks of the desktop.
841 - Disable the r300 gart fix for not compiling.
842 * Mon Jul 24 2006 Kristian Høgsberg <krh@redhat.com> 6.5-14.fc6
843 - Add mesa-6.5-r300-free-gart-mem.patch to make r300 driver free gart
844   memory on context destroy.
845 * Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> 6.5-13.1.fc6
846 - rebuild
847 * Wed Jul  5 2006 Mike A. Harris <mharris@redhat.com> 6.5-13.fc6
848 - Added mesa-6.5-fix-opt-flags-bug197640.patch as 2nd attempt to fix OPT_FLAGS
849   for (#197640).
850 - Ensure that redhat-mesa-driver-install creates $DRIMODULE_DESTDIR with
851   mode 0755.
852 * Wed Jul  5 2006 Mike A. Harris <mharris@redhat.com> 6.5-12.fc6
853 - Maybe actually, you know, apply the mesa-6.5-glx-use-tls.patch as that might
854   help to you know, actually solve the problem.  Duh.
855 - Use {dist} tag in Release field now.
856 * Wed Jul  5 2006 Mike A. Harris <mharris@redhat.com> 6.5-11
857 - Added mesa-6.5-glx-use-tls.patch to hopefully get -DGLX_USE_TLS to really
858   work this time due to broken upstream linux-dri-* configs. (#193979)
859 - Pass RPM_OPT_FLAGS via OPT_FLAGS instead of via CFLAGS also for (#193979)
860 * Mon Jun 19 2006 Mike A. Harris <mharris@redhat.com> 6.5-10
861 - Bump libdrm-devel dep to trigger new ExclusiveArch test with the new package.
862 - Use Fedora Extras style BuildRoot tag.
863 - Added "Requires(post): /sbin/ldconfig" and postun to all runtime lib packages.
864 * Mon Jun 12 2006 Kristian Høsberg <krh@redhat.com> 6.5-9
865 - Add mesa-6.5-fix-pbuffer-dispatch.patch to fix pbuffer marshalling code.
866 * Mon May 29 2006 Kristian Høgsberg <krh@redhat.com> 6.5-8
867 - Bump for rawhide build.
868 * Mon May 29 2006 Kristian Høgsberg <krh@redhat.com> 6.5-7
869 - Update mesa-6.5-texture-from-pixmap-fixes.patch to include new
870   tokens and change tfp functions to return void.  Yes, a new mesa
871   snapshot would be nice.
872 * Wed May 17 2006 Mike A. Harris <mharris@redhat.com> 6.5-6
873 - Add "BuildRequires: makedepend" for bug (#191967)
874 * Tue Apr 11 2006 Kristian Høgsberg <krh@redhat.com> 6.5-5
875 - Bump for fc5 build.
876 * Tue Apr 11 2006 Adam Jackson <ajackson@redhat.com> 6.5-4
877 - Disable R300_FORCE_R300 hack for wider testing.
878 * Mon Apr 10 2006 Kristian Høgsberg <krh@redhat.com> 6.5-3
879 - Add mesa-6.5-noexecstack.patch to prevent assembly files from making
880   libGL.so have executable stack.
881 * Mon Apr 10 2006 Kristian Høgsberg <krh@redhat.com> 6.5-2
882 - Bump for fc5 build.
883 - Bump libdrm requires to 2.0.1.
884 * Sat Apr  1 2006 Kristian Høgsberg <krh@redhat.com> 6.5-1
885 - Update to mesa 6.5 snapshot.
886 - Use -MG for generating deps and some files are not yet symlinked at
887   make depend time.
888 - Drop mesa-6.4.2-dprintf-to-debugprintf-for-bug180122.patch and
889   mesa-6.4.2-xorg-server-uses-bad-datatypes-breaking-AMD64-fdo5835.patch
890   as these are upstream now.
891 - Drop mesa-6.4.1-texture-from-drawable.patch and add
892   mesa-6.5-texture-from-pixmap-fixes.patch.
893 - Update mesa-modular-dri-dir.patch to apply.
894 - Widen libGLU glob.
895 - Reenable r300 driver install.
896 - Widen libOSMesa glob.
897 - Go back to patching config/linux-dri, add mesa-6.5-build-config.patch,
898   drop mesa-6.3.2-build-configuration-v4.patch.
899 - Disable sis dri driver for now, only builds on x86 and x86-64.
900 * Fri Mar 24 2006 Kristian Høgsberg <krh@redhat.com> 6.4.2-7
901 - Set ARCH_FLAGS=-DGLX_USE_TLS to enable TLS for GL contexts.
902 * Wed Mar  1 2006 Karsten Hopp <karsten@redhat.de> 6.4.2-6
903 - Buildrequires: libXt-devel (#183479)
904 * Sat Feb 25 2006 Mike A. Harris <mharris@redhat.com> 6.4.2-5
905 - Disable the expeimental r300 DRI driver, as it has turned out to cause
906   instability and system hangs for many users.
907 * Wed Feb 22 2006 Adam Jackson <ajackson@redhat.com> 6.4.2-4
908 - rebuilt
909 * Sun Feb 19 2006 Ray Strode <rstrode@redhat.com> 6.4.2-3
910 - enable texture-from-drawable patch
911 - add glut-devel dependency
912 * Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 6.4.2-2.1
913 - bump again for double-long bug on ppc(64)
914 * Tue Feb  7 2006 Mike A. Harris <mharris@redhat.com> 6.4.2-2
915 - Added new "glx-utils" subpackage with glxgears and glxinfo (#173510)
916 - Added mesa-6.4.2-dprintf-to-debugprintf-for-bug180122.patch to workaround
917   a Mesa namespace conflict with GNU_SOURCE (#180122)
918 - Added mesa-6.4.2-xorg-server-uses-bad-datatypes-breaking-AMD64-fdo5835.patch
919   as an attempt to fix bugs (#176976,176414,fdo#5835)
920 - Enabled inclusion of the *EXPERIMENTAL UNSUPPORTED* r300 DRI driver on
921   x86, x86_64, and ppc architectures, however the 2D Radeon driver will soon
922   be modified to require the user to manually turn experimental DRI support
923   on with Option "dri" in xorg.conf to test it out and report all X bugs that
924   occur while using it directly to X.Org bugzilla.  (#179712)
925 - Use "libOSMesa.so.6.4.0604*" glob in file manifest, to avoid having to
926   update it each upstream release.
927 * Sat Feb  4 2006 Mike A. Harris <mharris@redhat.com> 6.4.2-1
928 - Updated to Mesa 6.4.2
929 - Use "libGLU.so.1.3.0604*" glob in file manifest, to avoid having to update it
930   each upstream release.
931 * Tue Jan 24 2006 Mike A. Harris <mharris@redhat.com> 6.4.1-5
932 - Added missing "BuildRequires: expat-devel" for bug (#178525)
933 - Temporarily disabled mesa-6.4.1-texture-from-drawable.patch, as it fails
934   to compile on at least ia64, and possibly other architectures.
935 * Tue Jan 17 2006 Kristian Høgsberg <krh@redhat.com> 6.4.1-4
936 - Add mesa-6.4.1-texture-from-drawable.patch to implement protocol
937   support for GLX_EXT_texture_from_drawable extension.
938 * Sat Dec 24 2005 Mike A. Harris <mharris@redhat.com> 6.4.1-3
939 - Manually copy libGLw headers that Mesa forgets to install, to fix (#173879).
940 - Added mesa-6.4.1-libGLw-enable-motif-support.patch to fix (#175251).
941 - Removed "Conflicts" lines from libGL package, as they are "Obsoletes" now.
942 - Do not rename swrast libGL .so version, as it is the OpenGL version.
943 * Tue Dec 20 2005 Mike A. Harris <mharris@redhat.com> 6.4.1-2
944 - Rebuild to ensure libGLU gets rebuilt with new gcc with C++ compiler fixes.
945 - Changed the 3 devel packages to use Obsoletes instead of Conflicts for the
946   packages the files used to be present in, as this is more friendy for
947   OS upgrades.
948 - Added "Requires: libX11-devel" to mesa-libGL-devel package (#173712)
949 - Added "Requires: libGL-devel" to mesa-libGLU-devel package (#175253)
950 * Sat Dec 17 2005 Mike A. Harris <mharris@redhat.com> 6.4.1-1
951 - Updated MesaLib tarball to version 6.4.1 from Mesa project for X11R7 RC4.
952 - Added pkgconfig dependency.
953 - Updated "BuildRequires: libdrm-devel >= 2.0-1"
954 - Added Obsoletes lines to all the subpackages to have cleaner upgrades.
955 - Added mesa-6.4.1-amd64-assyntax-fix.patch to work around a build problem on
956   AMD64, which is fixed in the 6.4 branch of Mesa CVS.
957 - Conditionalize libOSMesa inclusion, and default to not including it for now.
958 * Fri Dec  9 2005 Jesse Keating <jkeating@redhat.com> 6.4-5.1
959 - rebuilt
960 * Sun Nov 20 2005 Jeremy Katz <katzj@redhat.com> 6.4-5
961 - fix directory used for loading dri modules (#173679)
962 - install dri drivers as executable so they get stripped (#173292)
963 * Thu Nov  3 2005 Mike A. Harris <mharris@redhat.com> 6.4-4
964 - Wrote redhat-mesa-source-filelist-generator to dynamically generate the
965   files to be included in the mesa-source subpackage, to minimize future
966   maintenance.
967 - Fixed detection and renaming of software mesa .so version.
968 * Wed Nov  2 2005 Mike A. Harris <mharris@redhat.com> 6.4-3
969 - Hack: autodetect if libGL was given .so.1.5* and rename it to 1.2 for
970   consistency on all architectures, and to avoid upgrade problems if we
971   ever disable DRI on an arch and then re-enable it later.
972 * Wed Nov  2 2005 Mike A. Harris <mharris@redhat.com> 6.4-2
973 - Added mesa-6.4-multilib-fix.patch to instrument and attempt to fix Mesa
974   bin/installmesa script to work properly with multilib lib64 architectures.
975 - Set and export LIB_DIR and INCLUDE_DIR in spec file 'install' section,
976   and invoke our modified bin/installmesa directly instead of using
977   "make install".
978 - Remove "include/GL/uglglutshapes.h", as it uses the GLUT license, and seems
979   like an extraneous file anyway.
980 - Conditionalize the file manifest to include libGL.so.1.2 on DRI enabled
981   builds, but use libGL.so.1.5.060400 instead on DRI disabled builds, as
982   this is how upstream builds the library, although it is not clear to me
983   why this difference exists yet (which was not in Xorg 6.8.2 Mesa).
984 * Thu Oct 27 2005 Mike A. Harris <mharris@redhat.com> 6.4-1
985 - Updated to new upstream MesaLib-6.4
986 - Updated libGLU.so.1.3.060400 entry in file manifest
987 - Updated "BuildRequires: libdrm-devel >= 1.0.5" to pick up fixes for the
988   unichrome driver.
989 * Tue Sep 13 2005 Mike A. Harris <mharris@redhat.com> 6.3.2-6
990 - Fix redhat-mesa-driver-install and spec file to work right on multilib
991   systems.
992 * Mon Sep  5 2005 Mike A. Harris <mharris@redhat.com> 6.3.2-5
993 - Fix mesa-libGL-devel to depend on mesa-libGL instead of mesa-libGLU.
994 - Added virtual "Provides: libGL..." entries for each subpackage as relevant.
995 * Mon Sep  5 2005 Mike A. Harris <mharris@redhat.com> 6.3.2-4
996 - Added the mesa-source subpackage, which contains part of the Mesa source
997   code needed by other packages such as the X server to build stuff.
998 * Mon Sep  5 2005 Mike A. Harris <mharris@redhat.com> 6.3.2-3
999 - Added Conflicts/Obsoletes lines to all of the subpackages to make upgrades
1000   from previous OS releases, and piecemeal upgrades work as nicely as
1001   possible.
1002 * Mon Sep  5 2005 Mike A. Harris <mharris@redhat.com> 6.3.2-2
1003 - Wrote redhat-mesa-target script to simplify mesa build target selection.
1004 - Wrote redhat-mesa-driver-install to install the DRI drivers and simplify
1005   per-arch conditionalization, etc.
1006 * Sun Sep  4 2005 Mike A. Harris <mharris@redhat.com> 6.3.2-1
1007 - Initial build.