From 330ef02949aa1b6cc1891b9cbdbb9000516815ee Mon Sep 17 00:00:00 2001 From: Paul F. Johnson Date: Apr 06 2009 20:27:26 +0000 Subject: Enable moonlight support Disable ppc build --- diff --git a/import.log b/import.log index d6b9b9f..e68042e 100644 --- a/import.log +++ b/import.log @@ -41,3 +41,4 @@ mono-2_4-9_RC1_fc11:HEAD:mono-2.4-9.RC1.fc11.src.rpm:1236470243 mono-2_4-10_RC2_fc11:HEAD:mono-2.4-10.RC2.fc11.src.rpm:1237125605 mono-2_4-11_RC3_fc11:HEAD:mono-2.4-11.RC3.fc11.src.rpm:1237420759 mono-2_4-12_fc11:HEAD:mono-2.4-12.fc11.src.rpm:1238109092 +mono-2_4-12_1_fc11:HEAD:mono-2.4-12.1.fc11.src.rpm:1239049596 diff --git a/mono.spec b/mono.spec index 03b4439..7eaed6e 100644 --- a/mono.spec +++ b/mono.spec @@ -1,6 +1,6 @@ Name: mono Version: 2.4 -Release: 13%{?dist} +Release: 12.1%{?dist} Summary: A .NET runtime environment Group: Development/Languages @@ -301,9 +301,7 @@ export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" gcc -o monodir %{SOURCE1} -DMONODIR=\"%{_libdir}/mono\" -%configure --with-ikvm=yes --with-jit=yes --with-xen_opt=yes \ - --with-moonlight=yes --disable-static --with-preview=yes \ - --with-libgdiplus=installed +%configure --with-ikvm=yes --with-jit=yes --with-xen_opt=yes --with-moonlight=no --disable-static --with-preview=yes --with-libgdiplus=installed make @@ -689,10 +687,7 @@ install monodir %{buildroot}%{_bindir} %{_libdir}/pkgconfig/monodoc.pc %changelog -* Thu Apr 02 2009 Xavier Lamien - 2.4-13 -- Enable moonlight support. - -* Thu Mar 26 2009 Paul F. Johnson 2.4-12 +* Thu Mar 26 2009 Paul F. Johnson 2.4-12.1 - Full 2.4 release * Wed Mar 18 2009 Paul F. Johnson 2.4-11.RC3