source: projects/specs/trunk/m/mesa/mesa-vl.spec @ 3348

Revision 3348, 39.6 KB checked in by daisuke, 13 years ago (diff)

mesa: update to 7.10.2

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