Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Commit

Permalink
Prep for the 2.0.1 tag
Browse files Browse the repository at this point in the history
svn path=/trunk/uia2atk/; revision=153710
  • Loading branch information
decriptor committed Mar 17, 2010
1 parent dd24e97 commit 848e0de
Show file tree
Hide file tree
Showing 23 changed files with 130 additions and 48 deletions.
11 changes: 11 additions & 0 deletions AtspiUiaSource/NEWS
Expand Up @@ -3,6 +3,17 @@ Mono Accessibility News

Copyright (C) 2008 - 2010 Novell, Inc. (http://www.novell.com)

Version 2.0.1: The "guesstimate" release
* #579004 - Update google docs with new testcase descriptions
* #554449 - ComboBox crashes when using ItemsSource
* #576600 - Handle ControlType changes in bridges.
* #494724 - Test TabControl control
* #494709 - Test DatePicker control
* #584340 - In ListView, Calling ValuePattern.SetValue on one cell can take effect on another sibling cell
* #572683 - ElementNotAvailableException is not fired.
* #558289 - Slider: Key Navigation Does Not Update Slider's Value with SmallChange Property
* #586635 - The NameProperty of DataGridView's Cell is not correctly returned.

Version 2.0: The "hypnotoad" release
* #574269 - Cannot find pane control on Linux

Expand Down
4 changes: 2 additions & 2 deletions AtspiUiaSource/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ([2.54])
AC_INIT([AtspiUiaSource], [2.0])
AC_INIT([AtspiUiaSource], [2.0.1])
AM_INIT_AUTOMAKE([foreign])

# pkg-config
Expand Down Expand Up @@ -38,7 +38,7 @@ AC_ARG_ENABLE(tests,

NUNIT_PATH=

PKG_CHECK_MODULES([MONO_UIA], [mono-uia >= 2.0])
PKG_CHECK_MODULES([MONO_UIA], [mono-uia >= 2.0.1])
PKG_CHECK_MODULES(NUNIT, mono-nunit >= 2.4, nunit_24=yes, nunit_24=no)
if test "x$nunit_24" = "xno"; then
AC_MSG_WARN([Could not find mono-nunit >= 2.4; unit tests will not be available.])
Expand Down
11 changes: 11 additions & 0 deletions MoonAtkBridge/NEWS
Expand Up @@ -3,6 +3,17 @@ Mono Accessibility News

Copyright (C) 2008 - 2010 Novell, Inc. (http://www.novell.com)

Version 2.0.1: The "guesstimate" release
* #579004 - Update google docs with new testcase descriptions
* #554449 - ComboBox crashes when using ItemsSource
* #576600 - Handle ControlType changes in bridges.
* #494724 - Test TabControl control
* #494709 - Test DatePicker control
* #584340 - In ListView, Calling ValuePattern.SetValue on one cell can take effect on another sibling cell
* #572683 - ElementNotAvailableException is not fired.
* #558289 - Slider: Key Navigation Does Not Update Slider's Value with SmallChange Property
* #586635 - The NameProperty of DataGridView's Cell is not correctly returned.

Version 2.0: The "hypnotoad" release
* #574269 - Cannot find pane control on Linux

Expand Down
2 changes: 1 addition & 1 deletion MoonAtkBridge/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ([2.54])
AC_INIT([MoonAtkBridge], [2.0])
AC_INIT([MoonAtkBridge], [2.0.1])
AM_INIT_AUTOMAKE([foreign])

# pkg-config
Expand Down
11 changes: 11 additions & 0 deletions UIAutomation/NEWS
Expand Up @@ -3,6 +3,17 @@ Mono Accessibility News

Copyright (C) 2008 - 2010 Novell, Inc. (http://www.novell.com)

Version 2.0.1: The "guesstimate" release
* #579004 - Update google docs with new testcase descriptions
* #554449 - ComboBox crashes when using ItemsSource
* #576600 - Handle ControlType changes in bridges.
* #494724 - Test TabControl control
* #494709 - Test DatePicker control
* #584340 - In ListView, Calling ValuePattern.SetValue on one cell can take effect on another sibling cell
* #572683 - ElementNotAvailableException is not fired.
* #558289 - Slider: Key Navigation Does Not Update Slider's Value with SmallChange Property
* #586635 - The NameProperty of DataGridView's Cell is not correctly returned.

Version 2.0: The "hypnotoad" release
* #574269 - Cannot find pane control on Linux

Expand Down
2 changes: 1 addition & 1 deletion UIAutomation/configure.ac
@@ -1,7 +1,7 @@
dnl Warning: This is an automatically generated file, do not edit!
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ([2.54])
AC_INIT([mono-uia],[2.0])
AC_INIT([mono-uia],[2.0.1])
AM_INIT_AUTOMAKE([foreign 1.9 tar-ustar])

dnl pkg-config
Expand Down
11 changes: 11 additions & 0 deletions UIAutomationWinforms/NEWS
Expand Up @@ -3,6 +3,17 @@ Mono Accessibility News

Copyright (C) 2008 - 2010 Novell, Inc. (http://www.novell.com)

Version 2.0.1: The "guesstimate" release
* #579004 - Update google docs with new testcase descriptions
* #554449 - ComboBox crashes when using ItemsSource
* #576600 - Handle ControlType changes in bridges.
* #494724 - Test TabControl control
* #494709 - Test DatePicker control
* #584340 - In ListView, Calling ValuePattern.SetValue on one cell can take effect on another sibling cell
* #572683 - ElementNotAvailableException is not fired.
* #558289 - Slider: Key Navigation Does Not Update Slider's Value with SmallChange Property
* #586635 - The NameProperty of DataGridView's Cell is not correctly returned.

Version 2.0: The "hypnotoad" release
* #574269 - Cannot find pane control on Linux

Expand Down
4 changes: 2 additions & 2 deletions UIAutomationWinforms/configure.ac
@@ -1,7 +1,7 @@
dnl Warning: This is an automatically generated file, do not edit!
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ([2.54])
AC_INIT([UIAutomationWinforms], [2.0])
AC_INIT([UIAutomationWinforms], [2.0.1])
AM_INIT_AUTOMAKE([foreign 1.9 tar-ustar])
IT_PROG_INTLTOOL([0.35.0])

Expand Down Expand Up @@ -81,7 +81,7 @@ AC_SUBST(NUNIT_PATH)
AM_CONDITIONAL(ENABLE_TESTS, test "x$enable_tests" = "xyes")

dnl package checks, common for all configs
PKG_CHECK_MODULES([MONO_UIA], [mono-uia >= 2.0])
PKG_CHECK_MODULES([MONO_UIA], [mono-uia >= 2.0.1])
PKG_CHECK_MODULES([MONO], [mono >= 2.4])

gacutil -l System.Data | grep "Version=2"
Expand Down
11 changes: 11 additions & 0 deletions UiaAtkBridge/NEWS
Expand Up @@ -3,6 +3,17 @@ Mono Accessibility News

Copyright (C) 2008 - 2010 Novell, Inc. (http://www.novell.com)

Version 2.0.1: The "guesstimate" release
* #579004 - Update google docs with new testcase descriptions
* #554449 - ComboBox crashes when using ItemsSource
* #576600 - Handle ControlType changes in bridges.
* #494724 - Test TabControl control
* #494709 - Test DatePicker control
* #584340 - In ListView, Calling ValuePattern.SetValue on one cell can take effect on another sibling cell
* #572683 - ElementNotAvailableException is not fired.
* #558289 - Slider: Key Navigation Does Not Update Slider's Value with SmallChange Property
* #586635 - The NameProperty of DataGridView's Cell is not correctly returned.

Version 2.0: The "hypnotoad" release
* #574269 - Cannot find pane control on Linux

Expand Down
4 changes: 2 additions & 2 deletions UiaAtkBridge/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ([2.54])
AC_INIT([UiaAtkBridge], [2.0])
AC_INIT([UiaAtkBridge], [2.0.1])
AM_INIT_AUTOMAKE([foreign])

# pkg-config
Expand Down Expand Up @@ -93,7 +93,7 @@ PKG_CHECK_MODULES([GTK_SHARP_20], [gtk-sharp-2.0 >= 2.12.8])
PKG_CHECK_MODULES(GTK_SHARP_2_12_10, gtk-sharp-2.0 >= 2.12.10, [last_gtk_sharp=yes], [last_gtk_sharp=no])
AM_CONDITIONAL(HAVE_OLD_ATK_SHARP, test x$last_gtk_sharp = xno)

PKG_CHECK_MODULES([MONO_UIA], [mono-uia >= 2.0])
PKG_CHECK_MODULES([MONO_UIA], [mono-uia >= 2.0.1])

#Bridge-glue checks
PKG_CHECK_MODULES(ATK, atk)
Expand Down
11 changes: 11 additions & 0 deletions UiaDbus/NEWS
Expand Up @@ -3,6 +3,17 @@ Mono Accessibility News

Copyright (C) 2008 - 2010 Novell, Inc. (http://www.novell.com)

Version 2.0.1: The "guesstimate" release
* #579004 - Update google docs with new testcase descriptions
* #554449 - ComboBox crashes when using ItemsSource
* #576600 - Handle ControlType changes in bridges.
* #494724 - Test TabControl control
* #494709 - Test DatePicker control
* #584340 - In ListView, Calling ValuePattern.SetValue on one cell can take effect on another sibling cell
* #572683 - ElementNotAvailableException is not fired.
* #558289 - Slider: Key Navigation Does Not Update Slider's Value with SmallChange Property
* #586635 - The NameProperty of DataGridView's Cell is not correctly returned.

Version 2.0: The "hypnotoad" release
* #574269 - Cannot find pane control on Linux

Expand Down
4 changes: 2 additions & 2 deletions UiaDbus/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ([2.54])
AC_INIT([UiaDbus], [2.0])
AC_INIT([UiaDbus], [2.0.1])
AM_INIT_AUTOMAKE([foreign])

# pkg-config
Expand Down Expand Up @@ -90,7 +90,7 @@ AM_CONDITIONAL(ENABLE_EXTERNAL_NDESK_DBUS, test "x$enable_external_ndesk_dbus" =

# package checks, common for all configs
PKG_CHECK_MODULES([GLIB_SHARP_20], [glib-sharp-2.0 >= 2.12.8])
PKG_CHECK_MODULES([MONO_UIA], [mono-uia >= 2.0])
PKG_CHECK_MODULES([MONO_UIA], [mono-uia >= 2.0.1])

TOPDIR=$PWD
AC_SUBST(TOPDIR)
Expand Down
4 changes: 2 additions & 2 deletions build/fedora/at-spi-sharp.spec
Expand Up @@ -4,7 +4,7 @@
#

Name: at-spi-sharp
Version: 1.0
Version: 1.0.1
Release: 1
License: MIT
Group: System/Libraries
Expand All @@ -13,7 +13,7 @@ Source0: http://ftp.novell.com/pub/mono/sources/mono-uia/%{name}-%{versio
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires: mono-core >= 2.4
BuildRequires: mono-devel >= 2.4
BuildRequires: mono-uia >= 2.0
BuildRequires: mono-uia >= 2.0.1
BuildRequires: ndesk-dbus-glib-devel
BuildRequires: pkg-config

Expand Down
4 changes: 2 additions & 2 deletions build/fedora/atspiuiasource.spec
Expand Up @@ -4,7 +4,7 @@
#

Name: atspiuiasource
Version: 2.0
Version: 2.0.1
Release: 1
License: MIT
Group: System/Libraries
Expand All @@ -15,7 +15,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: at-spi-sharp-devel
BuildRequires: gtk-sharp2-devel >= 2.12.8
BuildRequires: mono-devel >= 2.4
BuildRequires: mono-uia-devel >= 2.0
BuildRequires: mono-uia-devel >= 2.0.1
Summary: At-spi uia source

%description
Expand Down
2 changes: 1 addition & 1 deletion build/fedora/mono-uia.spec
Expand Up @@ -4,7 +4,7 @@
#

Name: mono-uia
Version: 2.0
Version: 2.0.1
Release: 1
License: MIT
Group: System/Libraries
Expand Down
12 changes: 6 additions & 6 deletions build/fedora/uiaatkbridge.spec
@@ -1,10 +1,10 @@

%define debug_package %{nil}
#
# spec file for package UiaAtkBridge
#

Name: uiaatkbridge
Version: 2.0
Version: 2.0.1
Release: 1
License: MIT
Group: System/Libraries
Expand All @@ -15,14 +15,14 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires: at-spi >= 1.24.0
Requires: gtk-sharp2 >= 2.12.8
Requires: mono-core >= 2.4
Requires: mono-uia >= 2.0
Requires: mono-uia >= 2.0.1
BuildRequires: atk-devel >= 1.24
BuildRequires: gtk2-devel >= 2.14
#BuildRequires: gtk-sharp2 >= 2.12.8
BuildRequires: gtk-sharp2-devel >= 2.12.8
BuildRequires: mono-devel >= 2.4
BuildRequires: mono-uia >= 2.0
BuildRequires: mono-uia-devel >= 2.0
BuildRequires: mono-uia >= 2.0.1
BuildRequires: mono-uia-devel >= 2.0.1

Summary: Bridge between UIA providers and ATK

Expand Down Expand Up @@ -67,6 +67,6 @@ rm -rf %{buildroot}

%changelog
* Mon Nov 30 2009 Stephen Shaw <sshaw@decriptor.com> - 1.8.90-1
- Updates for the 2.0 release
- Updates
* Thu Apr 30 2009 Stephen Shaw <sshaw@decriptor.com> - 1.0-1
- Initial RPM
4 changes: 2 additions & 2 deletions build/fedora/uiadbus.spec
Expand Up @@ -4,7 +4,7 @@
#

Name: uiadbus
Version: 2.0
Version: 2.0.1
Release: 1
License: MIT
Group: System/Libraries
Expand All @@ -14,7 +14,7 @@ Patch0: uiadbus-libdir.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: gtk-sharp2-devel >= 2.12.8
BuildRequires: mono-devel >= 2.4
BuildRequires: mono-uia-devel >= 2.0
BuildRequires: mono-uia-devel >= 2.0.1
BuildRequires: ndesk-dbus
Summary: UiaDbus components of UIA on Linux

Expand Down
13 changes: 6 additions & 7 deletions build/fedora/uiautomationwinforms.spec
@@ -1,11 +1,10 @@
%define debug_package %{nil}

#
# spec file for package UIAutomationWinforms
#

Name: uiautomationwinforms
Version: 2.0
Version: 2.0.1
Release: 1
License: MIT
Group: System/Libraries
Expand All @@ -16,14 +15,14 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires: gtk-sharp2 >= 2.12.8
Requires: mono-core >= 2.4
Requires: mono-data >= 2.4
Requires: mono-uia >= 2.0
Requires: uiaatkbridge >= 2.0
Requires: mono-uia >= 2.0.1
Requires: uiaatkbridge >= 2.0.1
BuildRequires: gtk-sharp2-devel >= 2.12.8
BuildRequires: mono-devel >= 2.4
BuildRequires: mono-data >= 2.4
BuildRequires: mono-nunit >= 2.4
BuildRequires: mono-uia >= 2.0
BuildRequires: mono-uia-devel >= 2.0
BuildRequires: mono-uia >= 2.0.1
BuildRequires: mono-uia-devel >= 2.0.1
BuildRequires: intltool

Summary: Implementation of UIA providers
Expand Down Expand Up @@ -57,6 +56,6 @@ rm -rf %{buildroot}

%changelog
* Mon Nov 30 2009 Stephen Shaw <sshaw@decriptor.com> - 1.8.90-1
- Updates for the 2.0 release
- Updates
* Thu Apr 30 2009 Stephen Shaw <sshaw@decriptor.com> - 1.0-1
- Initial RPM
13 changes: 11 additions & 2 deletions build/specs/atspiuiasource.spec
@@ -1,9 +1,18 @@
#
# spec file for package AtspiUiaSource
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
#


Name: atspiuiasource
Version: 2.0
Version: 2.0.1
Release: 1
License: MIT
Group: System/Libraries
Expand All @@ -14,7 +23,7 @@ Summary: At-spi uia source
BuildRequires: at-spi-sharp-devel >= 1.0
BuildRequires: glib-sharp2 >= 2.12.8
BuildRequires: mono-devel >= 2.4
BuildRequires: mono-uia-devel >= 2.0
BuildRequires: mono-uia-devel >= 2.0.1
BuildRequires: pkg-config

%description
Expand Down
4 changes: 2 additions & 2 deletions build/specs/mono-uia.spec
@@ -1,7 +1,7 @@
#
# spec file for package UIAutomation
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
Expand All @@ -12,7 +12,7 @@


Name: mono-uia
Version: 2.0
Version: 2.0.1
Release: 1
License: MIT/X11
Group: System/Libraries
Expand Down

0 comments on commit 848e0de

Please sign in to comment.