SHA256
1
0
forked from pool/at-spi2-core

Accepting request 32437 from home:vuntz:branches:GNOME:Factory

Copy from home:vuntz:branches:GNOME:Factory/at-spi2-core via accept of submit request 32437 revision 2.
Request was accepted with message:
Forwarding to openSUSE:Factory

OBS-URL: https://build.opensuse.org/request/show/32437
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/at-spi2-core?expand=0&rev=15
This commit is contained in:
Vincent Untz 2010-02-12 20:12:22 +00:00 committed by Git OBS Bridge
parent 4146022ccb
commit 30d5db9b9b
4 changed files with 38 additions and 10 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:29e1a3a5fd92ca2081f56de32989027d578381d839bf269424a5241731b96637
size 326114

View File

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

View File

@ -1,3 +1,28 @@
-------------------------------------------------------------------
Fri Feb 12 15:05:12 CET 2010 - vuntz@opensuse.org
- Update to version 0.1.6:
+ Fix interface name
+ Tweak the at-spi-dbus-bus.desktop file to add @bindir@ and
X-GNOME-Autostart-Phase
+ Do not run at-spi-dbus-bus at initialization phase
+ Make the registry implement the accessible interface and add
+ Fix marshalling issues with the desktop Component, Accessible
+ Fix wrong bus name being sent whan children are removed.
+ Update Cache interface in the spec, and rename from Tree
+ Return the address of the registry from the socket/Embed method
+ Return Parent as a variant
+ Fix mouse click events. They were not being sent with their
application.
+ Move the application argument to the end of the event structure
+ Remove the bus from the build/install for now
+ Remove the bus makefile from configure to fix distcheck errors.
- Do not apply at-spi2-core-dbus-path.patch anymore, but keep it:
the part that is patched is temporarily removed from the
tarballs, but it will come back later.
- For the same reason, comment out call to
suse_update_desktop_file.
-------------------------------------------------------------------
Fri Jan 15 01:54:22 CET 2010 - vuntz@opensuse.org

View File

@ -1,5 +1,5 @@
#
# spec file for package at-spi2-core (Version 0.1.5)
# spec file for package at-spi2-core (Version 0.1.6)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -18,7 +18,8 @@
Name: at-spi2-core
Version: 0.1.5
Version: 0.1.6
# FIXME: check that tarballs > 0.1.6 ship bus/ directory, and if they do, reapply patch0 and call to suse_update_desktop_file
Release: 1
Summary: Assistive Technology Service Provider Interface - D-Bus based implementation
License: GPLv2+
@ -49,7 +50,8 @@ with applications running on the desktop.
%prep
%setup -q
%patch0 -p1
# Reapply when bus/ is shipped again in the tarball
#%patch0 -p1
%build
%configure \
@ -60,7 +62,7 @@ with applications running on the desktop.
%install
%makeinstall
%suse_update_desktop_file at-spi-dbus-bus
#suse_update_desktop_file at-spi-dbus-bus
%clean
rm -rf %{buildroot}
@ -72,10 +74,11 @@ rm -rf %{buildroot}
%files
%defattr(-,root,root)
%doc AUTHORS COPYING README
%{_bindir}/at-spi-dbus-bus
#Commented out files are files used with the bus, they should come back later
#%{_bindir}/at-spi-dbus-bus
%{_libexecdir}/at-spi2/
%{_sysconfdir}/at-spi2/
%{_sysconfdir}/xdg/autostart/at-spi-dbus-bus.desktop
#%{_sysconfdir}/at-spi2/
#%{_sysconfdir}/xdg/autostart/at-spi-dbus-bus.desktop
%{_datadir}/at-spi2/
%{_datadir}/dbus-1/services/org.freedesktop.atspi.Registry.service