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

Revision 10957, 45.3 KB checked in by tomop, 7 years ago (diff)

mesa

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