spec cleanup

This commit is contained in:
Adam Jackson 2008-10-14 13:31:18 +00:00
parent ea17c6ce46
commit 52cda3841a

View file

@ -214,7 +214,7 @@ mv %{_lib} osmesa32
make clean make clean
# just to be sure... # just to be sure...
[ `find . -name \*.o | wc -l` -eq 0 ] || exit "make cleaner plz" [ `find . -name \*.o | wc -l` -eq 0 ] || exit 1
# XXX should get visibility working again post-dricore. # XXX should get visibility working again post-dricore.
export CFLAGS="$RPM_OPT_FLAGS -Os" export CFLAGS="$RPM_OPT_FLAGS -Os"
@ -422,6 +422,9 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/mesa-demos-data %{_libdir}/mesa-demos-data
%changelog %changelog
* Tue Oct 14 2008 Adam Jackson <ajax@redhat.com>
- spec-only fix: exit builtin needs a numeric arg, not string.
* Mon Oct 13 2008 Dave Airlie <airlied@redhat.com> 7.2-0.8 * Mon Oct 13 2008 Dave Airlie <airlied@redhat.com> 7.2-0.8
- r300-bufmgr.patch - fix sw fallbacks + kernel texture error. - r300-bufmgr.patch - fix sw fallbacks + kernel texture error.