Hello community,

here is the log from the commit of package pyenv for openSUSE:Factory checked 
in at 2019-01-28 20:49:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pyenv (Old)
 and      /work/SRC/openSUSE:Factory/.pyenv.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pyenv"

Mon Jan 28 20:49:58 2019 rev:3 rq:669094 version:1.2.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/pyenv/pyenv.changes      2018-12-14 
20:56:07.892820057 +0100
+++ /work/SRC/openSUSE:Factory/.pyenv.new.28833/pyenv.changes   2019-01-28 
20:50:45.709758573 +0100
@@ -1,0 +2,5 @@
+Mon Jan 28 13:41:38 UTC 2019 - [email protected]
+
+- Install fish completion file to /usr/share/fish/completions/
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ pyenv.spec ++++++
--- /var/tmp/diff_new_pack.B1ckjH/_old  2019-01-28 20:50:46.113758147 +0100
+++ /var/tmp/diff_new_pack.B1ckjH/_new  2019-01-28 20:50:46.117758142 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package pyenv
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -29,6 +29,7 @@
 Source1:        %{name}-rpmlintrc
 Source2:        %{name}.rst
 BuildRequires:  bash-completion
+BuildRequires:  fish
 BuildRequires:  fdupes
 BuildRequires:  gcc
 BuildRequires:  make
@@ -50,6 +51,16 @@
 %description bash-completion
 Bash command line completion support for %{name}.
 
+%package fish-completion
+Summary:        Fish completion for %{name}
+Group:          System/Shells
+Requires:       %{name} = %{version}
+Supplements:    packageand(pyenv:fish)
+BuildArch:      noarch
+
+%description fish-completion
+Fish command line completion support for %{name}.
+
 %package zsh-completion
 Summary:        Zsh completion for %{name}
 Group:          System/Shells
@@ -111,6 +122,7 @@
 
 ## Install shell completions:
 install -D -m0644 completions/pyenv.bash 
%{buildroot}%{_datadir}/bash-completion/completions/pyenv
+install -D -m0644 completions/pyenv.fish 
%{buildroot}%{_datadir}/fish/completions/pyenv.fish
 install -D -m0644 completions/pyenv.zsh 
%{buildroot}%{_sysconfdir}/zsh_completion.d/pyenv
 
 ## Install manpage
@@ -153,6 +165,9 @@
 %files bash-completion
 %{_datadir}/bash-completion/completions/pyenv
 
+%files fish-completion
+%{_datadir}/fish/completions/pyenv.fish
+
 %files zsh-completion
 %config %{_sysconfdir}/zsh_completion.d/pyenv
 


Reply via email to