forked from pool/at-spi2-core
Accepting request 41231 from home:decriptor:branches:GNOME:Factory
Copy from home:decriptor:branches:GNOME:Factory/at-spi2-core via accept of submit request 41231 revision 4. Request was accepted with message: thanks, I'll fix the submission a bit OBS-URL: https://build.opensuse.org/request/show/41231 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/at-spi2-core?expand=0&rev=24
This commit is contained in:
parent
918541c1b1
commit
48f0b72f08
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:2bb33f5ccff315df5d5c1513502e31f186394346b3446f4be2396dad3b1da9d3
|
|
||||||
size 281367
|
|
3
at-spi2-core-0.3.3.tar.bz2
Normal file
3
at-spi2-core-0.3.3.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4d3dc80c97dadb410d3ec453201924b4366d46cb5b558444dd54640be4dcefe8
|
||||||
|
size 271928
|
@ -1,34 +0,0 @@
|
|||||||
--- registryd/registry.c
|
|
||||||
+++ registryd/registry.c
|
|
||||||
@@ -99,6 +99,7 @@
|
|
||||||
&variant);
|
|
||||||
dbus_message_iter_append_basic (&variant, DBUS_TYPE_STRING, &str);
|
|
||||||
dbus_message_iter_close_container (iter, &variant);
|
|
||||||
+ return TRUE;
|
|
||||||
}
|
|
||||||
|
|
||||||
static void
|
|
||||||
@@ -440,6 +441,7 @@
|
|
||||||
dbus_int32_t rv = reg->apps->len;
|
|
||||||
|
|
||||||
dbus_message_iter_append_basic (iter, DBUS_TYPE_INT32, &rv);
|
|
||||||
+ return TRUE;
|
|
||||||
}
|
|
||||||
|
|
||||||
static DBusMessage *
|
|
||||||
@@ -755,6 +757,7 @@
|
|
||||||
{
|
|
||||||
emit_event (bus, SPI_DBUS_INTERFACE_EVENT_OBJECT, "ChildrenChanged", "add", index, 0,
|
|
||||||
name, path);
|
|
||||||
+ return TRUE;
|
|
||||||
}
|
|
||||||
|
|
||||||
static gboolean
|
|
||||||
@@ -765,6 +768,7 @@
|
|
||||||
{
|
|
||||||
emit_event (bus, SPI_DBUS_INTERFACE_EVENT_OBJECT, "ChildrenChanged", "remove", index, 0,
|
|
||||||
name, SPI_DBUS_PATH_NULL);
|
|
||||||
+ return TRUE;
|
|
||||||
}
|
|
||||||
|
|
||||||
/*---------------------------------------------------------------------------*/
|
|
@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jun 4 20:45:06 UTC 2010 - sshaw@decriptor.com
|
||||||
|
|
||||||
|
- Update to version 0.3.3:
|
||||||
|
+ Add return values to some functions that were missing them.
|
||||||
|
+ Make DeviceEventListener notifiers reentrant so that an application can
|
||||||
|
query the desktop object while processing a device event.
|
||||||
|
+ Fix for fdo#28300: fails to link with pedantic linkers.
|
||||||
|
+ Fix crash if GetChildAtIndex is called with an invalid index.
|
||||||
|
+ Make sure that disconnecting applications send their root path in the
|
||||||
|
remove applications signal. This was causing applications to not be
|
||||||
|
removed from the desktop properly.
|
||||||
|
+ Set an application's Id when registering it.
|
||||||
|
+ Disabled relocation by default.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Mar 31 01:23:13 CEST 2010 - vuntz@opensuse.org
|
Wed Mar 31 01:23:13 CEST 2010 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package at-spi2-core (Version 0.1.8)
|
# spec file for package at-spi2-core (Version 0.3.3)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: at-spi2-core
|
Name: at-spi2-core
|
||||||
Version: 0.1.8
|
Version: 0.3.3
|
||||||
Release: 1
|
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
|
# 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
|
Summary: Assistive Technology Service Provider Interface - D-Bus based implementation
|
||||||
@ -29,8 +29,6 @@ Source0: %{name}-%{version}.tar.bz2
|
|||||||
Source99: %{name}-rpmlintrc
|
Source99: %{name}-rpmlintrc
|
||||||
# PATCH-FIX-UPSTREAM at-spi2-core-dbus-path.patch vuntz@opensuse.org -- Use the right path for a dbus helper. This will be fixed upstream in a more generic way
|
# PATCH-FIX-UPSTREAM at-spi2-core-dbus-path.patch vuntz@opensuse.org -- Use the right path for a dbus helper. This will be fixed upstream in a more generic way
|
||||||
Patch0: at-spi2-core-dbus-path.patch
|
Patch0: at-spi2-core-dbus-path.patch
|
||||||
# PATCH-FIX-UPSTREAM at-spi2-core-non_void.patch fdo#26855 ro@novell.com -- Fix compiler warnings no-return-in-non-void-function.
|
|
||||||
Patch1: at-spi2-core-non_void.patch
|
|
||||||
BuildRequires: dbus-1-glib-devel
|
BuildRequires: dbus-1-glib-devel
|
||||||
BuildRequires: glib2-devel
|
BuildRequires: glib2-devel
|
||||||
BuildRequires: xorg-x11-devel
|
BuildRequires: xorg-x11-devel
|
||||||
@ -52,7 +50,6 @@ with applications running on the desktop.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch1
|
|
||||||
# Reapply when bus/ is shipped again in the tarball
|
# Reapply when bus/ is shipped again in the tarball
|
||||||
#%patch0 -p1
|
#%patch0 -p1
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user