From c9094295b82ed30193a1a808f62f6aef90118df66076493204e9f57cf26b53a9 Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Sat, 13 Feb 2010 10:05:31 +0000 Subject: [PATCH] Updating link to change in openSUSE:Factory/at-spi2-core revision 6.0 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/at-spi2-core?expand=0&rev=da5a8d79c1d6125e5f6f7c2164229e0a --- at-spi2-core-0.1.5.tar.bz2 | 3 --- at-spi2-core-0.1.6.tar.bz2 | 3 +++ at-spi2-core.changes | 25 +++++++++++++++++++++++++ at-spi2-core.spec | 17 ++++++++++------- 4 files changed, 38 insertions(+), 10 deletions(-) delete mode 100644 at-spi2-core-0.1.5.tar.bz2 create mode 100644 at-spi2-core-0.1.6.tar.bz2 diff --git a/at-spi2-core-0.1.5.tar.bz2 b/at-spi2-core-0.1.5.tar.bz2 deleted file mode 100644 index a6b18ee..0000000 --- a/at-spi2-core-0.1.5.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:29e1a3a5fd92ca2081f56de32989027d578381d839bf269424a5241731b96637 -size 326114 diff --git a/at-spi2-core-0.1.6.tar.bz2 b/at-spi2-core-0.1.6.tar.bz2 new file mode 100644 index 0000000..25c1548 --- /dev/null +++ b/at-spi2-core-0.1.6.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a52c0d23d8cf656f0cd6986394baebc1f0f60fc41b0a2c9ea80967b21c3c7277 +size 325920 diff --git a/at-spi2-core.changes b/at-spi2-core.changes index 703586f..1fdc678 100644 --- a/at-spi2-core.changes +++ b/at-spi2-core.changes @@ -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 diff --git a/at-spi2-core.spec b/at-spi2-core.spec index 92bff32..968b196 100644 --- a/at-spi2-core.spec +++ b/at-spi2-core.spec @@ -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,8 +18,9 @@ Name: at-spi2-core -Version: 0.1.5 +Version: 0.1.6 Release: 1 +# FIXME: check that tarballs > 0.1.6 ship bus/ directory, and if they do, reapply patch0 and call to suse_update_desktop_file Summary: Assistive Technology Service Provider Interface - D-Bus based implementation License: GPLv2+ Group: System/Libraries @@ -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