forked from pool/at-spi2-core
Accepting request 377424 from GNOME:Factory
Update to 3.20.0 (forwarded request 377235 from dimstar) OBS-URL: https://build.opensuse.org/request/show/377424 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/at-spi2-core?expand=0&rev=65
This commit is contained in:
commit
ef11e64257
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ada26add94155f97d0f601a20cb7a0e3fd3ba1588c3520b7288316494027d629
|
|
||||||
size 451408
|
|
3
at-spi2-core-2.20.0.tar.xz
Normal file
3
at-spi2-core-2.20.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:dcc49fb7c08e582910b21ff1e4110b22ab66068a4c6f0db52b098d66794c609b
|
||||||
|
size 452664
|
@ -1,3 +1,48 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 22 10:02:38 UTC 2016 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 2.20.0:
|
||||||
|
+ No changes.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 15 10:46:57 UTC 2016 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 2.19.92:
|
||||||
|
+ Support a stateless configuration by default (bgo#763540).
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 1 12:11:58 UTC 2016 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 2.19.91:
|
||||||
|
+ Don't display warnings when connecting to an app that no longer
|
||||||
|
exists.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
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.20.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: 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.20/%{name}-%{version}.tar.xz
|
||||||
Source98: baselibs.conf
|
Source98: baselibs.conf
|
||||||
Source99: %{name}-rpmlintrc
|
Source99: %{name}-rpmlintrc
|
||||||
BuildRequires: glib2-devel
|
BuildRequires: glib2-devel
|
||||||
@ -103,11 +103,13 @@ find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc AUTHORS COPYING README
|
%doc AUTHORS COPYING README
|
||||||
%{_libexecdir}/at-spi2/
|
%{_libexecdir}/at-spi2/
|
||||||
%{_sysconfdir}/at-spi2/
|
|
||||||
%{_sysconfdir}/xdg/autostart/at-spi-dbus-bus.desktop
|
%{_sysconfdir}/xdg/autostart/at-spi-dbus-bus.desktop
|
||||||
|
%{_userunitdir}/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
|
||||||
|
%dir %{_datadir}/defaults
|
||||||
|
%{_datadir}/defaults/at-spi2/
|
||||||
|
|
||||||
%files -n libatspi0
|
%files -n libatspi0
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user