Accepting request 1073204 from GNOME:Factory
New stable release (forwarded request 1072945 from iznogood) OBS-URL: https://build.opensuse.org/request/show/1073204 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/at-spi2-core?expand=0&rev=100
This commit is contained in:
commit
4763513691
@ -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>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# 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
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,20 +17,21 @@
|
||||
|
||||
|
||||
Name: at-spi2-core
|
||||
Version: 2.46.0
|
||||
Version: 2.48.0
|
||||
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.46/%{name}-%{version}.tar.xz
|
||||
Source0: https://download.gnome.org/sources/at-spi2-core/2.48/%{name}-%{version}.tar.xz
|
||||
Source99: baselibs.conf
|
||||
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gtk-doc
|
||||
BuildRequires: meson >= 0.46.0
|
||||
BuildRequires: meson >= 0.63.0
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: python3-Sphinx
|
||||
BuildRequires: pkgconfig(dbus-1) >= 1.5
|
||||
BuildRequires: pkgconfig(gi-docgen)
|
||||
BuildRequires: pkgconfig(gio-2.0) >= 2.28.0
|
||||
BuildRequires: pkgconfig(glib-2.0) >= 2.62.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 \
|
||||
-Ddefault_bus=dbus-broker \
|
||||
-Ddocs=true \
|
||||
-Dintrospection=yes \
|
||||
-Dx11=yes \
|
||||
-Dintrospection=enabled \
|
||||
-Dx11=enabled \
|
||||
%{nil}
|
||||
%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.pc
|
||||
%{_datadir}/gir-1.0/*.gir
|
||||
%doc %{_datadir}/gtk-doc/html/libatspi/
|
||||
%doc %{_datadir}/gtk-doc/html/atk/
|
||||
%doc %{_datadir}/doc/atk/
|
||||
%doc %{_datadir}/doc/libatspi/
|
||||
|
||||
%files lang -f at-spi2-core.lang
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user