From d3a440dde710fb46f7606311e934ebd2dd8f05a0759f5684a453bf82b705e169 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Tue, 22 Sep 2020 09:01:46 +0000 Subject: [PATCH] Accepting request 834034 from home:elimat:branches:GNOME:Factory - Update to version 2.36.1: + meson: De-duplicate deps of 'Requires' in pkgconfig file + Make at-spi-dbus-bus.desktop Validat + Fix ucs2keysym line for Euro sign + Fix Qt annotations in DBus xml files + constants: Fix typos in two _COUNT constants + Fix a couple of memory leaks. + Fix use after free when a device listener is destroyed. + Fix use after free when an event listener is destroyed. - Run spec-cleaner + Remove rpm groups OBS-URL: https://build.opensuse.org/request/show/834034 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/at-spi2-core?expand=0&rev=194 --- at-spi2-core-2.36.0.tar.xz | 3 --- at-spi2-core-2.36.1.tar.xz | 3 +++ at-spi2-core.changes | 15 +++++++++++++++ at-spi2-core.spec | 7 +------ 4 files changed, 19 insertions(+), 9 deletions(-) delete mode 100644 at-spi2-core-2.36.0.tar.xz create mode 100644 at-spi2-core-2.36.1.tar.xz diff --git a/at-spi2-core-2.36.0.tar.xz b/at-spi2-core-2.36.0.tar.xz deleted file mode 100644 index 2267daf..0000000 --- a/at-spi2-core-2.36.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:88da57de0a7e3c60bc341a974a80fdba091612db3547c410d6deab039ca5c05a -size 186824 diff --git a/at-spi2-core-2.36.1.tar.xz b/at-spi2-core-2.36.1.tar.xz new file mode 100644 index 0000000..39e804a --- /dev/null +++ b/at-spi2-core-2.36.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97417b909dbbf000e7b21062a13b2f1fd52a336f5a53925bb26d27b65ace6c54 +size 188540 diff --git a/at-spi2-core.changes b/at-spi2-core.changes index bb6ead9..dadb61f 100644 --- a/at-spi2-core.changes +++ b/at-spi2-core.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Sat Sep 12 20:36:30 UTC 2020 - Matthias Eliasson + +- Update to version 2.36.1: + + meson: De-duplicate deps of 'Requires' in pkgconfig file + + Make at-spi-dbus-bus.desktop Validat + + Fix ucs2keysym line for Euro sign + + Fix Qt annotations in DBus xml files + + constants: Fix typos in two _COUNT constants + + Fix a couple of memory leaks. + + Fix use after free when a device listener is destroyed. + + Fix use after free when an event listener is destroyed. +- Run spec-cleaner + + Remove rpm groups + ------------------------------------------------------------------- Sun Mar 8 23:30:35 UTC 2020 - Bjørn Lie diff --git a/at-spi2-core.spec b/at-spi2-core.spec index 8cf1df5..1e8046b 100644 --- a/at-spi2-core.spec +++ b/at-spi2-core.spec @@ -17,15 +17,13 @@ Name: at-spi2-core -Version: 2.36.0 +Version: 2.36.1 Release: 0 Summary: Assistive Technology Service Provider Interface - D-Bus based implementation License: LGPL-2.1-or-later -Group: System/GUI/GNOME URL: https://www.gnome.org/ Source0: https://download.gnome.org/sources/at-spi2-core/2.36/%{name}-%{version}.tar.xz Source99: baselibs.conf - BuildRequires: gtk-doc BuildRequires: meson >= 0.40.1 BuildRequires: pkgconfig @@ -51,7 +49,6 @@ with applications running on the desktop. %package -n libatspi0 Summary: Assistive Technology Service Provider Interface -Group: System/Libraries %description -n libatspi0 AT-SPI is a general interface for applications to make use of the @@ -59,7 +56,6 @@ accessibility toolkit. This version is based on dbus. %package -n typelib-1_0-Atspi-2_0 Summary: Introspection bindings for the Assistive Technology Service Provider Interface -Group: System/Libraries %description -n typelib-1_0-Atspi-2_0 AT-SPI is a general interface for applications to make use of the @@ -70,7 +66,6 @@ libatspi library. %package devel Summary: Development files for the Assistive Technology Service Provider Interface -Group: Development/Libraries/GNOME Requires: at-spi2-core = %{version} Requires: libatspi0 = %{version} Requires: typelib-1_0-Atspi-2_0 = %{version}