From 35d14f847dde3c070e1afe313bb04b26caed94d66a2a3fd1eff9455142f949e1 Mon Sep 17 00:00:00 2001 From: Vincent Untz Date: Thu, 8 Apr 2010 17:50:47 +0000 Subject: [PATCH] Accepting request 37432 from home:vuntz:branches:GNOME:Factory Copy from home:vuntz:branches:GNOME:Factory/gdm via accept of submit request 37432 revision 2. Request was accepted with message: ok OBS-URL: https://build.opensuse.org/request/show/37432 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gdm?expand=0&rev=122 --- gdm.changes | 7 +++++++ gdm.spec | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/gdm.changes b/gdm.changes index f2586b4..141dbdd 100644 --- a/gdm.changes +++ b/gdm.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Apr 8 02:02:20 CEST 2010 - vuntz@opensuse.org + +- Use the path for the at-spi-registryd from the old at-spi stack: + the at-spi2 developers think it's safer to ship 11.3 with the old + stack by default. + ------------------------------------------------------------------- Tue Mar 30 01:43:33 CEST 2010 - vuntz@opensuse.org diff --git a/gdm.spec b/gdm.spec index ddeeb22..08d8bf8 100644 --- a/gdm.spec +++ b/gdm.spec @@ -162,7 +162,7 @@ autoreconf -f -i %configure\ --libexecdir=%{_prefix}/lib/gdm \ --localstatedir=%{_localstatedir} \ - --with-at-spi-registryd-directory=%{_libexecdir}/at-spi2 \ + --with-at-spi-registryd-directory=%{_libexecdir}/at-spi \ --with-gnome-settings-daemon-directory=%{_libexecdir}/gnome-settings-daemon \ --with-consolekit-directory=%{_libexecdir}/ConsoleKit \ --with-polkit-gnome-directory=%{_libexecdir}/polkit-gnome \