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
This commit is contained in:
Dominique Leuenberger 2020-09-22 09:01:46 +00:00 committed by Git OBS Bridge
parent 6fcf52007b
commit d3a440dde7
4 changed files with 19 additions and 9 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:88da57de0a7e3c60bc341a974a80fdba091612db3547c410d6deab039ca5c05a
size 186824

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:97417b909dbbf000e7b21062a13b2f1fd52a336f5a53925bb26d27b65ace6c54
size 188540

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Sat Sep 12 20:36:30 UTC 2020 - Matthias Eliasson <elimat@opensuse.org>
- 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 <bjorn.lie@gmail.com>

View File

@ -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}