rpms/gdk-pixbuf2/devel gdk-pixbuf2.spec,1.10,1.11

Bastien Nocera hadess at fedoraproject.org
Mon Jul 19 09:49:09 UTC 2010


Author: hadess

Update of /cvs/pkgs/rpms/gdk-pixbuf2/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv32085

Modified Files:
	gdk-pixbuf2.spec 
Log Message:
Fix trailing backslash not at end of line


Index: gdk-pixbuf2.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gdk-pixbuf2/devel/gdk-pixbuf2.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- gdk-pixbuf2.spec	19 Jul 2010 09:37:33 -0000	1.10
+++ gdk-pixbuf2.spec	19 Jul 2010 09:49:08 -0000	1.11
@@ -59,7 +59,7 @@ for writing applications that are using 
 (if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; CONFIGFLAGS=--enable-gtk-doc; fi;
  %configure $CONFIGFLAGS \
 	--with-libjasper             \
-	--with-included-loaders=png  \ ) 
+	--with-included-loaders=png  )
 make %{?_smp_mflags}
 
 



More information about the scm-commits mailing list