Accepting request 1072945 from GNOME:Next
New stable release OBS-URL: https://build.opensuse.org/request/show/1072945 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/at-spi2-core?expand=0&rev=220
This commit is contained in:
parent
cfde099eec
commit
24f94237d8
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:aa0c86c79f7a8d67bae49a5b7a5ab08430c608cffe6e33bf47a72f41ab03c3d0
|
|
||||||
size 540600
|
|
BIN
at-spi2-core-2.48.0.tar.xz
(Stored with Git LFS)
Normal file
BIN
at-spi2-core-2.48.0.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,40 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Mar 19 16:12:09 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 2.48.0:
|
||||||
|
+ Add a "atk-only" build option. This allows atk to be built
|
||||||
|
without libdbus installed, but it does not build libatspi or
|
||||||
|
the atk bridge.
|
||||||
|
+ Fix some typos in the documentation.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 6 18:21:13 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 2.47.90:
|
||||||
|
+ Downgrade meson requirement to 0.63.
|
||||||
|
+ at-spi-dbus-bus service: set stop timeout to 5s.
|
||||||
|
+ Fix possible crash in screen_reader_signal_watcher.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 23 11:41:59 UTC 2023 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- Update to version 2.47.1:
|
||||||
|
+ The meson options -Dx11 and -Dintrospection are now implemented
|
||||||
|
with meson features.
|
||||||
|
+ Use gi-docgen to generate documentation.
|
||||||
|
+ Register key grabs using the focused window, rather than the
|
||||||
|
root window. This should prevent the window from losing focus
|
||||||
|
when a key grab is used.
|
||||||
|
+ atk-adaptor: Handle sockets in GetChildren.
|
||||||
|
+ Improve documentation of the dbus interfaces.
|
||||||
|
+ Various code clean-ups. Some unused code has been removed.
|
||||||
|
- Change -Dx11=yes and -Dintrospection=yes to -Dx11=enabled and
|
||||||
|
-Dintrospection=enabled, following upstreams changes to use meson
|
||||||
|
features.
|
||||||
|
- Add pkgconfig(gi-docgen) and python3-Sphinx BuildRequires: new
|
||||||
|
dependencies to build the documentation.
|
||||||
|
- Drop gtk-doc BuildRequires: no longer needed.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Oct 28 13:17:53 UTC 2022 - Frederic Crozat <fcrozat@suse.com>
|
Fri Oct 28 13:17:53 UTC 2022 - Frederic Crozat <fcrozat@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package at-spi2-core
|
# spec file for package at-spi2-core
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 SUSE LLC
|
# Copyright (c) 2023 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,20 +17,21 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: at-spi2-core
|
Name: at-spi2-core
|
||||||
Version: 2.46.0
|
Version: 2.48.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Assistive Technology Service Provider Interface - D-Bus based implementation
|
Summary: Assistive Technology Service Provider Interface - D-Bus based implementation
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
Group: System/GUI/GNOME
|
Group: System/GUI/GNOME
|
||||||
URL: https://www.gnome.org/
|
URL: https://www.gnome.org/
|
||||||
Source0: https://download.gnome.org/sources/at-spi2-core/2.46/%{name}-%{version}.tar.xz
|
Source0: https://download.gnome.org/sources/at-spi2-core/2.48/%{name}-%{version}.tar.xz
|
||||||
Source99: baselibs.conf
|
Source99: baselibs.conf
|
||||||
|
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: gtk-doc
|
BuildRequires: meson >= 0.63.0
|
||||||
BuildRequires: meson >= 0.46.0
|
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
|
BuildRequires: python3-Sphinx
|
||||||
BuildRequires: pkgconfig(dbus-1) >= 1.5
|
BuildRequires: pkgconfig(dbus-1) >= 1.5
|
||||||
|
BuildRequires: pkgconfig(gi-docgen)
|
||||||
BuildRequires: pkgconfig(gio-2.0) >= 2.28.0
|
BuildRequires: pkgconfig(gio-2.0) >= 2.28.0
|
||||||
BuildRequires: pkgconfig(glib-2.0) >= 2.62.0
|
BuildRequires: pkgconfig(glib-2.0) >= 2.62.0
|
||||||
BuildRequires: pkgconfig(gobject-2.0) >= 2.0.0
|
BuildRequires: pkgconfig(gobject-2.0) >= 2.0.0
|
||||||
@ -132,8 +133,8 @@ The package contains a ATK/D-Bus bridge library.
|
|||||||
-Ddbus_broker=/usr/bin/dbus-broker-launch \
|
-Ddbus_broker=/usr/bin/dbus-broker-launch \
|
||||||
-Ddefault_bus=dbus-broker \
|
-Ddefault_bus=dbus-broker \
|
||||||
-Ddocs=true \
|
-Ddocs=true \
|
||||||
-Dintrospection=yes \
|
-Dintrospection=enabled \
|
||||||
-Dx11=yes \
|
-Dx11=enabled \
|
||||||
%{nil}
|
%{nil}
|
||||||
%meson_build
|
%meson_build
|
||||||
|
|
||||||
@ -197,8 +198,8 @@ mv %{buildroot}%{_sysconfdir}/xdg/Xwayland-session.d/* %{buildroot}%{_distconfdi
|
|||||||
%{_libdir}/pkgconfig/atk-bridge-2.0.pc
|
%{_libdir}/pkgconfig/atk-bridge-2.0.pc
|
||||||
%{_libdir}/pkgconfig/atk.pc
|
%{_libdir}/pkgconfig/atk.pc
|
||||||
%{_datadir}/gir-1.0/*.gir
|
%{_datadir}/gir-1.0/*.gir
|
||||||
%doc %{_datadir}/gtk-doc/html/libatspi/
|
%doc %{_datadir}/doc/atk/
|
||||||
%doc %{_datadir}/gtk-doc/html/atk/
|
%doc %{_datadir}/doc/libatspi/
|
||||||
|
|
||||||
%files lang -f at-spi2-core.lang
|
%files lang -f at-spi2-core.lang
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user