rpms/mono/devel mono.spec,1.119,1.120

Xavier LAMIEN laxathom at fedoraproject.org
Thu Apr 2 06:51:34 UTC 2009


Author: laxathom

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

Modified Files:
	mono.spec 
Log Message:
Enable moonlight support


Index: mono.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mono/devel/mono.spec,v
retrieving revision 1.119
retrieving revision 1.120
diff -u -r1.119 -r1.120
--- mono.spec	26 Mar 2009 23:12:10 -0000	1.119
+++ mono.spec	2 Apr 2009 06:51:04 -0000	1.120
@@ -1,6 +1,6 @@
 Name:		mono
 Version:        2.4
-Release:        12%{?dist}
+Release:        13%{?dist}
 Summary:        A .NET runtime environment
 
 Group:          Development/Languages
@@ -301,7 +301,9 @@
 
 gcc -o monodir %{SOURCE1} -DMONODIR=\"%{_libdir}/mono\"
 
-%configure --with-ikvm=yes --with-jit=yes --with-xen_opt=yes --with-moonlight=no --disable-static --with-preview=yes --with-libgdiplus=installed
+%configure --with-ikvm=yes --with-jit=yes --with-xen_opt=yes \
+           --with-moonlight=yes --disable-static --with-preview=yes \
+           --with-libgdiplus=installed
 make
 
 
@@ -687,6 +689,9 @@
 %{_libdir}/pkgconfig/monodoc.pc
 
 %changelog
+* Thu Apr 02 2009 Xavier Lamien <lxtnow at gmail.com> - 2.4-13
+- Enable moonlight support.
+
 * Thu Mar 26 2009 Paul F. Johnson <paul at all-the-johnsons.co.uk> 2.4-12
 - Full 2.4 release
 




More information about the scm-commits mailing list