Hello community,

here is the log from the commit of package lastpass-cli for openSUSE:Factory 
checked in at 2016-08-03 11:44:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lastpass-cli (Old)
 and      /work/SRC/openSUSE:Factory/.lastpass-cli.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "lastpass-cli"

Changes:
--------
--- /work/SRC/openSUSE:Factory/lastpass-cli/lastpass-cli.changes        
2016-04-28 17:01:06.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.lastpass-cli.new/lastpass-cli.changes   
2016-08-03 11:45:03.000000000 +0200
@@ -1,0 +2,34 @@
+Sun Jul 31 07:08:23 UTC 2016 - mplus...@suse.com
+
+- Update to version 1.0.0:
+  * New command lpass status shows whether or not the user is
+    logged in with agent, from Nick Knudson
+  * lpass add can now be passed --note-type=X in order to add a 
+    secure note using a template. Specifying an unknown note
+    template will list the available templates.
+  * lpass ls now shows username with --long, from Alli Witheford
+  * Bash completions are now installed with make install, from 
+    Eli Schwartz
+  * Fish shell completions supplied by Joar Wanboarg
+  * Initial support for adding (lpass add --app) and editing
+    applications
+  * Updates to manpage for ls, passwd, add, and basic usage
+    examples
+  * lpass now follows XDG base directory specifications for its
+    files on platforms that use it. Set LP_HOME to ~/.lpass to
+    keep the previous location
+  * Bugfix: resolved syncing problems on some platforms
+    (notably RHEL/CentOS) related to improper multiprocess usage
+    of libcurl (github #166)
+  * Bugfix: lpass show no longer crashes when a searched-for field
+    is not found (github #167)
+  * Bugfix: lpass no longer exits with an error if the blob is
+    empty but otherwise without parsing errors. This fixes the case
+    where a new user could not use the application without first
+    adding a site elsewhere.
+  * LPASS_LOG_LEVEL learned level=8 with which lpass will also dump
+    libcurl verbose logs showing all traffic for debugging (not
+    recommended for general use due to potentially sensitive
+    headers being logged).
+
+-------------------------------------------------------------------

Old:
----
  lastpass-cli-0.9.0.tar.gz

New:
----
  lastpass-cli-1.0.0.tar.gz

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

Other differences:
------------------
++++++ lastpass-cli.spec ++++++
--- /var/tmp/diff_new_pack.dmZg6y/_old  2016-08-03 11:45:05.000000000 +0200
+++ /var/tmp/diff_new_pack.dmZg6y/_new  2016-08-03 11:45:05.000000000 +0200
@@ -17,19 +17,20 @@
 
 
 Name:           lastpass-cli
-Version:        0.9.0
+Version:        1.0.0
 Release:        0
 Summary:        LastPass command line interface tool
 License:        GPL-2.0
 Group:          Productivity/Security
 Url:            https://github.com/LastPass/lastpass-cli
-Source:         
https://github.com/lastpass/lastpass-cli/archive/v0.9.0.tar.gz#/%{name}-%{version}.tar.gz
+Source:         
https://github.com/lastpass/lastpass-cli/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
 BuildRequires:  asciidoc
 BuildRequires:  libxslt-tools
-BuildRequires:  pkg-config
+BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(libcurl)
 BuildRequires:  pkgconfig(libxml-2.0)
 BuildRequires:  pkgconfig(openssl)
+Recommends:     bash-completion
 Recommends:     pinentry
 Recommends:     xclip
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -43,16 +44,19 @@
 %setup -q
 
 %build
-export CFLAGS="%{optflags}"
+export CFLAGS="%{optflags} -pipe"
 make %{?_smp_mflags} all doc-man
 
 %install
-make %{?_smp_mflags} DESTDIR=%{buildroot} install install-doc
+%make_install install-doc
 
 %files
 %defattr(-,root,root)
 %doc CHANGELOG.md README.md COPYING
 %{_bindir}/lpass
 %{_mandir}/man1/lpass.1%{ext_man}
+%dir %{_datadir}/bash-completion
+%dir %{_datadir}/bash-completion/completions
+%{_datadir}/bash-completion/completions/lpass
 
 %changelog

++++++ lastpass-cli-0.9.0.tar.gz -> lastpass-cli-1.0.0.tar.gz ++++++
++++ 2228 lines of diff (skipped)


Reply via email to