Hello community, here is the log from the commit of package mono-uia for openSUSE:Factory checked in at 2014-10-18 09:08:50 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mono-uia (Old) and /work/SRC/openSUSE:Factory/.mono-uia.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mono-uia" Changes: -------- --- /work/SRC/openSUSE:Factory/mono-uia/mono-uia.changes 2012-12-10 17:17:03.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.mono-uia.new/mono-uia.changes 2014-10-18 09:09:03.000000000 +0200 @@ -1,0 +2,6 @@ +Thu Oct 16 16:26:44 UTC 2014 - [email protected] + +- 0001-UIAutomationClient-AutomationElement.FromLocalProvid.patch: + Update to ignore warning 0067 during build. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mono-uia.spec ++++++ --- /var/tmp/diff_new_pack.LTPoC1/_old 2014-10-18 09:09:04.000000000 +0200 +++ /var/tmp/diff_new_pack.LTPoC1/_new 2014-10-18 09:09:04.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package mono-uia # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 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 @@ -15,14 +15,10 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild - Name: mono-uia Version: 2.1 Release: 0 -License: MIT -Group: System/Libraries Url: http://www.mono-project.com/Accessibility Source0: %{name}-%{version}.tar.bz2 # PATCH-FIX-UPSTREAM mono-uia-%{version}-mono-2.8.patch --fix building with mono 2.8 and later @@ -38,19 +34,20 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build Requires: mono-core >= 2.4 Requires: mono-winfxcore +BuildRequires: autoconf +BuildRequires: automake BuildRequires: gtk-sharp2 >= 2.12.8 BuildRequires: mono-core >= 2.4 BuildRequires: mono-devel >= 2.4 BuildRequires: mono-nunit >= 2.4 -BuildRequires: autoconf -BuildRequires: automake Summary: Implementations of members and interfaces based on MS UIA API +License: MIT +Group: System/Libraries %description User Interface Automation (UIA) is a new accessibility standard %package devel -License: MIT Summary: mono-uia devel package Group: Development/Languages Requires: mono-uia == %{version}-%{release} ++++++ 0001-UIAutomationClient-AutomationElement.FromLocalProvid.patch ++++++ --- /var/tmp/diff_new_pack.LTPoC1/_old 2014-10-18 09:09:04.000000000 +0200 +++ /var/tmp/diff_new_pack.LTPoC1/_new 2014-10-18 09:09:04.000000000 +0200 @@ -220,7 +220,7 @@ =================================================================== --- /dev/null 1970-01-01 00:00:00.000000000 +0000 +++ mono-uia.git/UIAutomationClient/Mono.UIAutomation.ClientSource/ClientAutomationSource.cs 2012-01-23 18:58:44.780520283 +0000 -@@ -0,0 +1,184 @@ +@@ -0,0 +1,186 @@ +// Permission is hereby granted, free of charge, to any person obtaining +// a copy of this software and associated documentation files (the +// "Software"), to deal in the Software without restriction, including @@ -270,7 +270,9 @@ + } + + #region IAutomationSource implementation ++ #pragma warning disable 67 + public event EventHandler RootElementsChanged; ++ #pragma warning restore 67 + + public void Initialize () + { -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
