Hello community, here is the log from the commit of package osc for openSUSE:Factory checked in at 2020-07-27 17:43:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/osc (Old) and /work/SRC/openSUSE:Factory/.osc.new.3592 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "osc" Mon Jul 27 17:43:24 2020 rev:151 rq:822844 version:0.170.0 Changes: -------- --- /work/SRC/openSUSE:Factory/osc/osc.changes 2020-07-09 13:22:06.165788295 +0200 +++ /work/SRC/openSUSE:Factory/.osc.new.3592/osc.changes 2020-07-27 17:45:03.251261984 +0200 @@ -29,0 +30,6 @@ +Thu Jul 2 12:46:33 UTC 2020 - Frederic Crozat <[email protected]> + +- Really fix path for fish completion file to + /usr/share/fish/vendor_completions.d and fix its permissions. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ osc.spec ++++++ --- /var/tmp/diff_new_pack.QFVkIP/_old 2020-07-27 17:45:08.451266865 +0200 +++ /var/tmp/diff_new_pack.QFVkIP/_new 2020-07-27 17:45:08.459266873 +0200 @@ -174,7 +174,7 @@ install -Dm0755 dist/osc.complete %{buildroot}%{_libdir}/osc/complete %endif -install -Dm0755 osc.fish %{buildroot}%{_datadir}/fish/completions/vendor_completions.d/osc.fish +install -Dm644 osc.fish %{buildroot}%{_datadir}/fish/vendor_completions.d/osc.fish install -m644 %{macros_file} -D %{buildroot}%{_sysconfdir}/rpm/%{macros_file} @@ -211,7 +211,9 @@ %else %{_libdir}/osc %endif -%{_datadir}/fish +%dir %{_datadir}/fish +%dir %{_datadir}/fish/vendor_completions.d +%{_datadir}/fish/vendor_completions.d/osc.fish %dir %{osc_plugin_dir} %changelog
