Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package you-get for openSUSE:Factory checked in at 2026-08-05 17:48:28 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/you-get (Old) and /work/SRC/openSUSE:Factory/.you-get.new.16738 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "you-get" Wed Aug 5 17:48:28 2026 rev:53 rq:1369512 version:0.4.1743 Changes: -------- --- /work/SRC/openSUSE:Factory/you-get/you-get.changes 2026-06-30 15:14:10.561550071 +0200 +++ /work/SRC/openSUSE:Factory/.you-get.new.16738/you-get.changes 2026-08-05 17:49:18.763754207 +0200 @@ -1,0 +2,5 @@ +Tue Aug 4 11:56:47 UTC 2026 - Luigi Baldoni <[email protected]> + +- Fixed installation path for fish completions + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ you-get.spec ++++++ --- /var/tmp/diff_new_pack.FK3of1/_old 2026-08-05 17:49:19.287772564 +0200 +++ /var/tmp/diff_new_pack.FK3of1/_new 2026-08-05 17:49:19.291772705 +0200 @@ -16,6 +16,11 @@ # +%if 0%{?suse_version} <= 1600 +%define _fish_completions %{_datadir}/fish/completions +%else +%define _fish_completions %{_datadir}/fish/vendor_completions.d +%endif Name: you-get Version: 0.4.1743 Release: 0 @@ -84,7 +89,7 @@ install -m0755 you-get %{buildroot}%{_bindir} %fdupes -s %{buildroot}%{python3_sitelib} install -Dm644 contrib/completion/you-get-completion.bash %{buildroot}%{_datadir}/bash-completion/completions/you-get -install -Dm644 contrib/completion/you-get.fish %{buildroot}%{_datadir}/fish/completions/you-get.fish +install -Dm644 contrib/completion/you-get.fish %{buildroot}%{_fish_completions}/you-get.fish install -Dm644 contrib/completion/_you-get %{buildroot}%{_datadir}/zsh/site-functions/_you-get %check @@ -100,7 +105,7 @@ %{_datadir}/bash-completion/completions/you-get %files fish-completion -%{_datadir}/fish/completions/you-get.fish +%{_fish_completions}/you-get.fish %files zsh-completion %{_datadir}/zsh/site-functions/_you-get
