Updating link to change in openSUSE:Factory/at-spi2-core revision 15.0

OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/at-spi2-core?expand=0&rev=ad3167977c86ff45c723e046c5cf6292
This commit is contained in:
OBS User buildservice-autocommit 2010-09-11 09:24:47 +00:00 committed by Git OBS Bridge
parent 561dfa6be2
commit e4a53fc8af
5 changed files with 23 additions and 28 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9ee74fc3ccbd5045858e00c8067492f8401cd8258724128f1a699ab23b7bdfdc
size 275120

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3e888d01ea9649e2ab5c6ce553c3f4236b64fc0223de2fd80519aaac92bbe421
size 277201

View File

@ -1,13 +0,0 @@
Index: at-spi2-core-0.1.4/bus/accessibility.conf
===================================================================
--- at-spi2-core-0.1.4.orig/bus/accessibility.conf
+++ at-spi2-core-0.1.4/bus/accessibility.conf
@@ -7,7 +7,7 @@
<standard_system_servicedirs/>
- <servicehelper>/lib/dbus-1.0/dbus-daemon-launch-helper</servicehelper>
+ <servicehelper>/lib/dbus-1/dbus-daemon-launch-helper</servicehelper>
<auth>EXTERNAL</auth>

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Tue Aug 31 08:57:06 CEST 2010 - vuntz@opensuse.org
- Update to version 0.3.91:
+ Enabled the accessibility bus, so apps should be accessible,
for instance, if an application becomes setuid root.
+ Several build fixes.
+ Default to --enable-relocate for now.
- Drop at-spi2-core-dbus-path.patch: this is not needed anymore
since the path to the dbus daemon is not in the config file
anymore.
- Uncomment call to %suse_update_desktop_file for
at-spi-dbus-bus.desktop.
-------------------------------------------------------------------
Tue Aug 17 10:56:59 CEST 2010 - dimstar@opensuse.org

View File

@ -1,5 +1,5 @@
#
# spec file for package at-spi2-core (Version 0.3.90)
# spec file for package at-spi2-core (Version 0.3.91)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -18,17 +18,14 @@
Name: at-spi2-core
Version: 0.3.90
Version: 0.3.91
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
Url: http://www.gnome.org/
Source0: %{name}-%{version}.tar.bz2
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
Patch0: at-spi2-core-dbus-path.patch
BuildRequires: dbus-1-glib-devel
BuildRequires: glib2-devel
BuildRequires: xorg-x11-devel
@ -50,8 +47,6 @@ with applications running on the desktop.
%prep
%setup -q
# Reapply when bus/ is shipped again in the tarball
#%patch0 -p1
%build
%configure \
@ -62,7 +57,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 +69,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}/dbus-1/services/org.a11y.atspi.Registry.service
%changelog