Hello community,

here is the log from the commit of package osc for openSUSE:Factory checked in 
at 2014-12-16 14:49:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/osc (Old)
 and      /work/SRC/openSUSE:Factory/.osc.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "osc"

Changes:
--------
--- /work/SRC/openSUSE:Factory/osc/osc.changes  2014-11-24 11:09:23.000000000 
+0100
+++ /work/SRC/openSUSE:Factory/.osc.new/osc.changes     2014-12-16 
14:49:11.000000000 +0100
@@ -1,0 +2,6 @@
+Fri Dec  5 13:17:15 UTC 2014 - seife+...@b1-systems.com
+
+- fix bash completion (complete is not propagated into subshells,
+  but PROFILEREAD is, so the setup script is never executed)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ osc.spec ++++++
--- /var/tmp/diff_new_pack.cOo4Q2/_old  2014-12-16 14:49:12.000000000 +0100
+++ /var/tmp/diff_new_pack.cOo4Q2/_new  2014-12-16 14:49:12.000000000 +0100
@@ -104,7 +104,11 @@
 ln -s osc-wrapper.py %{buildroot}/%{_bindir}/osc
 mkdir -p %{buildroot}%{_localstatedir}/lib/osc-plugins
 install -Dm0644 dist/complete.csh %{buildroot}%{_sysconfdir}/profile.d/osc.csh
+%if 0%{?suse_version}
+install -Dm0644 dist/complete.sh 
%{buildroot}%{_sysconfdir}/bash_completion.d/osc.sh
+%else
 install -Dm0644 dist/complete.sh %{buildroot}%{_sysconfdir}/profile.d/osc.sh
+%endif
 %if 0%{?suse_version} > 1110
 install -Dm0755 dist/osc.complete %{buildroot}%{_prefix}/lib/osc/complete
 %else
@@ -120,7 +124,11 @@
 %{_bindir}/osc*
 %{python_sitelib}/*
 %config %{_sysconfdir}/profile.d/osc.csh
+%if 0%{?suse_version}
+%config %{_sysconfdir}/bash_completion.d/osc.sh
+%else
 %config %{_sysconfdir}/profile.d/osc.sh
+%endif
 %dir %{_localstatedir}/lib/osc-plugins
 %{_mandir}/man1/osc.*
 %if 0%{?suse_version} > 1110

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to