Hello community, here is the log from the commit of package mono-uia for openSUSE:11.4 checked in at Wed Feb 23 00:28:33 CET 2011.
-------- --- old-versions/11.4/all/mono-uia/mono-uia.changes 2010-04-05 19:41:21.000000000 +0200 +++ /mounts/work_src_done/11.4/mono-uia/mono-uia.changes 2011-02-23 00:21:48.000000000 +0100 @@ -1,0 +2,5 @@ +Tue Feb 22 23:20:50 UTC 2011 - [email protected] + +- add some hunks of the "fix build with mono-2.8" patches from GIT + +------------------------------------------------------------------- calling whatdependson for 11.4-i586 New: ---- mono-uia-mono-2.8.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mono-uia.spec ++++++ --- /var/tmp/diff_new_pack.IqhEnx/_old 2011-02-23 00:28:21.000000000 +0100 +++ /var/tmp/diff_new_pack.IqhEnx/_new 2011-02-23 00:28:21.000000000 +0100 @@ -1,7 +1,7 @@ # -# spec file for package mono-uia (Version 2.0.2) +# spec file for package mono-uia # -# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,11 +20,12 @@ Name: mono-uia Version: 2.0.2 -Release: 1 +Release: 5.<RELEASE2> License: MIT Group: System/Libraries Url: http://www.mono-project.com/Accessibility Source0: %{name}-%{version}.tar.bz2 +Patch0: mono-uia-mono-2.8.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build Requires: mono-core >= 2.4 Requires: mono-winfxcore @@ -57,6 +58,7 @@ %prep %setup -q +%patch0 %build %configure --disable-tests --enable-winfxcore ++++++ mono-uia-mono-2.8.patch ++++++ --- UIAutomationBridge/AssemblyInfo.cs +++ UIAutomationBridge/AssemblyInfo.cs @@ -43,8 +43,6 @@ [assembly: NeutralResourcesLanguage ("en")] [assembly: CLSCompliant (true)] -[assembly: AssemblyDelaySign (true)] -[assembly: AssemblyKeyFile ("/var/lib/hudson/jobs/_uia_tag_tarballs/workspace/uia2atk/UIAutomation/winfx3.pub")] [assembly: ComVisible (false)] [assembly: AllowPartiallyTrustedCallers] --- UIAutomationBridge/AssemblyInfo.cs.in +++ UIAutomationBridge/AssemblyInfo.cs.in @@ -43,8 +43,6 @@ [assembly: NeutralResourcesLanguage ("en")] [assembly: CLSCompliant (true)] -[assembly: AssemblyDelaySign (true)] -[assembly: AssemblyKeyFile ("@abs_top_srcdir@/winfx3.pub")] [assembly: ComVisible (false)] [assembly: AllowPartiallyTrustedCallers] --- UIAutomationBridge/Makefile.am +++ UIAutomationBridge/Makefile.am @@ -2,7 +2,7 @@ EXTRA_DIST = ASSEMBLY_COMPILER_COMMAND = gmcs -ASSEMBLY_COMPILER_FLAGS = -lib:@expanded_libdir@/mono/2.0 -lib:../bin -lib:@expanded_libdir@/mono/accessibility -noconfig -codepage:utf8 -warn:4 -warnaserror -optimize+ -debug "-define:DEBUG" -d:NET_2_0 +ASSEMBLY_COMPILER_FLAGS = -lib:@expanded_libdir@/mono/2.0 -lib:../bin -lib:@expanded_libdir@/mono/accessibility -noconfig -codepage:utf8 -warn:4 -warnaserror -optimize+ -debug "-define:DEBUG" -d:NET_2_0 -delaysign+ -keyfile:@abs_top_srcdir@/winfx3.pub ASSEMBLY = ../bin/UIAutomationBridge.dll ASSEMBLY_MDB = $(ASSEMBLY).mdb --- UIAutomationBridge/Makefile.in +++ UIAutomationBridge/Makefile.in @@ -165,7 +165,7 @@ $(build_others_files) $(ASSEMBLY_WRAPPER_IN) $(EXTRAS) \ $(DATA_FILES) $(build_culture_res_files) ASSEMBLY_COMPILER_COMMAND = gmcs -ASSEMBLY_COMPILER_FLAGS = -lib:@expanded_libdir@/mono/2.0 -lib:../bin -lib:@expanded_libdir@/mono/accessibility -noconfig -codepage:utf8 -warn:4 -warnaserror -optimize+ -debug "-define:DEBUG" -d:NET_2_0 +ASSEMBLY_COMPILER_FLAGS = -lib:@expanded_libdir@/mono/2.0 -lib:../bin -lib:@expanded_libdir@/mono/accessibility -noconfig -codepage:utf8 -warn:4 -warnaserror -optimize+ -debug "-define:DEBUG" -d:NET_2_0 -delaysign+ -keyfile:@abs_top_srcdir@/winfx3.pub ASSEMBLY = ../bin/UIAutomationBridge.dll ASSEMBLY_MDB = $(ASSEMBLY).mdb COMPILE_TARGET = library --- UIAutomationClient/AssemblyInfo.cs +++ UIAutomationClient/AssemblyInfo.cs @@ -43,8 +43,6 @@ [assembly: NeutralResourcesLanguage ("en")] [assembly: CLSCompliant (true)] -[assembly: AssemblyDelaySign (true)] -[assembly: AssemblyKeyFile ("/var/lib/hudson/jobs/_uia_tag_tarballs/workspace/uia2atk/UIAutomation/winfx3.pub")] [assembly: ComVisible (false)] --- UIAutomationClient/AssemblyInfo.cs.in +++ UIAutomationClient/AssemblyInfo.cs.in @@ -43,8 +43,6 @@ [assembly: NeutralResourcesLanguage ("en")] [assembly: CLSCompliant (true)] -[assembly: AssemblyDelaySign (true)] -[assembly: AssemblyKeyFile ("@abs_top_srcdir@/winfx3.pub")] [assembly: ComVisible (false)] --- UIAutomationClient/Makefile.am +++ UIAutomationClient/Makefile.am @@ -2,7 +2,7 @@ EXTRA_DIST = ASSEMBLY_COMPILER_COMMAND = gmcs -ASSEMBLY_COMPILER_FLAGS = -lib:@expanded_libdir@/mono/2.0 -lib:../bin -lib:@expanded_libdir@/mono/accessibility -noconfig -codepage:utf8 -warn:4 -warnaserror -optimize+ -debug "-define:DEBUG" -d:NET_2_0 +ASSEMBLY_COMPILER_FLAGS = -lib:@expanded_libdir@/mono/2.0 -lib:../bin -lib:@expanded_libdir@/mono/accessibility -noconfig -codepage:utf8 -warn:4 -warnaserror -optimize+ -debug "-define:DEBUG" -d:NET_2_0 -delaysign+ -keyfile:@abs_top_srcdir@/winfx3.pub ASSEMBLY = ../bin/UIAutomationClient.dll ASSEMBLY_MDB = $(ASSEMBLY).mdb --- UIAutomationClient/Makefile.in +++ UIAutomationClient/Makefile.in @@ -165,7 +165,7 @@ $(build_others_files) $(ASSEMBLY_WRAPPER_IN) $(EXTRAS) \ $(DATA_FILES) $(build_culture_res_files) ASSEMBLY_COMPILER_COMMAND = gmcs -ASSEMBLY_COMPILER_FLAGS = -lib:@expanded_libdir@/mono/2.0 -lib:../bin -lib:@expanded_libdir@/mono/accessibility -noconfig -codepage:utf8 -warn:4 -warnaserror -optimize+ -debug "-define:DEBUG" -d:NET_2_0 +ASSEMBLY_COMPILER_FLAGS = -lib:@expanded_libdir@/mono/2.0 -lib:../bin -lib:@expanded_libdir@/mono/accessibility -noconfig -codepage:utf8 -warn:4 -warnaserror -optimize+ -debug "-define:DEBUG" -d:NET_2_0 -delaysign+ -keyfile:@abs_top_srcdir@/winfx3.pub ASSEMBLY = ../bin/UIAutomationClient.dll ASSEMBLY_MDB = $(ASSEMBLY).mdb COMPILE_TARGET = library --- UIAutomationProvider/AssemblyInfo.cs +++ UIAutomationProvider/AssemblyInfo.cs @@ -43,8 +43,6 @@ [assembly: NeutralResourcesLanguage ("en")] [assembly: CLSCompliant (true)] -[assembly: AssemblyDelaySign (true)] -[assembly: AssemblyKeyFile ("/var/lib/hudson/jobs/_uia_tag_tarballs/workspace/uia2atk/UIAutomation/winfx3.pub")] [assembly: ComVisible (false)] [assembly: AllowPartiallyTrustedCallers] --- UIAutomationProvider/AssemblyInfo.cs.in +++ UIAutomationProvider/AssemblyInfo.cs.in @@ -43,8 +43,6 @@ [assembly: NeutralResourcesLanguage ("en")] [assembly: CLSCompliant (true)] -[assembly: AssemblyDelaySign (true)] -[assembly: AssemblyKeyFile ("@abs_top_srcdir@/winfx3.pub")] [assembly: ComVisible (false)] [assembly: AllowPartiallyTrustedCallers] --- UIAutomationProvider/Makefile.am +++ UIAutomationProvider/Makefile.am @@ -2,7 +2,7 @@ EXTRA_DIST = ASSEMBLY_COMPILER_COMMAND = gmcs -ASSEMBLY_COMPILER_FLAGS = -lib:@expanded_libdir@/mono/2.0 -lib:../bin -lib:@expanded_libdir@/mono/accessibility -noconfig -codepage:utf8 -warn:4 -warnaserror -optimize+ -debug "-define:DEBUG" -d:NET_2_0 +ASSEMBLY_COMPILER_FLAGS = -lib:@expanded_libdir@/mono/2.0 -lib:../bin -lib:@expanded_libdir@/mono/accessibility -noconfig -codepage:utf8 -warn:4 -warnaserror -optimize+ -debug "-define:DEBUG" -d:NET_2_0 -delaysign+ -keyfile:@abs_top_srcdir@/winfx3.pub ASSEMBLY = ../bin/UIAutomationProvider.dll ASSEMBLY_MDB = $(ASSEMBLY).mdb --- UIAutomationProvider/Makefile.in +++ UIAutomationProvider/Makefile.in @@ -165,7 +165,7 @@ $(build_others_files) $(ASSEMBLY_WRAPPER_IN) $(EXTRAS) \ $(DATA_FILES) $(build_culture_res_files) ASSEMBLY_COMPILER_COMMAND = gmcs -ASSEMBLY_COMPILER_FLAGS = -lib:@expanded_libdir@/mono/2.0 -lib:../bin -lib:@expanded_libdir@/mono/accessibility -noconfig -codepage:utf8 -warn:4 -warnaserror -optimize+ -debug "-define:DEBUG" -d:NET_2_0 +ASSEMBLY_COMPILER_FLAGS = -lib:@expanded_libdir@/mono/2.0 -lib:../bin -lib:@expanded_libdir@/mono/accessibility -noconfig -codepage:utf8 -warn:4 -warnaserror -optimize+ -debug "-define:DEBUG" -d:NET_2_0 -delaysign+ -keyfile:@abs_top_srcdir@/winfx3.pub ASSEMBLY = ../bin/UIAutomationProvider.dll ASSEMBLY_MDB = $(ASSEMBLY).mdb COMPILE_TARGET = library --- UIAutomationSource/AssemblyInfo.cs +++ UIAutomationSource/AssemblyInfo.cs @@ -43,8 +43,6 @@ [assembly: NeutralResourcesLanguage ("en")] [assembly: CLSCompliant (true)] -[assembly: AssemblyDelaySign (true)] -[assembly: AssemblyKeyFile ("/var/lib/hudson/jobs/_uia_tag_tarballs/workspace/uia2atk/UIAutomation/winfx3.pub")] [assembly: ComVisible (false)] [assembly: AllowPartiallyTrustedCallers] --- UIAutomationSource/AssemblyInfo.cs.in +++ UIAutomationSource/AssemblyInfo.cs.in @@ -43,8 +43,6 @@ [assembly: NeutralResourcesLanguage ("en")] [assembly: CLSCompliant (true)] -[assembly: AssemblyDelaySign (true)] -[assembly: AssemblyKeyFile ("@abs_top_srcdir@/winfx3.pub")] [assembly: ComVisible (false)] [assembly: AllowPartiallyTrustedCallers] --- UIAutomationSource/Makefile.am +++ UIAutomationSource/Makefile.am @@ -2,7 +2,7 @@ EXTRA_DIST = ASSEMBLY_COMPILER_COMMAND = gmcs -ASSEMBLY_COMPILER_FLAGS = -lib:@expanded_libdir@/mono/2.0 -lib:../bin -lib:@expanded_libdir@/mono/accessibility -noconfig -codepage:utf8 -warn:4 -warnaserror -optimize+ -debug "-define:DEBUG" -d:NET_2_0 +ASSEMBLY_COMPILER_FLAGS = -lib:@expanded_libdir@/mono/2.0 -lib:../bin -lib:@expanded_libdir@/mono/accessibility -noconfig -codepage:utf8 -warn:4 -warnaserror -optimize+ -debug "-define:DEBUG" -d:NET_2_0 -delaysign+ -keyfile:@abs_top_srcdir@/winfx3.pub ASSEMBLY = ../bin/UIAutomationSource.dll ASSEMBLY_MDB = $(ASSEMBLY).mdb --- UIAutomationSource/Makefile.in +++ UIAutomationSource/Makefile.in @@ -165,7 +165,7 @@ $(build_others_files) $(ASSEMBLY_WRAPPER_IN) $(EXTRAS) \ $(DATA_FILES) $(build_culture_res_files) ASSEMBLY_COMPILER_COMMAND = gmcs -ASSEMBLY_COMPILER_FLAGS = -lib:@expanded_libdir@/mono/2.0 -lib:../bin -lib:@expanded_libdir@/mono/accessibility -noconfig -codepage:utf8 -warn:4 -warnaserror -optimize+ -debug "-define:DEBUG" -d:NET_2_0 +ASSEMBLY_COMPILER_FLAGS = -lib:@expanded_libdir@/mono/2.0 -lib:../bin -lib:@expanded_libdir@/mono/accessibility -noconfig -codepage:utf8 -warn:4 -warnaserror -optimize+ -debug "-define:DEBUG" -d:NET_2_0 -delaysign+ -keyfile:@abs_top_srcdir@/winfx3.pub ASSEMBLY = ../bin/UIAutomationSource.dll ASSEMBLY_MDB = $(ASSEMBLY).mdb COMPILE_TARGET = library --- UIAutomationTypes/AssemblyInfo.cs +++ UIAutomationTypes/AssemblyInfo.cs @@ -43,8 +43,6 @@ [assembly: NeutralResourcesLanguage ("en")] [assembly: CLSCompliant (true)] -[assembly: AssemblyDelaySign (true)] -[assembly: AssemblyKeyFile ("/var/lib/hudson/jobs/_uia_tag_tarballs/workspace/uia2atk/UIAutomation/winfx3.pub")] [assembly: ComVisible (false)] [assembly: AllowPartiallyTrustedCallers] --- UIAutomationTypes/AssemblyInfo.cs.in +++ UIAutomationTypes/AssemblyInfo.cs.in @@ -43,8 +43,6 @@ [assembly: NeutralResourcesLanguage ("en")] [assembly: CLSCompliant (true)] -[assembly: AssemblyDelaySign (true)] -[assembly: AssemblyKeyFile ("@abs_top_srcdir@/winfx3.pub")] [assembly: ComVisible (false)] [assembly: AllowPartiallyTrustedCallers] --- UIAutomationTypes/Makefile.am +++ UIAutomationTypes/Makefile.am @@ -2,7 +2,7 @@ EXTRA_DIST = ASSEMBLY_COMPILER_COMMAND = gmcs -ASSEMBLY_COMPILER_FLAGS = -lib:@expanded_libdir@/mono/2.0 -lib:../bin -noconfig -codepage:utf8 -warn:4 -warnaserror -optimize+ -debug "-define:DEBUG" -d:NET_2_0 +ASSEMBLY_COMPILER_FLAGS = -lib:@expanded_libdir@/mono/2.0 -lib:../bin -noconfig -codepage:utf8 -warn:4 -warnaserror -optimize+ -debug "-define:DEBUG" -d:NET_2_0 -delaysign+ -keyfile:@abs_top_srcdir@/winfx3.pub ASSEMBLY = ../bin/UIAutomationTypes.dll ASSEMBLY_MDB = $(ASSEMBLY).mdb --- UIAutomationTypes/Makefile.in +++ UIAutomationTypes/Makefile.in @@ -165,7 +165,7 @@ $(build_others_files) $(ASSEMBLY_WRAPPER_IN) $(EXTRAS) \ $(DATA_FILES) $(build_culture_res_files) ASSEMBLY_COMPILER_COMMAND = gmcs -ASSEMBLY_COMPILER_FLAGS = -lib:@expanded_libdir@/mono/2.0 -lib:../bin -noconfig -codepage:utf8 -warn:4 -warnaserror -optimize+ -debug "-define:DEBUG" -d:NET_2_0 +ASSEMBLY_COMPILER_FLAGS = -lib:@expanded_libdir@/mono/2.0 -lib:../bin -noconfig -codepage:utf8 -warn:4 -warnaserror -optimize+ -debug "-define:DEBUG" -d:NET_2_0 -delaysign+ -keyfile:@abs_top_srcdir@/winfx3.pub ASSEMBLY = ../bin/UIAutomationTypes.dll ASSEMBLY_MDB = $(ASSEMBLY).mdb COMPILE_TARGET = library --- WindowsBase/AssemblyInfo.cs +++ WindowsBase/AssemblyInfo.cs @@ -48,8 +48,6 @@ [assembly: NeutralResourcesLanguage ("en")] [assembly: CLSCompliant (true)] -[assembly: AssemblyDelaySign (true)] -[assembly: AssemblyKeyFile ("/var/lib/hudson/jobs/_uia_tag_tarballs/workspace/uia2atk/UIAutomation/winfx3.pub")] [assembly: ComVisible (false)] [assembly: AllowPartiallyTrustedCallers] --- WindowsBase/AssemblyInfo.cs.in +++ WindowsBase/AssemblyInfo.cs.in @@ -48,8 +48,6 @@ [assembly: NeutralResourcesLanguage ("en")] [assembly: CLSCompliant (true)] -[assembly: AssemblyDelaySign (true)] -[assembly: AssemblyKeyFile ("@abs_top_srcdir@/winfx3.pub")] [assembly: ComVisible (false)] [assembly: AllowPartiallyTrustedCallers] --- WindowsBase/Makefile.am +++ WindowsBase/Makefile.am @@ -2,7 +2,7 @@ EXTRA_DIST = ASSEMBLY_COMPILER_COMMAND = gmcs -ASSEMBLY_COMPILER_FLAGS = -lib:@expanded_libdir@/mono/2.0 -noconfig -codepage:utf8 -warn:4 -warnaserror -optimize+ -debug "-define:DEBUG" -d:NET_2_0 +ASSEMBLY_COMPILER_FLAGS = -lib:@expanded_libdir@/mono/2.0 -noconfig -codepage:utf8 -warn:4 -warnaserror -optimize+ -debug "-define:DEBUG" -d:NET_2_0 -delaysign+ -keyfile:@abs_top_srcdir@/winfx3.pub ASSEMBLY = ../bin/WindowsBase.dll ASSEMBLY_MDB = $(ASSEMBLY).mdb --- WindowsBase/Makefile.in +++ WindowsBase/Makefile.in @@ -165,7 +165,7 @@ $(build_others_files) $(ASSEMBLY_WRAPPER_IN) $(EXTRAS) \ $(DATA_FILES) $(build_culture_res_files) ASSEMBLY_COMPILER_COMMAND = gmcs -ASSEMBLY_COMPILER_FLAGS = -lib:@expanded_libdir@/mono/2.0 -noconfig -codepage:utf8 -warn:4 -warnaserror -optimize+ -debug "-define:DEBUG" -d:NET_2_0 +ASSEMBLY_COMPILER_FLAGS = -lib:@expanded_libdir@/mono/2.0 -noconfig -codepage:utf8 -warn:4 -warnaserror -optimize+ -debug "-define:DEBUG" -d:NET_2_0 -delaysign+ -keyfile:@abs_top_srcdir@/winfx3.pub ASSEMBLY = ../bin/WindowsBase.dll ASSEMBLY_MDB = $(ASSEMBLY).mdb COMPILE_TARGET = library --- UIAutomationClient/System.Windows.Automation/ClientSideProviderDescription.cs +++ UIAutomationClient/System.Windows.Automation/ClientSideProviderDescription.cs @@ -44,16 +44,24 @@ string imageName, ClientSideProviderMatchIndicator flags) { - this.ClientSideProviderFactoryCallback = clientSideProviderFactoryCallback; - this.ClassName = className; - this.ImageName = imageName; - this.Flags = flags; + this.clientSideProviderFactoryCallback = clientSideProviderFactoryCallback; + this.className = className; + this.imageName = imageName; + this.flags = flags; } - public string ClassName { get; private set; } - public ClientSideProviderMatchIndicator Flags { get; private set; } - public string ImageName { get; private set; } - public ClientSideProviderFactoryCallback ClientSideProviderFactoryCallback { get; private set; } + public string ClassName { get { return className; } } + public ClientSideProviderMatchIndicator Flags { get { return flags; } } + public string ImageName { get { return imageName; } } + public ClientSideProviderFactoryCallback ClientSideProviderFactoryCallback { + get { return clientSideProviderFactoryCallback; } + } + + private string className; + private ClientSideProviderFactoryCallback clientSideProviderFactoryCallback; + private ClientSideProviderMatchIndicator flags; + private string imageName; + } [Flags] ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
