diff --git a/at-spi2-core-2.4.2.tar.xz b/at-spi2-core-2.4.2.tar.xz deleted file mode 100644 index 97e864c..0000000 --- a/at-spi2-core-2.4.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:61d926ffc49c7f9236580468c5c9dabda16cec37ef3aee78ca6f2751595518fd -size 441204 diff --git a/at-spi2-core-2.6.0.tar.xz b/at-spi2-core-2.6.0.tar.xz new file mode 100644 index 0000000..0ef21cb --- /dev/null +++ b/at-spi2-core-2.6.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d7e685c7cda6e2831b31c66ec796dc344c5eb29d8311f69b0a47529194ec559 +size 443552 diff --git a/at-spi2-core.changes b/at-spi2-core.changes index e6c8151..9a6e6d8 100644 --- a/at-spi2-core.changes +++ b/at-spi2-core.changes @@ -1,3 +1,65 @@ +------------------------------------------------------------------- +Tue Sep 25 06:44:09 UTC 2012 - dimstar@opensuse.org + +- Update to version 2.6.0: + + Stable release - No changes compared to 2.5.92. + +------------------------------------------------------------------- +Tue Sep 18 14:35:19 UTC 2012 - zaitor@opensuse.org + +- Update to version 2.5.92: + + Fix some annotations. + + Exit, rather than crash, when unable to open an X display + (bgo#660407). + + Fix various memory leaks (bgo#684033). + +------------------------------------------------------------------- +Tue Sep 4 08:15:21 UTC 2012 - dimstar@opensuse.org + +- Update to version 2.5.91: + + Fix build with -fno-common. + + Add glib-2.0 to requires in at-spi2.pc (bgo#682595). + +------------------------------------------------------------------- +Mon Aug 6 21:53:39 UTC 2012 - dimstar@opensuse.org + +- Update to version 2.5.5: + + Add atspi_action_get_localized_name (bgo#680598). + + Allow building from out of source directory (bgo#680281). + +------------------------------------------------------------------- +Tue Jul 17 18:22:55 UTC 2012 - dimstar@opensuse.org + +- Update to version 2.5.4: + + Fix a missing return value. + + Fix a crash when unable to remove a match rule. + +------------------------------------------------------------------- +Tue Jun 26 07:21:20 UTC 2012 - dimstar@opensuse.org + +- Update to version 2.5.3: + + Fix a memory leak (bgo#678738). + +------------------------------------------------------------------- +Mon Jun 18 17:29:38 UTC 2012 - dimstar@opensuse.org + +- Update to version 2.5.2: + + Fix a crash when a call to fetch a hyperlink times out. + + Fix C++ compilation. + + Remove a warning that was sometimes logged when a method call + timed out. + + Fix crash in atspi_deregister_keystroke_listener (fdo#50578) + +------------------------------------------------------------------- +Thu May 17 20:54:47 UTC 2012 - zaitor@opensuse.org + +- Update to version 2.5.1: + + Add atspi_set_timeout. + + By default, disable method call timeouts until an application + has been on the bus for 15 seconds. This behavior can be + changed with a call to atspi_set_timeout. + + Fix GError sent when receiving a reply of the wrong type. + ------------------------------------------------------------------- Tue May 15 05:29:11 UTC 2012 - vuntz@opensuse.org diff --git a/at-spi2-core.spec b/at-spi2-core.spec index d74673d..37fb3a1 100644 --- a/at-spi2-core.spec +++ b/at-spi2-core.spec @@ -17,13 +17,13 @@ Name: at-spi2-core -Version: 2.4.2 +Version: 2.6.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.4/%{name}-%{version}.tar.xz +Source0: http://download.gnome.org/sources/at-spi2-core/2.6/%{name}-%{version}.tar.xz Source99: %{name}-rpmlintrc BuildRequires: glib2-devel BuildRequires: gobject-introspection-devel