From 5640f54efdf31e9d429d284019603e659c96439b816192f7aeb2ec3ac765da64 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Wed, 13 Mar 2013 23:02:59 +0000 Subject: [PATCH 1/2] Accepting request 158288 from GNOME:Next Push GNOME:Next OBS-URL: https://build.opensuse.org/request/show/158288 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/at-spi2-core?expand=0&rev=92 --- at-spi2-core-2.6.3.tar.xz | 3 -- at-spi2-core-2.7.91.tar.xz | 3 ++ at-spi2-core.changes | 61 ++++++++++++++++++++++++++++++++++++++ at-spi2-core.spec | 10 ++----- 4 files changed, 67 insertions(+), 10 deletions(-) delete mode 100644 at-spi2-core-2.6.3.tar.xz create mode 100644 at-spi2-core-2.7.91.tar.xz diff --git a/at-spi2-core-2.6.3.tar.xz b/at-spi2-core-2.6.3.tar.xz deleted file mode 100644 index 85e2070..0000000 --- a/at-spi2-core-2.6.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fc4487ae46e847cfd057b329b852cf99923772ecd2ddc29f29670c9f2b15d0ea -size 445084 diff --git a/at-spi2-core-2.7.91.tar.xz b/at-spi2-core-2.7.91.tar.xz new file mode 100644 index 0000000..6443764 --- /dev/null +++ b/at-spi2-core-2.7.91.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:246c669776f1d88be5d8890ff9468d04b3d7f02d87e9141f2aa96198134b214f +size 436808 diff --git a/at-spi2-core.changes b/at-spi2-core.changes index 22d40ec..0515c29 100644 --- a/at-spi2-core.changes +++ b/at-spi2-core.changes @@ -1,3 +1,64 @@ +------------------------------------------------------------------- +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 diff --git a/at-spi2-core.spec b/at-spi2-core.spec index 99fa633..f641dea 100644 --- a/at-spi2-core.spec +++ b/at-spi2-core.spec @@ -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.7.91 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.7/%{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 \ From 176cc414e9ac7c629be2a8c29a39a7ed650a3c28b4643ffd1c538bd8f511ef74 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Tue, 26 Mar 2013 20:10:59 +0000 Subject: [PATCH 2/2] Accepting request 161158 from home:dimstar:branches:GNOME:Factory Update to 2.8.0 OBS-URL: https://build.opensuse.org/request/show/161158 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/at-spi2-core?expand=0&rev=93 --- at-spi2-core-2.7.91.tar.xz | 3 --- at-spi2-core-2.8.0.tar.xz | 3 +++ at-spi2-core.changes | 6 ++++++ at-spi2-core.spec | 4 ++-- 4 files changed, 11 insertions(+), 5 deletions(-) delete mode 100644 at-spi2-core-2.7.91.tar.xz create mode 100644 at-spi2-core-2.8.0.tar.xz diff --git a/at-spi2-core-2.7.91.tar.xz b/at-spi2-core-2.7.91.tar.xz deleted file mode 100644 index 6443764..0000000 --- a/at-spi2-core-2.7.91.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:246c669776f1d88be5d8890ff9468d04b3d7f02d87e9141f2aa96198134b214f -size 436808 diff --git a/at-spi2-core-2.8.0.tar.xz b/at-spi2-core-2.8.0.tar.xz new file mode 100644 index 0000000..416e24c --- /dev/null +++ b/at-spi2-core-2.8.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1861a30fc7f583d5a567a0ba547db67ce9bd294f0d1c9f7403c96a10a481c458 +size 436836 diff --git a/at-spi2-core.changes b/at-spi2-core.changes index 0515c29..02ed328 100644 --- a/at-spi2-core.changes +++ b/at-spi2-core.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +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 diff --git a/at-spi2-core.spec b/at-spi2-core.spec index f641dea..2f3e4c3 100644 --- a/at-spi2-core.spec +++ b/at-spi2-core.spec @@ -17,13 +17,13 @@ Name: at-spi2-core -Version: 2.7.91 +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.7/%{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