forked from pool/at-spi2-core
Accepting request 84445 from home:vuntz:branches:GNOME:Factory
Update to 2.1.92 OBS-URL: https://build.opensuse.org/request/show/84445 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/at-spi2-core?expand=0&rev=56
This commit is contained in:
parent
2f159171f2
commit
202b9b976c
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:18db2cb606f8c4d2c1b421787c4910eb4cb6c1998b527620df6bf7c1ef0f3ee2
|
||||
size 517126
|
3
at-spi2-core-2.1.92.tar.bz2
Normal file
3
at-spi2-core-2.1.92.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c789f44771ec4e727431d532123bd600d067a086519fad7d5e41b190a6c23f05
|
||||
size 517645
|
@ -1,30 +0,0 @@
|
||||
commit 2634b72b59d18699353514348059c7d31aaf154c
|
||||
Author: Vincent Untz <vuntz@gnome.org>
|
||||
Date: Tue Sep 6 08:21:22 2011 +0200
|
||||
|
||||
Fix missing return statements
|
||||
|
||||
https://bugzilla.gnome.org/show_bug.cgi?id=658337
|
||||
|
||||
diff --git a/bus/at-spi-bus-launcher.c b/bus/at-spi-bus-launcher.c
|
||||
index 369998a..334258c 100644
|
||||
--- a/bus/at-spi-bus-launcher.c
|
||||
+++ b/bus/at-spi-bus-launcher.c
|
||||
@@ -205,6 +205,8 @@ ensure_a11y_bus (A11yBusLauncher *app)
|
||||
close (app->pipefd[0]);
|
||||
close (app->pipefd[1]);
|
||||
app->state = A11Y_BUS_STATE_ERROR;
|
||||
+
|
||||
+ return FALSE;
|
||||
}
|
||||
|
||||
static void
|
||||
@@ -487,6 +489,8 @@ get_desktop_schema ()
|
||||
if (!strcmp (schemas[i], "org.gnome.desktop.interface"))
|
||||
return g_settings_new (schemas[i]);
|
||||
}
|
||||
+
|
||||
+ return NULL;
|
||||
}
|
||||
|
||||
static void
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 21 17:22:07 UTC 2011 - vuntz@opensuse.org
|
||||
|
||||
- Update to version 2.1.92:
|
||||
+ Fixed a crash when handling event listeners.
|
||||
+ Add some defensive checks to prevent problems with defunct
|
||||
objects.
|
||||
+ Fix some missing return statements.
|
||||
+ Some fixes related to deregistering event listeners.
|
||||
+ bgo#659088: Correctly define ATSPI_MODIFIER_NUMLOCK.
|
||||
+ bgo#657051: Fix a build error on Solaris.
|
||||
- Drop at-spi2-core-missing-return.patch: fixed upstream.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 17 13:26:55 UTC 2011 - jengelh@medozas.de
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
Name: at-spi2-core
|
||||
Version: 2.1.91
|
||||
Version: 2.1.92
|
||||
Release: 1
|
||||
Summary: Assistive Technology Service Provider Interface - D-Bus based implementation
|
||||
License: GPLv2+
|
||||
@ -26,8 +26,6 @@ Group: System/Libraries
|
||||
Url: http://www.gnome.org/
|
||||
Source0: http://download.gnome.org/sources/at-spi2-core/2.1/%{name}-%{version}.tar.bz2
|
||||
Source99: %{name}-rpmlintrc
|
||||
# PATCH-FIX-UPSTREAM at-spi2-core-missing-return.patch bgo#658337 vuntz@opensuse.org -- Missing returns
|
||||
Patch0: at-spi2-core-missing-return.patch
|
||||
BuildRequires: glib2-devel
|
||||
BuildRequires: gobject-introspection-devel
|
||||
BuildRequires: intltool
|
||||
@ -73,7 +71,6 @@ to develop applications that require these.
|
||||
%lang_package
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
|
||||
%if 0%{?BUILD_FROM_VCS}
|
||||
[ -x ./autogen.sh ] && NOCONFIGURE=1 ./autogen.sh
|
||||
|
Loading…
x
Reference in New Issue
Block a user