rpms/mono/devel import.log, 1.56, 1.57 mono.spec, 1.143, 1.144 sources, 1.58, 1.59

Paul F. Johnson pfj at fedoraproject.org
Wed Dec 23 00:17:13 UTC 2009


Author: pfj

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

Modified Files:
	import.log mono.spec sources 
Log Message:

Update to 2.6 release
Now includes soft debugger
Massive number of winforms fixes
Faster JIT
New C# 4.0 preview subpackage
 



Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/mono/devel/import.log,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -p -r1.56 -r1.57
--- import.log	4 Oct 2009 15:17:20 -0000	1.56
+++ import.log	23 Dec 2009 00:17:13 -0000	1.57
@@ -1 +1,2 @@
 mono-2_6-1_fc12:HEAD:mono-2.6-1.fc12.src.rpm:1254669381
+mono-2_6-4_fc13:HEAD:mono-2.6-4.fc13.src.rpm:1261527294


Index: mono.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mono/devel/mono.spec,v
retrieving revision 1.143
retrieving revision 1.144
diff -u -p -r1.143 -r1.144
--- mono.spec	1 Dec 2009 16:52:21 -0000	1.143
+++ mono.spec	23 Dec 2009 00:17:13 -0000	1.144
@@ -2,7 +2,7 @@
 
 Name:           mono
 Version:        2.6
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        A .NET runtime environment
 
 Group:          Development/Languages
@@ -267,6 +267,14 @@ Requires: mono-core = %{version}-%{relea
 %description -n monodoc-devel
 Development file for monodoc
 
+%package mono-4-preview
+Summary:	Provides preview code for C# 4
+Group:		Development/Languages
+Requires:	mono-core = %{version}-%{release}
+
+%description mono-4-preview
+Preview for the new C# 4.0 code
+	
 %define monodir %{_libdir}/mono
 %define gac_dll(dll)  %{monodir}/gac/%{1} \
   %{monodir}/?.0/%{1}.dll \
@@ -289,6 +297,10 @@ Development file for monodoc
   %{monodir}/2.0/%{2}.exe \
   %{monodir}/2.0/%{2}.exe.* \
   %{nil}
+%define mono_bin_4(bin, dll) %{_bindir}/%{1} \
+  %{monodir}/4.0/%{2}.exe \
+  %{monodir}/4.0/%{2}.exe.* \
+  %{nil}
 
 %prep
 %setup -q
@@ -327,7 +339,7 @@ gcc -o monodir %{SOURCE1} -DMONODIR=\"%{
 
 %configure --with-ikvm-native=yes --with-jit=yes --with-xen_opt=yes \
            --with-moonlight=yes --with-profile2=yes \
-           --with-libgdiplus=installed 
+           --with-libgdiplus=installed --with-profile4=yes 
 make
 
 
@@ -348,9 +360,10 @@ install -p -m0644 %{SOURCE2} %{buildroot
 %{__rm} %{buildroot}%{_bindir}/mono-find-requires
 
 # This was removed upstream:
-%{__rm} -fr %{buildroot}%{monodir}/gac/Mono.Security.Win32/[12]*
+%{__rm} -fr %{buildroot}%{monodir}/gac/Mono.Security.Win32/[124]*
 %{__rm} -rf %{buildroot}%{monodir}/1.0/Mono.Security.Win32.dll
 %{__rm} -rf %{buildroot}%{monodir}/2.0/Mono.Security.Win32.dll
+%{__rm} -rf %{buildroot}%{monodir}/4.0/Mono.Security.Win32
 %{__rm} %{buildroot}%{_datadir}/libgc-mono/README*
 %{__rm} %{buildroot}%{_datadir}/libgc-mono/barrett_diagram
 %{__rm} %{buildroot}%{_datadir}/libgc-mono/*.html
@@ -383,6 +396,8 @@ install -p -m0644 %{SOURCE2} %{buildroot
 %{_bindir}/mono
 %{_bindir}/monodir
 %{_bindir}/mono-test-install
+%{_bindir}/mono-gdb.py
+%mono_bin lc
 %mono_bin certmgr
 %mono_bin chktrust
 %mono_bin csharp
@@ -412,6 +427,7 @@ install -p -m0644 %{SOURCE2} %{buildroot
 %{_mandir}/man5/mono-config.5.gz
 %{_mandir}/man1/csharp.1.gz
 %{_mandir}/man1/pdb2mdb.1.gz
+%{_mandir}/man1/lc.1.gz
 %{_libdir}/libMonoPosixHelper.so
 %dir %{monodir}
 %dir %{monodir}/1.0
@@ -423,6 +439,7 @@ install -p -m0644 %{SOURCE2} %{buildroot
 %gac_dll I18N
 %gac_dll I18N.West
 %gac_dll ICSharpCode.SharpZipLib
+%gac_dll Mono.Debugger.Soft
 %{monodir}/compat-*/ICSharpCode.SharpZipLib.dll
 %{monodir}/gac/Mono.Cecil
 %{monodir}/gac/Mono.Cecil.Mdb
@@ -685,6 +702,7 @@ install -p -m0644 %{SOURCE2} %{buildroot
 %gac_dll Novell.Directory.Ldap
 %gac_dll System.DirectoryServices
 %gac_dll System.Transactions
+%{_libdir}/mono/gac/System.Data.Services/2.0*
 
 %files data-sqlite
 %defattr(-,root,root,-)
@@ -734,7 +752,24 @@ install -p -m0644 %{SOURCE2} %{buildroot
 %defattr (-, root, root)
 %{_libdir}/pkgconfig/monodoc.pc
 
+%files mono-4-preview
+%config (noreplace) %{_sysconfdir}/mono/4.0/*.config
+%config (noreplace) %{_sysconfdir}/mono/4.0/settings.map
+%dir %{monodir}/4.0
+%dir %{_sysconfdir}/mono/4.0
+%{_bindir}/dmcs
+%{monodir}/4.0/*.exe
+%{monodir}/4.0/*.exe.*
+%{monodir}/4.0/*.dll
+%gac_dll Microsoft.CSharp
+%{_libdir}/mono/gac/System.Data.Services/4.0*
+%gac_dll System.Dynamic 
+
 %changelog
+* Wed Dec 16 2009 Paul F. Johnson <paul at all-the-johnsons.co.uk> 2.6-4
+- Add in the version 4 previews (subpackage)
+- Add in new soft debugger
+
 * Tue Dec  1 2009 Tom "spot" Callaway <tcallawa at redhat.com> 2.6-3
 - perms on mono.snk should be 0644
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/mono/devel/sources,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -p -r1.58 -r1.59
--- sources	4 Oct 2009 15:17:20 -0000	1.58
+++ sources	23 Dec 2009 00:17:13 -0000	1.59
@@ -1 +1 @@
-fbc38081c34c86895d2fd6734e9457a4  mono-2.6.tar.bz2
+39f6e463d3ff8093013492952d2a9906  mono-2.6.tar.bz2




More information about the fedora-extras-commits mailing list