Hello community,

here is the log from the commit of package lastpass-cli for openSUSE:Factory 
checked in at 2017-02-21 13:49:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-08-03 11:45:03.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.lastpass-cli.new/lastpass-cli.changes   
2017-02-21 13:49:03.603249418 +0100
@@ -1,0 +2,36 @@
+Fri Feb 17 09:41:07 UTC 2017 - mplus...@suse.com
+
+- Update to version 1.1.2:
+  * Bugfix: crash with lpass logout --color=never fixed
+  * Bugfix: lpass add with secure notes works again
+  * Bugfix: sort order in lpass ls is now consistent whether or not
+    colors are used
+  * Documentation has been enhanced to describe aliases and more
+    options, with patches by Eric B. Hymowitz.
+- Changes for version 1.1.1:
+  * Bugfix: fix crash in lpass show for secure notes without
+    attachments
+  * Build: fix build on OpenBSD, from Björn Ketelaars
+  * Build: fix build when using LibreSSL, from Björn Ketelaars
+- Changes for version 1.1.0:
+  * New command lpass import can import an existing csv file (or
+    output from lpass export) into the vault lpass show and lpass
+    ls learned a --format argument to enable user-specified
+    printf-style formats
+  * Bash completions will now complete field names if --field is
+    specified after the account name
+  * Build: cmake now used for building, by Filippo Cucchetto and
+    with fixes by Eli Schwartz
+  * Build: lpass has been updated to work with OpenSSL 1.1
+  * Bugfix: crash in lpass ls -l with no last_modified_gmt fixed
+  * Bugfix: secure notes editing with "Name" fields now works
+    properly
+  * Bugfix: editing secure note names now works (github #106)
+  * Bugfix: lpass-created server secure notes are now compatible
+    with the plugin
+  * Bugfix: generate now uses all defined characters, by Ignat
+    Korchagin
+  * Bugfix: lpass show for ssh-key secure notes no longer corrupts
+  * password-protected ssh keys (github #232)
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ lastpass-cli.spec ++++++
--- /var/tmp/diff_new_pack.Ano0vV/_old  2017-02-21 13:49:04.019190881 +0100
+++ /var/tmp/diff_new_pack.Ano0vV/_new  2017-02-21 13:49:04.023190319 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package lastpass-cli
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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,7 +17,7 @@
 
 
 Name:           lastpass-cli
-Version:        1.0.0
+Version:        1.1.2
 Release:        0
 Summary:        LastPass command line interface tool
 License:        GPL-2.0
@@ -25,15 +25,17 @@
 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
+BuildRequires:  gcc-c++
 BuildRequires:  libxslt-tools
 BuildRequires:  pkgconfig
+BuildRequires:  pkgconfig(bash-completion)
 BuildRequires:  pkgconfig(libcurl)
 BuildRequires:  pkgconfig(libxml-2.0)
 BuildRequires:  pkgconfig(openssl)
 Recommends:     bash-completion
 Recommends:     pinentry
 Recommends:     xclip
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 LastPass is a freemium password management service which stores encrypted
@@ -44,11 +46,11 @@
 %setup -q
 
 %build
-export CFLAGS="%{optflags} -pipe"
+%cmake
 make %{?_smp_mflags} all doc-man
 
 %install
-%make_install install-doc
+%cmake_install install-doc
 
 %files
 %defattr(-,root,root)

++++++ lastpass-cli-1.0.0.tar.gz -> lastpass-cli-1.1.2.tar.gz ++++++
++++ 3307 lines of diff (skipped)


Reply via email to