source: projects/specs/tags/6_0_REL/m/mesa/mesa-vl.spec @ 4237

Revision 4237, 40.1 KB checked in by daisuke, 13 years ago (diff)

mesa:

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