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

Revision 8317, 41.6 KB checked in by daisuke, 10 years ago (diff)

mesa: update to 10.0.4

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