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

Commit

Permalink
Prep for 2.1.91 quasar release
Browse files Browse the repository at this point in the history
  • Loading branch information
decriptor committed Sep 17, 2010
1 parent c35ad9a commit 1d66c16
Show file tree
Hide file tree
Showing 26 changed files with 140 additions and 32 deletions.
18 changes: 18 additions & 0 deletions AtspiUiaSource/NEWS
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@ Mono Accessibility News


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


Version 2.1.91: The "quasar" release
* #600365 - [uiaclient-GTKs]:A scrollbar's IsreadOnly property should be false, if the scrollbar's value can be set
* #596835 - Gtk ScrollBar has extraneous InvokePattern to be supported
* #600360 - [uiaclient-GTKs]: The SmallChangeProperty & LargeChangeProperty of RangeValuePattern is not implemented .
* #606297 - [uiaclient-GTKs]:All Data Item should support SelectionItem Pattern
* #606301 - [uiaclient-GTKs]:The Data Item which is Table control's child should support TableItem pattern
* #604660 - [uiaclient-GTKs]:The Table control should not support Selection pattern
* #604649 - [uiaclient-GTKs]:The Header control supports the wrong patterns
* #606293 - [uiaclient-GTKs]:The Data Item control should not support Selection ,Grid & Table Pattern
* #605093 - [uiaclient-GTKs]:The Header control's IsContentElementProperty should be false
* #606300 - [uiaclient-GTKs]:The Data Item can can typically be traversed by using the keyboard should support GridItem pattern
* #597272 - All the BoundingRectangleProperty of DataItem is same
* #549109 - [DataGrid] The "ContainingGrid" property of a data item is not retrieved correctly
* #551976 - Test DataGridAutomationPeer and related Peers.
* #576455 - All the "Text" controls are recognized as "Edit" on Linux
* #572216 - IfOffscreen shall be true when the Window is minimized
* #572301 - BoundingRectangle is incorrect when the top-level form is minimized

Version 2.1.90: The "paratroop" release Version 2.1.90: The "paratroop" release
* #585147 - Tests cannot all be run at the same time. * #585147 - Tests cannot all be run at the same time.
* #489366 - DbusCoreUiaSource: Implement DockPattern * #489366 - DbusCoreUiaSource: Implement DockPattern
Expand Down
2 changes: 1 addition & 1 deletion AtspiUiaSource/configure.ac
Original file line number Original file line Diff line number Diff line change
@@ -1,5 +1,5 @@
AC_PREREQ([2.54]) AC_PREREQ([2.54])
AC_INIT([AtspiUiaSource], [2.1.90]) AC_INIT([AtspiUiaSource], [2.1.91])
AM_INIT_AUTOMAKE([foreign]) AM_INIT_AUTOMAKE([foreign])


# pkg-config # pkg-config
Expand Down
2 changes: 1 addition & 1 deletion AtspiUiaSource/data/atspiuiasource-Fedora_12.spec.in
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: at-spi-sharp-devel BuildRequires: at-spi-sharp-devel
BuildRequires: gtk-sharp2-devel >= 2.12.10 BuildRequires: gtk-sharp2-devel >= 2.12.10
BuildRequires: mono-devel >= 2.4 BuildRequires: mono-devel >= 2.4
BuildRequires: mono-uia-devel >= 2.1 BuildRequires: mono-uia-devel >= 2.1.91
Summary: At-spi uia source Summary: At-spi uia source


%description %description
Expand Down
2 changes: 1 addition & 1 deletion AtspiUiaSource/data/atspiuiasource-Fedora_13.spec.in
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: at-spi-sharp-devel BuildRequires: at-spi-sharp-devel
BuildRequires: gtk-sharp2-devel >= 2.12.10 BuildRequires: gtk-sharp2-devel >= 2.12.10
BuildRequires: mono-devel >= 2.4 BuildRequires: mono-devel >= 2.4
BuildRequires: mono-uia-devel >= 2.1 BuildRequires: mono-uia-devel >= 2.1.91
Summary: At-spi uia source Summary: At-spi uia source


