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

Revision 3091, 39.5 KB checked in by tomop, 13 years ago (diff)

mesa-7.10.1-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.1
16Release: 2%{?_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* Fri Mar 25 2011 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 7.10.1-2
639- dropped "BR: libtalloc-devel" (no longer needed).
640
641* Fri Mar 11 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 7.10.1-1
642- update to 7.10.1
643- drop osmesa16 and osmesa32
644- build with udev, egl and gles
645- enable gallium r600 driver
646- add libEGL/libGLES subpackage
647- add Patch40 to fix build failure
648- BR: libdrm-devel >= 2.4.24
649- BR: libudev-devel
650
651* Fri Jan 28 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 7.10-1
652- update to 7.10
653- split mesa-demos and glx-utils to their own source package.
654- add BR: libtalloc-devel
655
656* Wed Sep 22 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 7.8.2-1
657- update to 7.8.2
658- add Patch40,41 to fix build failure
659- add Source10 to build with libdrm-2.4.21
660- add BR: kernel-headers, xorg-x11-server-sdk
661
662* Thu Apr  8 2010 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 7.8.1-2
663- rebuilt with gcc-4.4.3-5 on ppc
664- temporarily don't use "-Os" on ppc (a toolchain bug?)
665
666* Tue Apr 06 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 7.8.1-1
667- update to 7.8.1
668
669* Mon Mar 29 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 7.8-1
670- update to 7.8 release
671- add xorg-x11-drv-vmwgfx subpackage for VMware GFX DDX driver
672
673* Thu Mar 11 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 7.8-0.1.git20100217
674- update to 7.8 branch from git
675
676* Tue Jan 19 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 7.6.1-1
677- update to 7.6.1 release
678
679* Thu Dec 10 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 7.6.1-0.2.rc3
680- update to 7.6.1-rc3
681
682* Sat Nov 28 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 7.6.1-0.1.rc1
683- update to 7.6.1-rc1
684
685* Tue Nov 24 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 7.6-1
686- new upstream release
687- add R: libXxf86vm-devel, libXdamage-devel, libXfixes-devel,
688  libXext-devel and libdrm-devel to mesa-libGL-devel
689
690* Sat Sep 12 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 7.4.4-1
691- new upstream release
692
693* Sun Jun 28 2009 NAKAMURA Kenta <kenta@vinelinux.org> 7.4.1-2
694- added compat32 subpackage for x86_64 arch support.
695
696* Thu Apr 30 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 7.4.1-1
697- new upstream release
698- BR: libdrm-devel >= 2.4.9
699
700* Sun Mar 22 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 7.3-1
701- new upstream release
702- BR: libdrm-devel >= 2.4.5
703- drop mach64
704- update patches from fedora
705
706* Tue Oct 21 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 7.2-2
707- add BR: libdrm-devel >= 2.4.0-3
708
709* Mon Oct 20 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 7.2-1
710- new upstreal release
711
712* Thu Sep 04 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 7.1-4
713- update to 7.1 release
714
715* Thu Jul 24 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 7.1-3.rc3
716- update to 7.1-rc3
717
718* Sat Jul 05 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 7.1-2.rc1
719- include missing swrast_dri.so to %%files list
720
721* Tue Jul 01 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 7.1-1.rc1
722- update to 7.1-rc1
723
724* Thu May 22 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 7.0.3-2
725- add Patch100 to disable 915tex driver
726
727* Mon May 12 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 7.0.3-1
728- new upstream release
729
730* Sun Jan 20 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 7.0.2-0vl1
731- build with freeglut
732
733* Thu Jan 17 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 7.0.2-0vl0
734- initial build for Vine Linux(bootstrap)
735
736* Tue Jan 01 2008 Dave Airlie <airlied@redhat.com> 7.0.2-2
737- mesa-7.0.2-stable-branch.patch: add in mesa 7.0.2 stable patches so far
738
739* Tue Jan 01 2008 Dave Airlie <airlied@redhat.com> 7.0.2-1
740- update to Mesa 7.0.2 final
741- mesa-7.0.2-rx00-vertprog-num-temps-off-by-one.patch - fixes for maniadrive
742- mesa-7.0.2-t_vp_build-use-less-temps.patch - fixes for maniadrive
743
744* Thu Oct 18 2007 Dave Airlie <airlied@redhat.com> 7.0.1-7
745- mesa-7.0.1-stable-branch.patch - Updated with more fixes from stable
746- mesa-7.0.1-r300-fix-writemask.patch - fix r300 fragprog writemask
747- mesa-7.0.1-r200-settexoffset.patch - add zero-copy TFP support for r200
748
749* Fri Sep 28 2007 Dave Airlie <airlied@redhat.com> 7.0.1-6
750- mesa-7.0.1-stable-branch.patch - Updated to close to 7.0.2-rc1
751- This contains the fixes made to the upstream Mesa stable branch
752  including fixes for 965 vblank interrupt issues along with a fix
753  in the kernel - remove patches that already upstream.
754- mesa-6.5.2-hush-synthetic-visual-warning.patch - dropped
755- mesa-7.0-i-already-defined-glapi-you-twit.patch - dropped
756- mesa-7.0.1-965-sampler-crash.patch - dropped
757
758* Thu Sep 06 2007 Adam Jackson <ajax@redhat.com> 7.0.1-5
759- mesa-7.0.1-965-sampler-crash.patch: Fix a crash with 965 in Torcs. (#262941)
760
761* Tue Aug 28 2007 Adam Jackson <ajax@redhat.com> 7.0.1-4
762- Rebuild for new libexpat.
763
764* Wed Aug 15 2007 Dave Airlie <airlied@redhat.com> - 7.0.1-3
765- mesa-7.0.1-stable-branch.patch - Add patches from stable branch
766  includes support for some Intel chipsets
767- mesa-7.0-use_master-r300.patch - Add r300 driver from master
768
769* Tue Aug 14 2007 Dave Airlie <airlied@redhat.com> - 7.0.1-2
770- missing build requires for Xfixes-devel and Xdamage-devel
771
772* Mon Aug 13 2007 Dave Airlie <airlied@redhat.com> - 7.0.1-1
773- Rebase to upstream 7.0.1 release
774- ajax provided patches: for updated selinux awareness, build config
775- gl visibility and picify were fixed upstream
776- OS mesa library version are 6.5.3 not 7.0.1 - spec fix
777
778* Wed Jul 25 2007 Jesse Keating <jkeating@redhat.com> - 6.5.2-16
779- Rebuild for RH #249435
780
781* Tue Jul 24 2007 Adam Jackson <ajax@redhat.com> 6.5.2-15
782- Add dri_interface.h to mesa-libGL-devel, and conflict with
783  xorg-x11-proto-devel versions that attempted to provide it.
784
785* Tue Jul 10 2007 Adam Jackson <ajax@redhat.com> 6.5.2-14
786- Add mesa-demos subpackage. (#247252)
787
788* Mon Jul 09 2007 Adam Jackson <ajax@redhat.com> 6.5.2-13
789- mesa-6.5.2-radeon-backports-231787.patch: One more fix for r300. (#231787)
790
791* Mon Jul 09 2007 Adam Jackson <ajax@redhat.com> 6.5.2-12
792- Don't install header files for APIs that we don't provide. (#247390)
793
794* Fri Jul 06 2007 Adam Jackson <ajax@redhat.com> 6.5.2-11
795- mesa-6.5.2-via-respect-my-cliplist.patch: Backport a via fix. (#247254)
796
797* Tue Apr 10 2007 Adam Jackson <ajax@redhat.com> 6.5.2-10
798- mesa-6.5.2-radeon-backports-231787.patch: Backport various radeon bugfixes
799  from git. (#231787)
800
801* Wed Apr 04 2007 Adam Jackson <ajax@redhat.com> 6.5.2-9
802- mesa-6.5.2-bindcontext-paranoia.patch: Paper over a crash when doBindContext
803  fails, to avoid, for example, crashing the server when using tdfx but
804  without glide3 installed.
805
806* Thu Mar 08 2007 Adam Jackson <ajax@redhat.com> 6.5.2-8
807- Hush the (useless) warning about the synthetic visual not being supported.
808
809* Fri Mar 02 2007 Adam Jackson <ajax@redhat.com> 6.5.2-7
810- mesa-6.5.2-picify-dri-drivers.patch: Attempt to make the DRI drivers PIC.
811- mesa-6.5.1-build-config.patch: Apply RPM_OPT_FLAGS to OSMesa too.
812
813* Mon Feb 26 2007 Adam Jackson <ajax@redhat.com> 6.5.2-6
814- mesa-6.5.2-libgl-visibility.patch: Fix non-exported GLX symbols (#229808)
815- Require a sufficiently new libdrm at runtime too
816- Make the arch macros do something sensible in the general case
817
818* Tue Feb 20 2007 Adam Jackson <ajax@redhat.com> 6.5.2-5
819- General spec cleanups
820- Require current libdrm
821- Build with -fvisibility=hidden
822- Redo the way mesa-source is generated
823- Add %%{?_smp_mflags} where appropriate
824
825* Mon Dec 18 2006 Adam Jackson <ajax@redhat.com> 6.5.2-4
826- Add i915tex and mach64 to the install set.
827
828* Tue Dec 12 2006 Adam Jackson <ajax@redhat.com> 6.5.2-3
829- mesa-6.5.2-xserver-1.1-source-compat.patch: Add some source-compatibility
830  defines to dispatch.h so the X server will continue to build.
831
832* Mon Dec 4 2006 Adam Jackson <ajax@redhat.com> 6.5.2-2.fc6
833- Fix OSMesa file listing to use %%version for DSO number.  Note that this
834  will still break on Mesa 7; oh well.
835- Deleted file: directfbgl.h
836
837* Sun Dec  3 2006 Kristian Høgsberg <krh@redhat.com> 6.5.2-1.fc6
838- Update to 6.5.2.
839
840* Mon Oct 16 2006 Kristian <krh@redhat.com> - 6.5.1-8.fc6
841- Add i965-interleaved-arrays-fix.patch to fix (#209318).
842
843* Sat Sep 30 2006 Soren Sandmann <sandmann@redhat.com> - 6.5.1-7.fc6
844- Update to gl-manpages-1.0.1.tar.bz2 which doesn't use symlinks. (#184547)
845
846* Sat Sep 30 2006 Soren Sandmann <sandmann@redhat.com> - 6.5.1-7.fc6
847- Remove . after popd; add .gz in %%files section. (#184547)
848
849* Sat Sep 30 2006 Soren Sandmann <sandmann@redhat.com>
850- Use better tarball for gl man pages. (#184547)
851
852* Fri Sep 29 2006 Kristian <krh@redhat.com> - 6.5.1-6.fc6
853- Add -fno-strict-aliasing to compiler flags for i965 driver.
854- Add post-6.5.1-i965-fixes.patch backport of i965 fixes from mesa CVS.
855
856* Fri Sep 29 2006 Soren Sandmann <sandamnn@redhat.com> - 6.5.1-5.fc6
857- Give the correct path for man page file lists.
858
859* Thu Sep 28 2006 Soren Sandmann <sandmann@redhat.com> - 6.5.1-5.fc6
860- Add GL man pages from X R6.9.  (#184547)
861
862* Mon Sep 25 2006 Adam Jackson <ajackson@redhat.com> - 6.5.1-4.fc6
863- mesa-6.5.1-build-config.patch: Add -lselinux to osmesa builds.  (#207767)
864
865* Wed Sep 20 2006 Kristian Høgsberg <krh@redhat.com> - 6.5.1-3.fc6
866- Bump xorg-x11-proto-devel BuildRequires to 7.1-8 so we pick up the
867  latest GLX_EXT_texture_from_pixmap opcodes.
868
869* Wed Sep 20 2006 Kristian Høgsberg <krh@redhat.com> - 6.5.1-2.fc6
870- Remove mesa-6.5-drop-static-inline.patch.
871
872* Tue Sep 19 2006 Kristian Høgsberg <krh@redhat.com> 6.5.1-1.fc6
873- Bump to 6.5.1 final release.
874- Drop libGLw subpackage, it is now in Fedora Extras (#188974) and
875  tweak mesa-6.5.1-build-config.patch to not build libGLw.
876- Drop mesa-6.5.1-r300-smooth-line.patch, the smooth line fallback can
877  now be prevented by enabling disable_lowimpact_fallback in
878  /etc/drirc.
879- Drop mesa-6.4.1-radeon-use-right-texture-format.patch, now upstream.
880- Drop mesa-6.5-drop-static-inline.patch, workaround no longer necessary.
881
882* Thu Sep  7 2006 Kristian Høgsberg <krh@redhat.com>
883- Drop unused mesa-modular-dri-dir.patch.
884
885* Tue Aug 29 2006 Kristian Høgsberg <krh@redhat.com> - 6.5.1-0.rc2.fc6
886- Rebase to 6.5.1 RC2.
887- Get rid of redhat-mesa-driver-install and redhat-mesa-target helper
888  scripts and clean up specfile a bit.
889
890* Mon Aug 28 2006 Kristian Høgsberg <krh@redhat.com> - 6.5.1-0.rc1.2.fc6
891- Drop upstreamed patches mesa-6.5-texture-from-pixmap-fixes.patch and
892  mesa-6.5-tfp-fbconfig-attribs.patch and fix
893  mesa-6.4.1-radeon-use-right-texture-format.patch to not break 16bpp
894  transparency.
895
896* Fri Aug 25 2006 Adam Jackson <ajackson@redhat.com> - 6.5.1-0.rc1.1.fc6
897- mesa-6.5.1-build-config.patch: Add i965 to x86-64 config.
898
899* Wed Aug 23 2006 Kristian Høgsberg <krh@redhat.com> - 6.5.1-0.rc1.fc6
900- Bump to 6.5.1 RC1.
901
902* Tue Aug 22 2006 Kristian Høgsberg <krh@redhat.com> 6.5-26.20060818cvs.fc6
903- Pull the vtxfmt patch into the selinux-awareness patch, handle exec
904  mem heap init failure correctly by releasing mutex.
905
906* Tue Aug 22 2006 Adam Jackson <ajackson@redhat.com> 6.5-25.20060818cvs.fc6
907- mesa-6.5.1-r300-smooth-line.patch: Added, fakes smooth lines with aliased
908  lines on R300+ cards, makes Google Earth tolerable.
909- mesa-6.5-force-r300.patch: Resurrect.
910
911* Tue Aug 22 2006 Adam Jackson <ajackson@redhat.com> 6.5-24.20060818cvs.fc6
912- mesa-6.5.1-radeon-vtxfmt-cleanup-properly.patch: Fix a segfault on context
913  destruction when selinux is enabled.
914
915* Mon Aug 21 2006 Adam Jackson <ajackson@redhat.com> 6.5-23.20060818cvs.fc6
916- redhat-mesa-driver-install: Reenable installing the tdfx driver. (#203295)
917
918* Fri Aug 18 2006 Adam Jackson <ajackson@redhat.com> 6.5-22.20060818cvs.fc6
919- Update to pre-6.5.1 snapshot.
920- Re-add libOSMesa{,16,32}. (#186366)
921- Add BuildReq: on libXp-devel due to openmotif header insanity.
922
923* Sun Aug 13 2006 Florian La Roche <laroche@redhat.com> 6.5-21.fc6
924- fix one Requires: to use the correct mesa-libGLw name
925
926* Thu Jul 27 2006 Mike A. Harris <mharris@redhat.com> 6.5-20.fc6
927- Conditionalized libGLw inclusion with new with_libGLw macro defaulting
928  to 1 (enabled) for now, however since nothing in Fedora Core uses libGLw
929  anymore, we will be transitioning libGLw to an external package maintained
930  in Fedora Extras soon.
931
932* Wed Jul 26 2006 Kristian Høgsberg <krh@redhat.com> 6.5-19.fc5.aiglx
933- Build for fc5 aiglx repo.
934
935* Tue Jul 25 2006 Adam Jackson <ajackson@redhat.com> 6.5-19.fc6
936- Disable TLS dispatch, it is selinux-hostile.
937
938* Tue Jul 25 2006 Adam Jackson <ajackson@redhat.com> 6.5-18.fc6
939- mesa-6.5-fix-glxinfo-link.patch: lib64 fix.
940
941* Tue Jul 25 2006 Adam Jackson <ajackson@redhat.com> 6.5-17.fc6
942- mesa-6.5-fix-linux-indirect-build.patch: Added.
943- mesa-6.5-fix-glxinfo-link.patch: Added.
944- Build libOSMesa never instead of inconsistently; to be fixed later.
945- Updates to redhat-mesa-target:
946  - Always select linux-indirect when not building for DRI
947  - Enable DRI to be built on PPC64 (still disabled in the spec file though)
948  - MIT licence boilerplate
949
950* Tue Jul 25 2006 Mike A. Harris <mharris@redhat.com> 6.5-16.fc6
951- Remove glut-devel dependency, as nothing actually uses it that we ship.
952- Added mesa-6.5-dont-libglut-me-harder-ok-thx-bye.patch to prevent libglut
953  and other libs from being linked into glxgears/glxinfo even though they
954  are not actually used.  This was the final package linking to freeglut in
955  Fedora Core, blocking freeglut from being moved to Extras.
956- Commented all of the virtual provides in the spec file to document clearly
957  how they should be used by other developers in specifying build and runtime
958  dependencies when packaging software which links to libGL, libGLU, and
959  libGLw. (#200069)
960
961* Mon Jul 24 2006 Adam Jackson <ajackson@redhat.com> 6.5-15.fc6
962- Attempt to add selinux awareness; check if we can map executable memory
963  and fail softly if not.  Removes the need for allow_execmem from huge
964  chunks of the desktop.
965- Disable the r300 gart fix for not compiling.
966
967* Mon Jul 24 2006 Kristian Høgsberg <krh@redhat.com> 6.5-14.fc6
968- Add mesa-6.5-r300-free-gart-mem.patch to make r300 driver free gart
969  memory on context destroy.
970
971* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> 6.5-13.1.fc6
972- rebuild
973
974* Wed Jul 05 2006 Mike A. Harris <mharris@redhat.com> 6.5-13.fc6
975- Added mesa-6.5-fix-opt-flags-bug197640.patch as 2nd attempt to fix OPT_FLAGS
976  for (#197640).
977- Ensure that redhat-mesa-driver-install creates $DRIMODULE_DESTDIR with
978  mode 0755.
979
980* Wed Jul 05 2006 Mike A. Harris <mharris@redhat.com> 6.5-12.fc6
981- Maybe actually, you know, apply the mesa-6.5-glx-use-tls.patch as that might
982  help to you know, actually solve the problem.  Duh.
983- Use {dist} tag in Release field now.
984
985* Wed Jul 05 2006 Mike A. Harris <mharris@redhat.com> 6.5-11
986- Added mesa-6.5-glx-use-tls.patch to hopefully get -DGLX_USE_TLS to really
987  work this time due to broken upstream linux-dri-* configs. (#193979)
988- Pass RPM_OPT_FLAGS via OPT_FLAGS instead of via CFLAGS also for (#193979)
989
990* Mon Jun 19 2006 Mike A. Harris <mharris@redhat.com> 6.5-10
991- Bump libdrm-devel dep to trigger new ExclusiveArch test with the new package.
992- Use Fedora Extras style BuildRoot tag.
993- Added "Requires(post): /sbin/ldconfig" and postun to all runtime lib packages.
994
995* Mon Jun 12 2006 Kristian Høsberg <krh@redhat.com> 6.5-9
996- Add mesa-6.5-fix-pbuffer-dispatch.patch to fix pbuffer marshalling code.
997
998* Mon May 29 2006 Kristian Høgsberg <krh@redhat.com> 6.5-8
999- Bump for rawhide build.
1000
1001* Mon May 29 2006 Kristian Høgsberg <krh@redhat.com> 6.5-7
1002- Update mesa-6.5-texture-from-pixmap-fixes.patch to include new
1003  tokens and change tfp functions to return void.  Yes, a new mesa
1004  snapshot would be nice.
1005
1006* Wed May 17 2006 Mike A. Harris <mharris@redhat.com> 6.5-6
1007- Add "BuildRequires: makedepend" for bug (#191967)
1008
1009* Tue Apr 11 2006 Kristian Høgsberg <krh@redhat.com> 6.5-5
1010- Bump for fc5 build.
1011
1012* Tue Apr 11 2006 Adam Jackson <ajackson@redhat.com> 6.5-4
1013- Disable R300_FORCE_R300 hack for wider testing.
1014
1015* Mon Apr 10 2006 Kristian Høgsberg <krh@redhat.com> 6.5-3
1016- Add mesa-6.5-noexecstack.patch to prevent assembly files from making
1017  libGL.so have executable stack.
1018
1019* Mon Apr 10 2006 Kristian Høgsberg <krh@redhat.com> 6.5-2
1020- Bump for fc5 build.
1021- Bump libdrm requires to 2.0.1.
1022
1023* Sat Apr 01 2006 Kristian Høgsberg <krh@redhat.com> 6.5-1
1024- Update to mesa 6.5 snapshot.
1025- Use -MG for generating deps and some files are not yet symlinked at
1026  make depend time.
1027- Drop mesa-6.4.2-dprintf-to-debugprintf-for-bug180122.patch and
1028  mesa-6.4.2-xorg-server-uses-bad-datatypes-breaking-AMD64-fdo5835.patch
1029  as these are upstream now.
1030- Drop mesa-6.4.1-texture-from-drawable.patch and add
1031  mesa-6.5-texture-from-pixmap-fixes.patch.
1032- Update mesa-modular-dri-dir.patch to apply.
1033- Widen libGLU glob.
1034- Reenable r300 driver install.
1035- Widen libOSMesa glob.
1036- Go back to patching config/linux-dri, add mesa-6.5-build-config.patch,
1037  drop mesa-6.3.2-build-configuration-v4.patch.
1038- Disable sis dri driver for now, only builds on x86 and x86-64.
1039
1040* Fri Mar 24 2006 Kristian Høgsberg <krh@redhat.com> 6.4.2-7
1041- Set ARCH_FLAGS=-DGLX_USE_TLS to enable TLS for GL contexts.
1042
1043* Wed Mar 01 2006 Karsten Hopp <karsten@redhat.de> 6.4.2-6
1044- Buildrequires: libXt-devel (#183479)
1045
1046* Sat Feb 25 2006 Mike A. Harris <mharris@redhat.com> 6.4.2-5
1047- Disable the expeimental r300 DRI driver, as it has turned out to cause
1048  instability and system hangs for many users.
1049
1050* Wed Feb 22 2006 Adam Jackson <ajackson@redhat.com> 6.4.2-4
1051- rebuilt
1052
1053* Sun Feb 19 2006 Ray Strode <rstrode@redhat.com> 6.4.2-3
1054- enable texture-from-drawable patch
1055- add glut-devel dependency
1056
1057* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 6.4.2-2.1
1058- bump again for double-long bug on ppc(64)
1059
1060* Tue Feb 07 2006 Mike A. Harris <mharris@redhat.com> 6.4.2-2
1061- Added new "glx-utils" subpackage with glxgears and glxinfo (#173510)
1062- Added mesa-6.4.2-dprintf-to-debugprintf-for-bug180122.patch to workaround
1063  a Mesa namespace conflict with GNU_SOURCE (#180122)
1064- Added mesa-6.4.2-xorg-server-uses-bad-datatypes-breaking-AMD64-fdo5835.patch
1065  as an attempt to fix bugs (#176976,176414,fdo#5835)
1066- Enabled inclusion of the *EXPERIMENTAL UNSUPPORTED* r300 DRI driver on
1067  x86, x86_64, and ppc architectures, however the 2D Radeon driver will soon
1068  be modified to require the user to manually turn experimental DRI support
1069  on with Option "dri" in xorg.conf to test it out and report all X bugs that
1070  occur while using it directly to X.Org bugzilla.  (#179712)
1071- Use "libOSMesa.so.6.4.0604*" glob in file manifest, to avoid having to
1072  update it each upstream release.
1073
1074* Sat Feb 04 2006 Mike A. Harris <mharris@redhat.com> 6.4.2-1
1075- Updated to Mesa 6.4.2
1076- Use "libGLU.so.1.3.0604*" glob in file manifest, to avoid having to update it
1077  each upstream release.
1078
1079* Tue Jan 24 2006 Mike A. Harris <mharris@redhat.com> 6.4.1-5
1080- Added missing "BuildRequires: expat-devel" for bug (#178525)
1081- Temporarily disabled mesa-6.4.1-texture-from-drawable.patch, as it fails
1082  to compile on at least ia64, and possibly other architectures.
1083
1084* Tue Jan 17 2006 Kristian Høgsberg <krh@redhat.com> 6.4.1-4
1085- Add mesa-6.4.1-texture-from-drawable.patch to implement protocol
1086  support for GLX_EXT_texture_from_drawable extension.
1087
1088* Sat Dec 24 2005 Mike A. Harris <mharris@redhat.com> 6.4.1-3
1089- Manually copy libGLw headers that Mesa forgets to install, to fix (#173879).
1090- Added mesa-6.4.1-libGLw-enable-motif-support.patch to fix (#175251).
1091- Removed "Conflicts" lines from libGL package, as they are "Obsoletes" now.
1092- Do not rename swrast libGL .so version, as it is the OpenGL version.
1093
1094* Tue Dec 20 2005 Mike A. Harris <mharris@redhat.com> 6.4.1-2
1095- Rebuild to ensure libGLU gets rebuilt with new gcc with C++ compiler fixes.
1096- Changed the 3 devel packages to use Obsoletes instead of Conflicts for the
1097  packages the files used to be present in, as this is more friendy for
1098  OS upgrades.
1099- Added "Requires: libX11-devel" to mesa-libGL-devel package (#173712)
1100- Added "Requires: libGL-devel" to mesa-libGLU-devel package (#175253)
1101
1102* Sat Dec 17 2005 Mike A. Harris <mharris@redhat.com> 6.4.1-1
1103- Updated MesaLib tarball to version 6.4.1 from Mesa project for X11R7 RC4.
1104- Added pkgconfig dependency.
1105- Updated "BuildRequires: libdrm-devel >= 2.0-1"
1106- Added Obsoletes lines to all the subpackages to have cleaner upgrades.
1107- Added mesa-6.4.1-amd64-assyntax-fix.patch to work around a build problem on
1108  AMD64, which is fixed in the 6.4 branch of Mesa CVS.
1109- Conditionalize libOSMesa inclusion, and default to not including it for now.
1110
1111* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com> 6.4-5.1
1112- rebuilt
1113
1114* Sun Nov 20 2005 Jeremy Katz <katzj@redhat.com> 6.4-5
1115- fix directory used for loading dri modules (#173679)
1116- install dri drivers as executable so they get stripped (#173292)
1117
1118* Thu Nov 03 2005 Mike A. Harris <mharris@redhat.com> 6.4-4
1119- Wrote redhat-mesa-source-filelist-generator to dynamically generate the
1120  files to be included in the mesa-source subpackage, to minimize future
1121  maintenance.
1122- Fixed detection and renaming of software mesa .so version.
1123
1124* Wed Nov 02 2005 Mike A. Harris <mharris@redhat.com> 6.4-3
1125- Hack: autodetect if libGL was given .so.1.5* and rename it to 1.2 for
1126  consistency on all architectures, and to avoid upgrade problems if we
1127  ever disable DRI on an arch and then re-enable it later.
1128
1129* Wed Nov 02 2005 Mike A. Harris <mharris@redhat.com> 6.4-2
1130- Added mesa-6.4-multilib-fix.patch to instrument and attempt to fix Mesa
1131  bin/installmesa script to work properly with multilib lib64 architectures.
1132- Set and export LIB_DIR and INCLUDE_DIR in spec file 'install' section,
1133  and invoke our modified bin/installmesa directly instead of using
1134  "make install".
1135- Remove "include/GL/uglglutshapes.h", as it uses the GLUT license, and seems
1136  like an extraneous file anyway.
1137- Conditionalize the file manifest to include libGL.so.1.2 on DRI enabled
1138  builds, but use libGL.so.1.5.060400 instead on DRI disabled builds, as
1139  this is how upstream builds the library, although it is not clear to me
1140  why this difference exists yet (which was not in Xorg 6.8.2 Mesa).
1141
1142* Thu Oct 27 2005 Mike A. Harris <mharris@redhat.com> 6.4-1
1143- Updated to new upstream MesaLib-6.4
1144- Updated libGLU.so.1.3.060400 entry in file manifest
1145- Updated "BuildRequires: libdrm-devel >= 1.0.5" to pick up fixes for the
1146  unichrome driver.
1147
1148* Tue Sep 13 2005 Mike A. Harris <mharris@redhat.com> 6.3.2-6
1149- Fix redhat-mesa-driver-install and spec file to work right on multilib
1150  systems.
1151 
1152* Mon Sep 05 2005 Mike A. Harris <mharris@redhat.com> 6.3.2-5
1153- Fix mesa-libGL-devel to depend on mesa-libGL instead of mesa-libGLU.
1154- Added virtual "Provides: libGL..." entries for each subpackage as relevant.
1155
1156* Mon Sep 05 2005 Mike A. Harris <mharris@redhat.com> 6.3.2-4
1157- Added the mesa-source subpackage, which contains part of the Mesa source
1158  code needed by other packages such as the X server to build stuff.
1159
1160* Mon Sep 05 2005 Mike A. Harris <mharris@redhat.com> 6.3.2-3
1161- Added Conflicts/Obsoletes lines to all of the subpackages to make upgrades
1162  from previous OS releases, and piecemeal upgrades work as nicely as
1163  possible.
1164
1165* Mon Sep 05 2005 Mike A. Harris <mharris@redhat.com> 6.3.2-2
1166- Wrote redhat-mesa-target script to simplify mesa build target selection.
1167- Wrote redhat-mesa-driver-install to install the DRI drivers and simplify
1168  per-arch conditionalization, etc.
1169
1170* Sun Sep 04 2005 Mike A. Harris <mharris@redhat.com> 6.3.2-1
1171- Initial build.
Note: See TracBrowser for help on using the repository browser.