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

Revision 7198, 40.0 KB checked in by daisuke, 11 years ago (diff)

rebuild with llvm-3.1, enavle radeonsi driver

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