%description %description
Expand Down
4 changes: 2 additions & 2 deletions AtspiUiaSource/data/atspiuiasource.spec.in
Original file line number Original file line Diff line number Diff line change
@@ -1,7 +1,7 @@
# #
# spec file for package AtspiUiaSource # spec file for package AtspiUiaSource
# #
# Copyright (c) 2.1.900 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 # This file and all modifications and additions to the pristine
# package are under the same license as the package itself. # package are under the same license as the package itself.
# #
Expand All @@ -23,7 +23,7 @@ Summary: At-spi uia source
BuildRequires: at-spi-sharp-devel >= 1.1.1 BuildRequires: at-spi-sharp-devel >= 1.1.1
BuildRequires: glib-sharp2 >= 2.12.10 BuildRequires: glib-sharp2 >= 2.12.10
BuildRequires: mono-devel >= 2.4 BuildRequires: mono-devel >= 2.4
BuildRequires: mono-uia-devel >= 2.1 BuildRequires: mono-uia-devel >= 2.1.91


%description %description
At-spi uia source client side At-spi uia source client side
Expand Down
18 changes: 18 additions & 0 deletions MoonAtkBridge/NEWS
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@ Mono Accessibility News


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


Version 2.1.91: The "quasar" release
* #600365 - [uiaclient-GTKs]:A scrollbar's IsreadOnly property should be false, if the scrollbar's value can be set
* #596835 - Gtk ScrollBar has extraneous InvokePattern to be supported
* #600360 - [uiaclient-GTKs]: The SmallChangeProperty & LargeChangeProperty of RangeValuePattern is not implemented .
* #606297 - [uiaclient-GTKs]:All Data Item should support SelectionItem Pattern
* #606301 - [uiaclient-GTKs]:The Data Item which is Table control's child should support TableItem pattern
* #604660 - [uiaclient-GTKs]:The Table control should not support Selection pattern
* #604649 - [uiaclient-GTKs]:The Header control supports the wrong patterns
* #606293 - [uiaclient-GTKs]:The Data Item control should not support Selection ,Grid & Table Pattern
* #605093 - [uiaclient-GTKs]:The Header control's IsContentElementProperty should be false
* #606300 - [uiaclient-GTKs]:The Data Item can can typically be traversed by using the keyboard should support GridItem pattern
* #597272 - All the BoundingRectangleProperty of DataItem is same
* #549109 - [DataGrid] The "ContainingGrid" property of a data item is not retrieved correctly
* #551976 - Test DataGridAutomationPeer and related Peers.
* #576455 - All the "Text" controls are recognized as "Edit" on Linux
* #572216 - IfOffscreen shall be true when the Window is minimized
* #572301 - BoundingRectangle is incorrect when the top-level form is minimized

Version 2.1.90: The "paratroop" release Version 2.1.90: The "paratroop" release
* #585147 - Tests cannot all be run at the same time. * #585147 - Tests cannot all be run at the same time.
* #489366 - DbusCoreUiaSource: Implement DockPattern * #489366 - DbusCoreUiaSource: Implement DockPattern
Expand Down
2 changes: 1 addition & 1 deletion MoonAtkBridge/configure.ac
Original file line number Original file line Diff line number Diff line change
@@ -1,5 +1,5 @@
AC_PREREQ([2.54]) AC_PREREQ([2.54])
AC_INIT([MoonAtkBridge], [2.1.90]) AC_INIT([MoonAtkBridge], [2.1.91])
AM_INIT_AUTOMAKE([foreign]) AM_INIT_AUTOMAKE([foreign])


# pkg-config # pkg-config
Expand Down
18 changes: 18 additions & 0 deletions UIAutomation/NEWS
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@ Mono Accessibility News


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


