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

Revision 7140, 39.8 KB checked in by daisuke, 12 years ago (diff)

mesa: update to 9.0.1

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