rpms/mesa/devel mesa.spec,1.200,1.201

Adam Jackson ajax at fedoraproject.org
Tue Oct 14 13:31:49 UTC 2008


Author: ajax

Update of /cvs/pkgs/rpms/mesa/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1023

Modified Files:
	mesa.spec 
Log Message:
spec cleanup


Index: mesa.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mesa/devel/mesa.spec,v
retrieving revision 1.200
retrieving revision 1.201
diff -u -r1.200 -r1.201
--- mesa.spec	13 Oct 2008 05:51:24 -0000	1.200
+++ mesa.spec	14 Oct 2008 13:31:18 -0000	1.201
@@ -214,7 +214,7 @@
 make clean
 
 # 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.
 export CFLAGS="$RPM_OPT_FLAGS -Os"
@@ -422,6 +422,9 @@
 %{_libdir}/mesa-demos-data
 
 %changelog
+* Tue Oct 14 2008 Adam Jackson <ajax at redhat.com>
+- spec-only fix: exit builtin needs a numeric arg, not string.
+
 * Mon Oct 13 2008 Dave Airlie <airlied at redhat.com> 7.2-0.8
 - r300-bufmgr.patch - fix sw fallbacks + kernel texture error.
 




More information about the scm-commits mailing list