Version 2.1.91: The "quasar" release
* #600365 - [uiaclient-GTKs]:A scrollbar's IsreadOnly property should be false, if the scrollbar's value can be set
* #596835 - Gtk ScrollBar has extraneous InvokePattern to be supported
* #600360 - [uiaclient-GTKs]: The SmallChangeProperty & LargeChangeProperty of RangeValuePattern is not implemented .
* #606297 - [uiaclient-GTKs]:All Data Item should support SelectionItem Pattern
* #606301 - [uiaclient-GTKs]:The Data Item which is Table control's child should support TableItem pattern
* #604660 - [uiaclient-GTKs]:The Table control should not support Selection pattern
* #604649 - [uiaclient-GTKs]:The Header control supports the wrong patterns
* #606293 - [uiaclient-GTKs]:The Data Item control should not support Selection ,Grid & Table Pattern
* #605093 - [uiaclient-GTKs]:The Header control's IsContentElementProperty should be false
* #606300 - [uiaclient-GTKs]:The Data Item can can typically be traversed by using the keyboard should support GridItem pattern
* #597272 - All the BoundingRectangleProperty of DataItem is same
* #549109 - [DataGrid] The "ContainingGrid" property of a data item is not retrieved correctly
* #551976 - Test DataGridAutomationPeer and related Peers.
* #576455 - All the "Text" controls are recognized as "Edit" on Linux
* #572216 - IfOffscreen shall be true when the Window is minimized
* #572301 - BoundingRectangle is incorrect when the top-level form is minimized

Version 2.1.90: The "paratroop" release Version 2.1.90: The "paratroop" release
* #585147 - Tests cannot all be run at the same time. * #585147 - Tests cannot all be run at the same time.
* #489366 - DbusCoreUiaSource: Implement DockPattern * #489366 - DbusCoreUiaSource: Implement DockPattern
Expand Down
2 changes: 1 addition & 1 deletion UIAutomation/configure.ac
Original file line number Original file line Diff line number Diff line change
@@ -1,7 +1,7 @@
dnl Warning: This is an automatically generated file, do not edit! dnl Warning: This is an automatically generated file, do not edit!
dnl Process this file with autoconf to produce a configure script. dnl Process this file with autoconf to produce a configure script.
AC_PREREQ([2.54]) AC_PREREQ([2.54])
AC_INIT([mono-uia],[2.1.90]) AC_INIT([mono-uia],[2.1.91])
AM_INIT_AUTOMAKE([foreign 1.9 tar-ustar]) AM_INIT_AUTOMAKE([foreign 1.9 tar-ustar])


dnl pkg-config dnl pkg-config
Expand Down
2 changes: 1 addition & 1 deletion UIAutomation/data/mono-uia-openSUSE_11.2.spec.in
Original file line number Original file line Diff line number Diff line change
@@ -1,7 +1,7 @@
# #
# spec file for package UIAutomation # spec file for package UIAutomation
# #
# Copyright (c) 2.1.900 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 # This file and all modifications and additions to the pristine
# package are under the same license as the package itself. # package are under the same license as the package itself.
# #
Expand Down
2 changes: 1 addition & 1 deletion UIAutomation/data/mono-uia-openSUSE_11.3.spec.in
Original file line number Original file line Diff line number Diff line change
@@ -1,7 +1,7 @@
# #
# spec file for package UIAutomation # spec file for package UIAutomation
# #
# Copyright (c) 2.1.900 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 # This file and all modifications and additions to the pristine
# package are under the same license as the package itself. # package are under the same license as the package itself.
# #
Expand Down
18 changes: 18 additions & 0 deletions UIAutomationWinforms/NEWS
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@ Mono Accessibility News


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


