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

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

mesa:

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