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

Revision 10438, 45.4 KB checked in by Takemikaduchi, 8 years ago (diff)

rebuild with gcc-5.4.0

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