Version 2.1.91: The "quasar" release
* #600365 - [uiaclient-GTKs]:A scrollbar's IsreadOnly property should be false, if the scrollbar's value can be set
* #596835 - Gtk ScrollBar has extraneous InvokePattern to be supported
* #600360 - [uiaclient-GTKs]: The SmallChangeProperty & LargeChangeProperty of RangeValuePattern is not implemented .
* #606297 - [uiaclient-GTKs]:All Data Item should support SelectionItem Pattern
* #606301 - [uiaclient-GTKs]:The Data Item which is Table control's child should support TableItem pattern
* #604660 - [uiaclient-GTKs]:The Table control should not support Selection pattern
* #604649 - [uiaclient-GTKs]:The Header control supports the wrong patterns
* #606293 - [uiaclient-GTKs]:The Data Item control should not support Selection ,Grid & Table Pattern
* #605093 - [uiaclient-GTKs]:The Header control's IsContentElementProperty should be false
* #606300 - [uiaclient-GTKs]:The Data Item can can typically be traversed by using the keyboard should support GridItem pattern
* #597272 - All the BoundingRectangleProperty of DataItem is same
* #549109 - [DataGrid] The "ContainingGrid" property of a data item is not retrieved correctly
* #551976 - Test DataGridAutomationPeer and related Peers.
* #576455 - All the "Text" controls are recognized as "Edit" on Linux
* #572216 - IfOffscreen shall be true when the Window is minimized
* #572301 - BoundingRectangle is incorrect when the top-level form is minimized

Version 2.1.90: The "paratroop" release Version 2.1.90: The "paratroop" release
* #585147 - Tests cannot all be run at the same time. * #585147 - Tests cannot all be run at the same time.
* #489366 - DbusCoreUiaSource: Implement DockPattern * #489366 - DbusCoreUiaSource: Implement DockPattern
Expand Down
2 changes: 1 addition & 1 deletion UIAutomationWinforms/configure.ac
Original file line number Original file line Diff line number Diff line change
@@ -1,7 +1,7 @@
dnl Warning: This is an automatically generated file, do not edit! dnl Warning: This is an automatically generated file, do not edit!
dnl Process this file with autoconf to produce a configure script. dnl Process this file with autoconf to produce a configure script.
AC_PREREQ([2.54]) AC_PREREQ([2.54])
AC_INIT([UIAutomationWinforms], [2.1.90]) AC_INIT([UIAutomationWinforms], [2.1.91])
AM_INIT_AUTOMAKE([foreign 1.9 tar-ustar]) AM_INIT_AUTOMAKE([foreign 1.9 tar-ustar])
IT_PROG_INTLTOOL([0.35.0]) IT_PROG_INTLTOOL([0.35.0])


Expand Down
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ Requires: mono-core >= 2.4
Requires: mono-data >= 2.4 Requires: mono-data >= 2.4
Requires: mono-uia >= 2.1 Requires: mono-uia >= 2.1
Requires: mono-winfxcore Requires: mono-winfxcore
Requires: uiaatkbridge >= 2.1 Requires: uiaatkbridge >= 2.1.91
BuildRequires: gtk-sharp2-devel >= 2.12.10 BuildRequires: gtk-sharp2-devel >= 2.12.10
BuildRequires: intltool BuildRequires: intltool
BuildRequires: mono-devel >= 2.4 BuildRequires: mono-devel >= 2.4
BuildRequires: mono-uia-devel >= 2.1 BuildRequires: mono-uia-devel >= 2.1.91


Summary: Implementation of UIA providers Summary: Implementation of UIA providers


Expand Down
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires: gtk-sharp2 >= 2.12.10 Requires: gtk-sharp2 >= 2.12.10
Requires: mono-core >= 2.4 Requires: mono-core >= 2.4
Requires: mono-data >= 2.4 Requires: mono-data >= 2.4
Requires: mono-uia >= 2.1 Requires: mono-uia >= 2.1.91
Requires: uiaatkbridge >= 2.1 Requires: uiaatkbridge >= 2.1.91
BuildRequires: gtk-sharp2-devel >= 2.12.10 BuildRequires: gtk-sharp2-devel >= 2.12.10
BuildRequires: intltool BuildRequires: intltool
BuildRequires: mono-devel >= 2.4 BuildRequires: mono-devel >= 2.4
BuildRequires: mono-uia-devel >= 2.1 BuildRequires: mono-uia-devel >= 2.1.91


Summary: Implementation of UIA providers Summary: Implementation of UIA providers


