rpms/mono/devel mono-2.0-tablelayout.patch, NONE, 1.1 import.log, 1.4, 1.5 mono.spec, 1.78, 1.79

Paul F. Johnson pfj at fedoraproject.org
Wed Sep 17 21:00:36 UTC 2008


Author: pfj

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

Modified Files:
	import.log mono.spec 
Added Files:
	mono-2.0-tablelayout.patch 
Log Message:

Patch for tablelayoutsettings (BZ 462005) 


mono-2.0-tablelayout.patch:

--- NEW FILE mono-2.0-tablelayout.patch ---
--- mono-2.0/mcs/class/Managed.Windows.Forms/System.Windows.Forms.Layout/TableLayoutSettingsTypeConverter.cs	2008-09-02 16:46:51.000000000 +0100
+++ mono-2.0/mcs/class/Managed.Windows.Forms/System.Windows.Forms.Layout/TableLayoutSettingsTypeConverter-new.cs	2008-09-17 16:09:48.000000000 +0100
@@ -119,7 +119,7 @@
 
 			XmlDocument xmldoc = new XmlDocument();
 			xmldoc.LoadXml (value as string);
-			TableLayoutSettings settings = new TableLayoutSettings(new TableLayoutPanel ());
+			TableLayoutSettings settings = new TableLayoutSettings(null);
 			int count = ParseControl (xmldoc, settings);
 			ParseColumnStyle (xmldoc, settings);
 			ParseRowStyle (xmldoc, settings);


Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/mono/devel/import.log,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- import.log	10 Sep 2008 19:26:55 -0000	1.4
+++ import.log	17 Sep 2008 21:00:05 -0000	1.5
@@ -2,3 +2,4 @@
 mono-2_0-4_fc10:HEAD:mono-2.0-4.fc10.src.rpm:1219746940
 mono-2_0-5_fc10:HEAD:mono-2.0-5.fc10.src.rpm:1220047677
 mono-2_0-6_fc10:HEAD:mono-2.0-6.fc10.src.rpm:1221073246
+mono-2_0-7_fc10:HEAD:mono-2.0-7.fc10.src.rpm:1221685120


Index: mono.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mono/devel/mono.spec,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -r1.78 -r1.79
--- mono.spec	10 Sep 2008 19:26:55 -0000	1.78
+++ mono.spec	17 Sep 2008 21:00:05 -0000	1.79
@@ -1,6 +1,6 @@
 Name:		mono
 Version:        2.0
-Release:        6%{?dist}
+Release:        7%{?dist}
 Summary:        A .NET runtime environment
 
 Group:          Development/Languages
@@ -44,6 +44,7 @@
 Patch6:mono-2.0-uselibdir.patch
 Patch9:mono-2.0-monoservice.patch
 Patch10: mono-2.0-metadata-makefile.patch
+Patch11: mono-2.0-tablelayout.patch
 
 %description
 The Mono runtime implements a JIT engine for the ECMA CLI
@@ -259,6 +260,7 @@
 %patch7 -p1 -b .pc-patches
 %patch9 -p1 -b .monoservice
 %patch10 -p1 -b .metadata
+%patch11 -p1 -b .tablelayout
 autoreconf -f -i -s
 
 # Add undeclared Arg
@@ -613,6 +615,9 @@
 %gac_dll IBM.Data.DB2
 
 %changelog
+* Wed Sep 17 2008 Paul F. Johnson <paul at all-the-johnsons.co.uk> 2.0-7
+- TableLayoutSettings fix (bz 462005)
+
 * Tue Sep 09 2008 Paul F. Johnson <paul at all-the-johnsons.co.uk> 2.0-6
 - Bump to RC1
 - Removed XIM patch




More information about the fedora-extras-commits mailing list