Hello community, here is the log from the commit of package lastpass-cli for openSUSE:Factory checked in at 2018-04-20 17:25:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/lastpass-cli (Old) and /work/SRC/openSUSE:Factory/.lastpass-cli.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "lastpass-cli" Fri Apr 20 17:25:53 2018 rev:7 rq:593912 version:1.3.0 Changes: -------- --- /work/SRC/openSUSE:Factory/lastpass-cli/lastpass-cli.changes 2017-11-03 16:27:55.057512123 +0100 +++ /work/SRC/openSUSE:Factory/.lastpass-cli.new/lastpass-cli.changes 2018-04-20 17:26:09.313751415 +0200 @@ -1,0 +2,19 @@ +Fri Apr 6 07:51:23 UTC 2018 - [email protected] + +- Update to version 1.3.0: + * lpass show now supports --json format + * lpass show now supports --quiet flag to suppress prompts + * lpass import has --keep-dupes flag which will preserve + duplicate accounts on import + * LPASS_PINENTRY environment variable may now be used to set + custom path to pinentry + * Build fix for aarch64 and others + * New fish completions + * Zsh completions + * bugfix: site notes now show up in notes textarea instead of + fields + * spelling fixes +- Modernise spec file +- Install autocompletions + +------------------------------------------------------------------- Old: ---- lastpass-cli-1.2.2.tar.gz New: ---- lastpass-cli-1.3.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ lastpass-cli.spec ++++++ --- /var/tmp/diff_new_pack.HIqXGG/_old 2018-04-20 17:26:09.965727773 +0200 +++ /var/tmp/diff_new_pack.HIqXGG/_new 2018-04-20 17:26:09.969727628 +0200 @@ -1,7 +1,7 @@ # # spec file for package lastpass-cli # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 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 @@ -17,12 +17,12 @@ Name: lastpass-cli -Version: 1.2.2 +Version: 1.3.0 Release: 0 Summary: LastPass command line interface tool -License: GPL-2.0 +License: GPL-2.0-only Group: Productivity/Security -Url: https://github.com/LastPass/lastpass-cli +URL: https://github.com/LastPass/lastpass-cli Source: https://github.com/lastpass/lastpass-cli/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz BuildRequires: asciidoc BuildRequires: cmake @@ -43,7 +43,7 @@ tool. %prep -%setup -q +%autosetup %build %cmake \ @@ -52,16 +52,29 @@ %install %cmake_install install-doc +install -Dpm 0644 contrib/lpass_bash_completion \ + %{buildroot}%{_datadir}/bash-completion/completions/lpass +install -Dpm 0644 contrib/lpass_zsh_completion \ + %{buildroot}%{_datadir}/zsh/site-functions/_lpass +install -Dpm 0644 contrib/completions-lpass.fish \ + %{buildroot}%{_datadir}/fish/completions/completions-lpass.fish %check make %{?_smp_mflags} test %files -%doc CHANGELOG.md README.md COPYING +%license COPYING +%doc CHANGELOG.md README.md %{_bindir}/lpass -%{_mandir}/man1/lpass.1%{ext_man} +%{_mandir}/man1/lpass.1%{?ext_man} %dir %{_datadir}/bash-completion %dir %{_datadir}/bash-completion/completions %{_datadir}/bash-completion/completions/lpass +%dir %{_datadir}/fish +%dir %{_datadir}/fish/completions +%{_datadir}/fish/completions/completions-lpass.fish +%dir %{_datadir}/zsh +%dir %{_datadir}/zsh/site-functions +%{_datadir}/zsh/site-functions/_lpass %changelog ++++++ lastpass-cli-1.2.2.tar.gz -> lastpass-cli-1.3.0.tar.gz ++++++ ++++ 1794 lines of diff (skipped)
