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

Revision 8607, 41.9 KB checked in by Takemikaduchi, 10 years ago (diff)

NEW: eudev
rtmpdump: add R: gmp-devel
gpac: remove Requires
others: rebuild with eudev

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