commit watson for openSUSE:Factory
Hello community, here is the log from the commit of package watson for openSUSE:Factory checked in at 2020-05-29 21:23:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/watson (Old) and /work/SRC/openSUSE:Factory/.watson.new.3606 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "watson" Fri May 29 21:23:55 2020 rev:2 rq:809905 version:1.9.0 Changes: -------- --- /work/SRC/openSUSE:Factory/watson/watson.changes 2020-05-28 09:21:59.709509125 +0200 +++ /work/SRC/openSUSE:Factory/.watson.new.3606/watson.changes 2020-05-29 21:38:59.750938987 +0200 @@ -1,0 +2,29 @@ +Thu May 28 10:37:56 UTC 2020 - Michael Vetter <mvetter@suse.com> + +- Use Supplements: packageand(%{name}:bash) instead of Suggests + +------------------------------------------------------------------- +Thu May 28 07:40:31 UTC 2020 - Michael Vetter <mvetter@suse.com> + +- Install bash, fish and zsh completions + +------------------------------------------------------------------- +Thu May 28 07:21:01 UTC 2020 - Michael Vetter <mvetter@suse.com> + +- Update to 1.9.0: + Added: + * Improve Arrow 0.15.0 support after changes in arrow.get() behavior + (#296) + * Watson now suggests correct command if users make small typo (#318) + Changed: + * Always show total time at bottom of report (#356) + * Use the default system newline character for CSV output (#366). + Fixed: + * Stylize prompt to create new project or tag (#310). + * Aggregate calculates wrong time if used with --current (#293) + * The start command now correctly checks if project is empty (#322) + * Aggregate ignores frames that crosses aggregate boundary (#248) + * The report and aggregate commands with --json option now correctly + encode Arrow objects (#329) + +------------------------------------------------------------------- Old: ---- 1.8.0.tar.gz New: ---- 1.9.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ watson.spec ++++++ --- /var/tmp/diff_new_pack.uH0tnL/_old 2020-05-29 21:39:00.306940641 +0200 +++ /var/tmp/diff_new_pack.uH0tnL/_new 2020-05-29 21:39:00.310940653 +0200 @@ -18,7 +18,7 @@ %{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")} Name: watson -Version: 1.8.0 +Version: 1.9.0 Release: 0 Summary: CLI time tracker License: MIT @@ -35,6 +35,36 @@ Watson helps managing time. It can tell how much time was spent on projects. It generates reports for clients. +%package bash-completion +Summary: Bash completion for %{name} +Group: System/Shells +Requires: %{name} = %{version} +Supplements: packageand(%{name}:bash) +BuildArch: noarch + +%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(%{name}:fish) +BuildArch: noarch + +%description fish-completion +Fish command line completion support for %{name}. + +%package zsh-completion +Summary: Zsh completion for %{name} +Group: System/Shells +Requires: %{name} = %{version} +Supplements: packageand(%{name}:zsh) +BuildArch: noarch + +%description zsh-completion +Zsh command line completion support for %{name}. + %prep %autosetup -n Watson-%{version} @@ -43,6 +73,10 @@ %install %python3_install +install -D -m 0644 watson.zsh-completion %{buildroot}%{_datadir}/zsh/site-functions/_watson +mkdir -p %{buildroot}%{_datadir}%{_datadir}/fish/vendor_completions.d/ +install -D -m 0644 watson.fish %{buildroot}%{_datadir}/fish/vendor_completions.d/watson.fish +install -D -m 0644 watson.completion %{buildroot}%{_datadir}/bash-completion/completions/watson %files %license LICENSE @@ -50,4 +84,15 @@ %{_bindir}/watson %{python_sitelib}/* +%files bash-completion +%{_datadir}/bash-completion/completions/ + +%files fish-completion +%dir %{_datadir}/fish/ +%{_datadir}/fish/vendor_completions.d/ + +%files zsh-completion +%dir %{_datadir}/zsh/ +%{_datadir}/zsh/site-functions/ + %changelog ++++++ 1.8.0.tar.gz -> 1.9.0.tar.gz ++++++ /work/SRC/openSUSE:Factory/watson/1.8.0.tar.gz /work/SRC/openSUSE:Factory/.watson.new.3606/1.9.0.tar.gz differ: char 12, line 1
participants (1)
-
root