Expand Down
8 changes: 4 additions & 4 deletions UIAutomationWinforms/data/uiautomationwinforms.spec.in
Original file line number Original file line Diff line number Diff line change
@@ -1,7 +1,7 @@
# #
# spec file for package UIAutomationWinforms # spec file for package UIAutomationWinforms
# #
# Copyright (c) 2.1.900 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 # This file and all modifications and additions to the pristine
# package are under the same license as the package itself. # package are under the same license as the package itself.
# #
Expand All @@ -23,12 +23,12 @@ Requires: glib-sharp2 >= 2.12.10
Requires: gtk-sharp2 >= 2.12.10 Requires: gtk-sharp2 >= 2.12.10
Requires: mono-core >= 2.4 Requires: mono-core >= 2.4
Requires: mono-data >= 2.4 Requires: mono-data >= 2.4
Requires: mono-uia >= 2.1 Requires: mono-uia >= 2.1.91
Requires: mono-winfxcore Requires: mono-winfxcore
Requires: uiaatkbridge >= 2.1 Requires: uiaatkbridge >= 2.1.91
BuildRequires: intltool BuildRequires: intltool
BuildRequires: mono-devel >= 2.4 BuildRequires: mono-devel >= 2.4
BuildRequires: mono-uia-devel >= 2.1 BuildRequires: mono-uia-devel >= 2.1.91


Summary: Implementation of UIA providers Summary: Implementation of UIA providers


Expand Down
18 changes: 18 additions & 0 deletions UiaAtkBridge/NEWS
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@ Mono Accessibility News


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


Version 2.1.91: The "quasar" release
* #600365 - [uiaclient-GTKs]:A scrollbar's IsreadOnly property should be false, if the scrollbar's value can be set
* #596835 - Gtk ScrollBar has extraneous InvokePattern to be supported
* #600360 - [uiaclient-GTKs]: The SmallChangeProperty & LargeChangeProperty of RangeValuePattern is not implemented .
* #606297 - [uiaclient-GTKs]:All Data Item should support SelectionItem Pattern
* #606301 - [uiaclient-GTKs]:The Data Item which is Table control's child should support TableItem pattern
* #604660 - [uiaclient-GTKs]:The Table control should not support Selection pattern
* #604649 - [uiaclient-GTKs]:The Header control supports the wrong patterns
* #606293 - [uiaclient-GTKs]:The Data Item control should not support Selection ,Grid & Table Pattern
* #605093 - [uiaclient-GTKs]:The Header control's IsContentElementProperty should be false
* #606300 - [uiaclient-GTKs]:The Data Item can can typically be traversed by using the keyboard should support GridItem pattern
* #597272 - All the BoundingRectangleProperty of DataItem is same
* #549109 - [DataGrid] The "ContainingGrid" property of a data item is not retrieved correctly
* #551976 - Test DataGridAutomationPeer and related Peers.
* #576455 - All the "Text" controls are recognized as "Edit" on Linux
* #572216 - IfOffscreen shall be true when the Window is minimized
* #572301 - BoundingRectangle is incorrect when the top-level form is minimized

Version 2.1.90: The "paratroop" release Version 2.1.90: The "paratroop" release
* #585147 - Tests cannot all be run at the same time. * #585147 - Tests cannot all be run at the same time.
* #489366 - DbusCoreUiaSource: Implement DockPattern * #489366 - DbusCoreUiaSource: Implement DockPattern
Expand Down
2 changes: 1 addition & 1 deletion UiaAtkBridge/configure.ac
Original file line number Original file line Diff line number Diff line change
@@ -1,5 +1,5 @@
AC_PREREQ([2.54]) AC_PREREQ([2.54])
AC_INIT([UiaAtkBridge], [2.1.90]) AC_INIT([UiaAtkBridge], [2.1.91])
AM_INIT_AUTOMAKE([foreign]) AM_INIT_AUTOMAKE([foreign])


