From 30d5db9b9b04f32cd23cf3ac9c9f79fae7b44d7eaeee67649177837e8533e718 Mon Sep 17 00:00:00 2001 From: Vincent Untz Date: Fri, 12 Feb 2010 20:12:22 +0000 Subject: [PATCH 1/3] 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 --- 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..4fc6ab2 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,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 From b71667f4dc8a1b9c39e74cc99ccc81aad8374b7475c93a2bd319632bdb28cceb Mon Sep 17 00:00:00 2001 From: OBS User autobuild Date: Sat, 13 Feb 2010 10:05:30 +0000 Subject: [PATCH 2/3] checked in (request 32441) OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/at-spi2-core?expand=0&rev=16 --- 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, 10 insertions(+), 38 deletions(-) create mode 100644 at-spi2-core-0.1.5.tar.bz2 delete 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 new file mode 100644 index 0000000..a6b18ee --- /dev/null +++ b/at-spi2-core-0.1.5.tar.bz2 @@ -0,0 +1,3 @@ +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 deleted file mode 100644 index 25c1548..0000000 --- a/at-spi2-core-0.1.6.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -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 1fdc678..703586f 100644 --- a/at-spi2-core.changes +++ b/at-spi2-core.changes @@ -1,28 +1,3 @@ -------------------------------------------------------------------- -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 4fc6ab2..92bff32 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.6) +# spec file for package at-spi2-core (Version 0.1.5) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -18,8 +18,7 @@ Name: at-spi2-core -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 +Version: 0.1.5 Release: 1 Summary: Assistive Technology Service Provider Interface - D-Bus based implementation License: GPLv2+ @@ -50,8 +49,7 @@ with applications running on the desktop. %prep %setup -q -# Reapply when bus/ is shipped again in the tarball -#%patch0 -p1 +%patch0 -p1 %build %configure \ @@ -62,7 +60,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} @@ -74,11 +72,10 @@ rm -rf %{buildroot} %files %defattr(-,root,root) %doc AUTHORS COPYING README -#Commented out files are files used with the bus, they should come back later -#%{_bindir}/at-spi-dbus-bus +%{_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 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 3/3] 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