SHA256
1
0
forked from pool/at-spi2-core

Accepting request 161965 from GNOME:Factory

Update to 2.8.0

OBS-URL: https://build.opensuse.org/request/show/161965
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/at-spi2-core?expand=0&rev=44
This commit is contained in:
Stephan Kulow 2013-04-03 10:47:00 +00:00 committed by Git OBS Bridge
commit 5ab8c36b71
4 changed files with 73 additions and 10 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fc4487ae46e847cfd057b329b852cf99923772ecd2ddc29f29670c9f2b15d0ea
size 445084

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1861a30fc7f583d5a567a0ba547db67ce9bd294f0d1c9f7403c96a10a481c458
size 436836

View File

@ -1,3 +1,70 @@
-------------------------------------------------------------------
Tue Mar 26 10:51:10 UTC 2013 - dimstar@opensuse.org
- Update to version 2.8.0:
+ Updated translations.
-------------------------------------------------------------------
Mon Mar 4 23:30:53 UTC 2013 - zaitor@opensuse.org
- Update to version 2.7.91:
+ Add atspi_accessible_get_object_locale (bgo#694368).
+ Start the bus launcher in the initialization phase
(bgo#694984).
-------------------------------------------------------------------
Tue Feb 19 09:28:10 UTC 2013 - dimstar@opensuse.org
- Update to version 2.7.90:
+ Removed a debug print that was accidentally included in 2.7.5.
-------------------------------------------------------------------
Mon Feb 4 23:24:08 UTC 2013 - dimstar@opensuse.org
- Update to version 2.7.5:
+ Add ATSPI_ROLE_LEVEL_BAR to correspond to the new atk role.
+ Fix various compiler warnings.
- Drop at-spi2-core-brp-fixes.patch: fixed upstream.
-------------------------------------------------------------------
Tue Jan 15 18:49:30 UTC 2013 - dimstar@opensuse.org
- Update to version 2.7.4.1:
+ Fix some ref count leaks.
+ Some functions that return accessibles now propagate errors.
- Add at-spi2-core-brp-fixes.patch: Fix brp errors (no return in
non-void function and void return).
-------------------------------------------------------------------
Wed Dec 26 09:53:30 UTC 2012 - zaitor@opensuse.org
- Update to version 2.7.3:
+ Atspi_accessible_get_index_in_parent no longer returns -1 if
the object's parent is not cached (bgo#688057).
+ Re-register keystroke listeners if the registry goes away and
then returns.
+ Fix atspi_device_listener_new_simple.
+ Fix some compiler warnings.
+ Build: use gobject-introspection's Makefile instead of rolling
our own.
+ Fix a crash when parsing events without detail when there is a
listener for the event that names a specific detail value.
+ Fix crash when removing hung processes.
+ Fix deregistering of applications.
+ A few documentation fixes.
- Changes from version 2.7.2:
+ Only call an event listener once per event, even if the
listener registered for both the event and a superset of the
event.
+ Don't distribute dbind-config.h (bgo#688083).
+ Fix gtk-doc for Atspi-Registry (bgo#688224).
+ Some introspection fixes to make vapigen happy (bgo#688223).
+ Fixed a crash handling DeregisterKeystrokeListener.
- Changes from version 2.7.1:
+ Update the cache in response to role change notifications
(bgo#685469).
+ Don't output a warning when a p2p connection isn't available.
-------------------------------------------------------------------
Tue Dec 11 09:10:32 UTC 2012 - vuntz@opensuse.org

View File

@ -1,7 +1,7 @@
#
# spec file for package at-spi2-core
#
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2013 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
@ -17,13 +17,13 @@
Name: at-spi2-core
Version: 2.6.3
Version: 2.8.0
Release: 0
Summary: Assistive Technology Service Provider Interface - D-Bus based implementation
License: GPL-2.0+
Group: System/Libraries
Url: http://www.gnome.org/
Source0: http://download.gnome.org/sources/at-spi2-core/2.6/%{name}-%{version}.tar.xz
Source0: http://download.gnome.org/sources/at-spi2-core/2.8/%{name}-%{version}.tar.xz
Source98: baselibs.conf
Source99: %{name}-rpmlintrc
BuildRequires: glib2-devel
@ -81,10 +81,6 @@ to develop applications that require these.
%prep
%setup -q
%if 0%{?BUILD_FROM_VCS}
[ -x ./autogen.sh ] && NOCONFIGURE=1 ./autogen.sh
%endif
%build
%configure \
--libexecdir=%{_libexecdir}/at-spi2 \