# pkg-config # pkg-config
Expand Down
4 changes: 2 additions & 2 deletions UiaAtkBridge/data/uiaatkbridge-Fedora_12.spec.in
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires: at-spi >= 1.30.0 Requires: at-spi >= 1.30.0
Requires: gtk-sharp2 >= 2.12.10 Requires: gtk-sharp2 >= 2.12.10
Requires: mono-core >= 2.4 Requires: mono-core >= 2.4
Requires: mono-uia >= 2.1 Requires: mono-uia >= 2.1.91
BuildRequires: gtk2-devel >= 2.14 BuildRequires: gtk2-devel >= 2.14
BuildRequires: gtk-sharp2-devel >= 2.12.10 BuildRequires: gtk-sharp2-devel >= 2.12.10
BuildRequires: mono-devel >= 2.4 BuildRequires: mono-devel >= 2.4
BuildRequires: mono-uia-devel >= 2.1 BuildRequires: mono-uia-devel >= 2.1.91


Summary: Bridge between UIA providers and ATK Summary: Bridge between UIA providers and ATK


Expand Down
4 changes: 2 additions & 2 deletions UiaAtkBridge/data/uiaatkbridge-Fedora_13.spec.in
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires: at-spi >= 1.30.0 Requires: at-spi >= 1.30.0
Requires: gtk-sharp2 >= 2.12.10 Requires: gtk-sharp2 >= 2.12.10
Requires: mono-core >= 2.4 Requires: mono-core >= 2.4
Requires: mono-uia >= 2.1 Requires: mono-uia >= 2.1.91
BuildRequires: gtk2-devel >= 2.14 BuildRequires: gtk2-devel >= 2.14
BuildRequires: gtk-sharp2-devel >= 2.12.10 BuildRequires: gtk-sharp2-devel >= 2.12.10
BuildRequires: mono-devel >= 2.4 BuildRequires: mono-devel >= 2.4
BuildRequires: mono-uia-devel >= 2.1 BuildRequires: mono-uia-devel >= 2.1.91


Summary: Bridge between UIA providers and ATK Summary: Bridge between UIA providers and ATK


Expand Down
6 changes: 3 additions & 3 deletions UiaAtkBridge/data/uiaatkbridge.spec.in
Original file line number Original file line Diff line number Diff line change
@@ -1,7 +1,7 @@
# #
# spec file for package UiaAtkBridge # spec file for package UiaAtkBridge
# #
# Copyright (c) 2.1.900 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 # This file and all modifications and additions to the pristine
# package are under the same license as the package itself. # package are under the same license as the package itself.
# #
Expand All @@ -21,10 +21,10 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
Requires: at-spi >= 1.30.0 Requires: at-spi >= 1.30.0
Requires: gtk-sharp2 >= 2.12.10 Requires: gtk-sharp2 >= 2.12.10
Requires: mono-core >= 2.4 Requires: mono-core >= 2.4
Requires: mono-uia >= 2.1 Requires: mono-uia >= 2.1.91
BuildRequires: gtk2-devel >= 2.14 BuildRequires: gtk2-devel >= 2.14
BuildRequires: mono-devel >= 2.4 BuildRequires: mono-devel >= 2.4
BuildRequires: mono-uia-devel >= 2.1 BuildRequires: mono-uia-devel >= 2.1.91


Summary: Bridge between UIA providers and ATK Summary: Bridge between UIA providers and ATK


Expand Down
18 changes: 18 additions & 0 deletions UiaDbus/NEWS
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@ Mono Accessibility News


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


Version 2.1.91: The "quasar" release
* #600365 - [uiaclient-GTKs]:A scrollbar's IsreadOnly property should be false, if the scrollbar's value can be set
* #596835 - Gtk ScrollBar has extraneous InvokePattern to be supported
* #600360 - [uiaclient-GTKs]: The SmallChangeProperty & LargeChangeProperty of RangeValuePattern is not implemented .
* #606297 - [uiaclient-GTKs]:All Data Item should support SelectionItem Pattern
* #606301 - [uiaclient-GTKs]:The Data Item which is Table control's child should support TableItem pattern
* #604660 - [uiaclient-GTKs]:The Table control should not support Selection pattern
* #604649 - [uiaclient-GTKs]:The Header control supports the wrong patterns
* #606293 - [uiaclient-GTKs]:The Data Item control should not support Selection ,Grid & Table Pattern
* #605093 - [uiaclient-GTKs]:The Header control's IsContentElementProperty should be false
* #606300 - [uiaclient-GTKs]:The Data Item can can typically be traversed by using the keyboard should support GridItem pattern
* #597272 - All the BoundingRectangleProperty of DataItem is same
* #549109 - [DataGrid] The "ContainingGrid" property of a data item is not retrieved correctly
* #551976 - Test DataGridAutomationPeer and related Peers.
* #576455 - All the "Text" controls are recognized as "Edit" on Linux
* #572216 - IfOffscreen shall be true when the Window is minimized
* #572301 - BoundingRectangle is incorrect when the top-level form is minimized

