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

Revision 7707, 40.1 KB checked in by Takemikaduchi, 11 years ago (diff)

security fix

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