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

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