rpms/mono/F-11 mono.spec,1.128,1.129

Toshio くらとみ toshio at fedoraproject.org
Mon Apr 20 16:08:42 UTC 2009


Author: toshio

Update of /cvs/pkgs/rpms/mono/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv695

Modified Files:
	mono.spec 
Log Message:

* Wed Apr 15 2009 Toshio Kuratomi <toshio at fedoraproject.org> 2.4-19
- And turn off bootstrapping and make sure it rebuilds on all platforms.



Index: mono.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mono/F-11/mono.spec,v
retrieving revision 1.128
retrieving revision 1.129
diff -u -r1.128 -r1.129
--- mono.spec	20 Apr 2009 14:17:39 -0000	1.128
+++ mono.spec	20 Apr 2009 16:08:12 -0000	1.129
@@ -1,6 +1,6 @@
 Name:           mono
 Version:        2.4
-Release:        18%{?dist}
+Release:        19%{?dist}
 Summary:        A .NET runtime environment
 
 Group:          Development/Languages
@@ -31,7 +31,7 @@
 # need to bootstrap mono, comment out this BuildRequires
 # and don't delete the binaries in %%prep.
 
-#BuildRequires: mono-core
+BuildRequires: mono-core
 
 # JIT only availible on these:
 ExclusiveArch: %ix86 x86_64 ia64 armv4l sparcv9 alpha s390 s390x ppc ppc64
@@ -305,7 +305,7 @@
 sed -i "61a #define ARG_MAX	_POSIX_ARG_MAX" mono/io-layer/wapi_glob.h
 
 # Remove prebuilt binaries
-#rm -rf mcs/class/lib/monolite/*
+rm -rf mcs/class/lib/monolite/*
 
 %build
 %ifarch ia64 s390 s390x
@@ -720,6 +720,9 @@
 %{_libdir}/pkgconfig/monodoc.pc
 
 %changelog
+* Wed Apr 15 2009 Toshio Kuratomi <toshio at fedoraproject.org> 2.4-19
+- And turn off bootstrapping and make sure it rebuilds on all platforms.
+
 * Wed Apr 15 2009 Toshio Kuratomi <toshio at fedoraproject.org> 2.4-18
 - Enable bootstrap code and ppc64.  If this succeeds we'll build -19 right
   afterwards with bootstrap code turned off.




More information about the scm-commits mailing list