Version 2.1.90: The "paratroop" release Version 2.1.90: The "paratroop" release
* #585147 - Tests cannot all be run at the same time. * #585147 - Tests cannot all be run at the same time.
* #489366 - DbusCoreUiaSource: Implement DockPattern * #489366 - DbusCoreUiaSource: Implement DockPattern
Expand Down
2 changes: 1 addition & 1 deletion UiaDbus/configure.ac
Original file line number Original file line Diff line number Diff line change
@@ -1,5 +1,5 @@
AC_PREREQ([2.54]) AC_PREREQ([2.54])
AC_INIT([UiaDbus], [2.1.90]) AC_INIT([UiaDbus], [2.1.91])
AM_INIT_AUTOMAKE([foreign]) AM_INIT_AUTOMAKE([foreign])


# pkg-config # pkg-config
Expand Down
2 changes: 1 addition & 1 deletion UiaDbus/data/uiadbus-Fedora_12.spec.in
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Patch0: uiadbus-libdir-fedora.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: gtk-sharp2-devel >= 2.12.10 BuildRequires: gtk-sharp2-devel >= 2.12.10
BuildRequires: mono-devel >= 2.4 BuildRequires: mono-devel >= 2.4
BuildRequires: mono-uia-devel >= 2.1 BuildRequires: mono-uia-devel >= 2.1.91
BuildRequires: ndesk-dbus BuildRequires: ndesk-dbus
Summary: UiaDbus components of UIA on Linux Summary: UiaDbus components of UIA on Linux


Expand Down
2 changes: 1 addition & 1 deletion UiaDbus/data/uiadbus-Fedora_13.spec.in
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Patch0: uiadbus-libdir-fedora.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: gtk-sharp2-devel >= 2.12.10 BuildRequires: gtk-sharp2-devel >= 2.12.10
BuildRequires: mono-devel >= 2.4 BuildRequires: mono-devel >= 2.4
BuildRequires: mono-uia-devel >= 2.1 BuildRequires: mono-uia-devel >= 2.1.91
BuildRequires: ndesk-dbus BuildRequires: ndesk-dbus
Summary: UiaDbus components of UIA on Linux Summary: UiaDbus components of UIA on Linux


Expand Down
4 changes: 2 additions & 2 deletions UiaDbus/data/uiadbus.spec.in
Original file line number Original file line Diff line number Diff line change
@@ -1,7 +1,7 @@
# #
# spec file for package UiaDbus # spec file for package UiaDbus
# #
# Copyright (c) 2.1.900 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 # This file and all modifications and additions to the pristine
# package are under the same license as the package itself. # package are under the same license as the package itself.
# #
Expand All @@ -21,7 +21,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
Summary: UiaDbus components of UIA on Linux Summary: UiaDbus components of UIA on Linux
BuildRequires: glib-sharp2 >= 2.12.10 BuildRequires: glib-sharp2 >= 2.12.10
BuildRequires: mono-devel >= 2.4 BuildRequires: mono-devel >= 2.4
BuildRequires: mono-uia-devel >= 2.1 BuildRequires: mono-uia-devel >= 2.1.91
BuildRequires: ndesk-dbus BuildRequires: ndesk-dbus


%description %description
Expand Down

0 comments on commit 1d66c16

Please sign in to comment.