diff --git a/at-spi2-core-2.24.1.tar.xz b/at-spi2-core-2.24.1.tar.xz deleted file mode 100644 index 9c24e21..0000000 --- a/at-spi2-core-2.24.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1e90d064b937aacfe79a96232ac7e63d28d716e85bd9ff4333f865305a959b5b -size 452440 diff --git a/at-spi2-core-2.26.0.tar.xz b/at-spi2-core-2.26.0.tar.xz new file mode 100644 index 0000000..be1822f --- /dev/null +++ b/at-spi2-core-2.26.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:511568a65fda11fdd5ba5d4adfd48d5d76810d0e6ba4f7460f1b2ec0dbbbc337 +size 501428 diff --git a/at-spi2-core.changes b/at-spi2-core.changes index 1cfe222..8fbf0d7 100644 --- a/at-spi2-core.changes +++ b/at-spi2-core.changes @@ -1,3 +1,70 @@ +------------------------------------------------------------------- +Mon Sep 11 23:21:46 UTC 2017 - luc14n0@linuxmail.org + +- Update to version 2.26.0: + + m4/gettext.m4, m4/iconv.m4, m4/lib-ld.m4, m4/lib-link.m4, + m4/lib-prefix.m4, m4/nls.m4, m4/po.m4 and m4/progtest.m4: + Upgrade to gettext-0.19.8.1. + + configure.ac (AM_GNU_GETTEXT_VERSION): Bump to 0.19.8. + +------------------------------------------------------------------- +Wed Sep 6 04:26:39 UTC 2017 - luc14n0@linuxmail.org + +- Update to version 2.25.92: + + configure.ac: make xkb optional, as intended. + + Optionally read the bus adddress from the ATSPI_BUS_ADDRESS + environment variable (bgo#787126). + +------------------------------------------------------------------- +Tue Aug 22 08:13:07 UTC 2017 - zaitor@opensuse.org + +- Update to version 2.25.91: + + Meson build files should now be usable, with the exception of + the dist target. + +------------------------------------------------------------------- +Mon Aug 14 19:18:09 UTC 2017 - zaitor@opensuse.org + +- Update to version 2.25.90: + + Fix a couple of introspection issues (bgo#784481). + + atspi_get_a11_bus: don't leak the DBusConnection. + + Meson fixes. + +------------------------------------------------------------------- +Thu Jun 22 13:36:03 UTC 2017 - dimstar@opensuse.org + +- Update to version 2.25.4: + + Fix gir generation with autotools (bgo#783994). + +------------------------------------------------------------------- +Tue Jun 20 08:45:51 UTC 2017 - dimstar@opensuse.org + +- Update to version 2.25.3: + + Fix -Wmisleading-indentation warnings. + + Fix memory leak of at-spi-bus-launcher. + + Add error-message, error-for, details, and details-for relation + types. + + Poll direct dbus connections in the main loop--fixes processes + being marked hung and the hung flag never being removed. + + Add Meson build system. + + Various build fixes. +- Add pkgconfig(xkbcommon-x11) BuildRequires: new dependency. + +------------------------------------------------------------------- +Tue May 23 11:48:36 UTC 2017 - zaitor@opensuse.org + +- Update to version 2.25.2: + + Attempt to fix an occasional crash when an application + disappears (bgo#767074). + + Add some missing roles to correspond with atk (description + list, description term, description value, and footnote). + +------------------------------------------------------------------- +Sat May 20 11:56:34 UTC 2017 - zaitor@opensuse.org + +- Update to version 2.25.1: + + No changes. + ------------------------------------------------------------------- Wed May 10 21:00:15 UTC 2017 - zaitor@opensuse.org diff --git a/at-spi2-core.spec b/at-spi2-core.spec index 5aa11e0..245e484 100644 --- a/at-spi2-core.spec +++ b/at-spi2-core.spec @@ -17,13 +17,13 @@ Name: at-spi2-core -Version: 2.24.1 +Version: 2.26.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.24/%{name}-%{version}.tar.xz +Source0: http://download.gnome.org/sources/at-spi2-core/2.26/%{name}-%{version}.tar.xz Source99: baselibs.conf BuildRequires: intltool BuildRequires: update-desktop-files @@ -34,6 +34,7 @@ BuildRequires: pkgconfig(gobject-2.0) >= 2.0.0 BuildRequires: pkgconfig(gobject-introspection-1.0) BuildRequires: pkgconfig(x11) BuildRequires: pkgconfig(xi) +BuildRequires: pkgconfig(xkbcommon-x11) BuildRequires: pkgconfig(xtst) # dbus-daemon is needed to have this work fine Requires: dbus-1