Hello community,

here is the log from the commit of package at-spi2-atk for openSUSE:Factory 
checked in at 2014-05-20 14:25:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/at-spi2-atk (Old)
 and      /work/SRC/openSUSE:Factory/.at-spi2-atk.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "at-spi2-atk"

Changes:
--------
--- /work/SRC/openSUSE:Factory/at-spi2-atk/at-spi2-atk.changes  2014-05-05 
21:14:09.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.at-spi2-atk.new/at-spi2-atk.changes     
2014-05-20 14:27:26.000000000 +0200
@@ -1,0 +2,7 @@
+Thu May 15 08:35:10 UTC 2014 - fezh...@suse.com
+
+- add a script that prevents forwarding accesibility through
+  SSH (bnc#861557)
+  + added source: at-spi2.sh
+
+-------------------------------------------------------------------

New:
----
  at-spi2.sh

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ at-spi2-atk.spec ++++++
--- /var/tmp/diff_new_pack.IL9PMa/_old  2014-05-20 14:27:26.000000000 +0200
+++ /var/tmp/diff_new_pack.IL9PMa/_new  2014-05-20 14:27:26.000000000 +0200
@@ -24,6 +24,7 @@
 Group:          System/Libraries
 Url:            http://www.gnome.org/
 Source0:        
http://download.gnome.org/sources/at-spi2-atk/2.12/%{name}-%{version}.tar.xz
+Source1:        at-spi2.sh
 Source98:       baselibs.conf
 Source99:       %{name}-rpmlintrc
 BuildRequires:  fdupes
@@ -107,6 +108,8 @@
 %install
 %makeinstall
 find %{buildroot} -type f -name "*.la" -delete -print
+install -d -m 755 %{buildroot}%{_sysconfdir}/profile.d
+install -m 644 %{SOURCE1} %{buildroot}%{_sysconfdir}/profile.d
 
 %post -n libatk-bridge-2_0-0 -p /sbin/ldconfig
 
@@ -116,6 +119,7 @@
 %defattr(-,root,root)
 %dir %{_libdir}/gnome-settings-daemon-3.0
 %dir %{_libdir}/gnome-settings-daemon-3.0/gtk-modules
+%config %{_sysconfdir}/profile.d/at-spi2.*
 %{_libdir}/gnome-settings-daemon-3.0/gtk-modules/at-spi2-atk.desktop
 
 %files gtk2

++++++ at-spi2.sh ++++++
# currently there is no proper accessibility forwarding through SSH
# so abort loading the module in an SSH session to avoid warnings
if test -n "$SSH_TTY" -a -n "$SSH_CLIENT" ; then
    export NO_AT_BRIDGE=1
fi
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to