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.25.91.tar.xz b/at-spi2-core-2.25.91.tar.xz new file mode 100644 index 0000000..2a37a1c --- /dev/null +++ b/at-spi2-core-2.25.91.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:857e736e657b2e86778662db853ce4e9d78533769c52b75a9940d49fed5c296f +size 489564 diff --git a/at-spi2-core.changes b/at-spi2-core.changes index 1cfe222..b944ca5 100644 --- a/at-spi2-core.changes +++ b/at-spi2-core.changes @@ -1,3 +1,53 @@ +------------------------------------------------------------------- +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..c447eb1 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.25.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.24/%{name}-%{version}.tar.xz +Source0: https://download.gnome.org/sources/at-spi2-core/2.25/%{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