Accepting request 360351 from GNOME:Next
Scripted push of project GNOME:Next OBS-URL: https://build.opensuse.org/request/show/360351 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/at-spi2-core?expand=0&rev=137
This commit is contained in:
parent
8ef705a18f
commit
2f9b9c0412
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ada26add94155f97d0f601a20cb7a0e3fd3ba1588c3520b7288316494027d629
|
|
||||||
size 451408
|
|
3
at-spi2-core-2.19.90.tar.xz
Normal file
3
at-spi2-core-2.19.90.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c9e1ff9cec491695903b3408d807c5c458651531e66d715451c8d3aa92373388
|
||||||
|
size 452776
|
@ -1,3 +1,29 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Feb 16 11:10:10 UTC 2016 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 2.19.90:
|
||||||
|
+ Don't display warning if unable to connect when logged in via
|
||||||
|
ssh (bgo#761600).
|
||||||
|
+ at-spi-bus-launcher: register with session manager
|
||||||
|
(bgo#753931).
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 24 19:36:03 UTC 2015 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 2.19.2:
|
||||||
|
+ Disable xevie by default--it probably doesn't do anything
|
||||||
|
anyhow.
|
||||||
|
+ get_index_in_parent: Don't crash if parent is defunct.
|
||||||
|
+ Don't crash when trying to set an invalid state (bgo#757915).
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Nov 22 14:17:45 UTC 2015 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 2.19.1:
|
||||||
|
+ atspi_hyperlink_get_index_range: don't return random values if
|
||||||
|
the call fails (bgo#755727).
|
||||||
|
+ Fixed some atspi_text_ functions (bgo#755731).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Nov 10 21:40:40 UTC 2015 - zaitor@opensuse.org
|
Tue Nov 10 21:40:40 UTC 2015 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package at-spi2-core
|
# spec file for package at-spi2-core
|
||||||
#
|
#
|
||||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# 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,13 +17,13 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: at-spi2-core
|
Name: at-spi2-core
|
||||||
Version: 2.18.3
|
Version: 2.19.90
|
||||||
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: GPL-2.0+
|
License: GPL-2.0+
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Url: http://www.gnome.org/
|
Url: http://www.gnome.org/
|
||||||
Source0: http://download.gnome.org/sources/at-spi2-core/2.18/%{name}-%{version}.tar.xz
|
Source0: http://download.gnome.org/sources/at-spi2-core/2.19/%{name}-%{version}.tar.xz
|
||||||
Source98: baselibs.conf
|
Source98: baselibs.conf
|
||||||
Source99: %{name}-rpmlintrc
|
Source99: %{name}-rpmlintrc
|
||||||
BuildRequires: glib2-devel
|
BuildRequires: glib2-devel
|
||||||
@ -105,6 +105,7 @@ find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print
|
|||||||
%{_libexecdir}/at-spi2/
|
%{_libexecdir}/at-spi2/
|
||||||
%{_sysconfdir}/at-spi2/
|
%{_sysconfdir}/at-spi2/
|
||||||
%{_sysconfdir}/xdg/autostart/at-spi-dbus-bus.desktop
|
%{_sysconfdir}/xdg/autostart/at-spi-dbus-bus.desktop
|
||||||
|
%{_libexecdir}/systemd/user/at-spi-dbus-bus.service
|
||||||
%dir %{_datadir}/dbus-1/accessibility-services/
|
%dir %{_datadir}/dbus-1/accessibility-services/
|
||||||
%{_datadir}/dbus-1/accessibility-services/org.a11y.atspi.Registry.service
|
%{_datadir}/dbus-1/accessibility-services/org.a11y.atspi.Registry.service
|
||||||
%{_datadir}/dbus-1/services/org.a11y.Bus.service
|
%{_datadir}/dbus-1/services/org.a11y.Bus.service
|
||||||
|
Loading…
x
Reference in New Issue
Block a user