Hello community,

here is the log from the commit of package keybase-client for openSUSE:Factory 
checked in at 2019-12-28 13:40:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/keybase-client (Old)
 and      /work/SRC/openSUSE:Factory/.keybase-client.new.6675 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "keybase-client"

Sat Dec 28 13:40:53 2019 rev:10 rq:759770 version:5.1.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/keybase-client/keybase-client.changes    
2019-10-30 14:47:05.286135685 +0100
+++ /work/SRC/openSUSE:Factory/.keybase-client.new.6675/keybase-client.changes  
2019-12-28 13:41:03.630949360 +0100
@@ -1,0 +2,22 @@
+Tue Dec 27 08:53:55 UTC 2019 - Stefan Weiberg <[email protected]>
+
+- Upgrade to version 5.1.1
+  * Enabled blocking users from their profile
+- Upgrade to version 5.1.0
+  * New features for blocking and reporting bad people
+  * Large File Storage in git
+  * Various bug fixes around team management
+  * Dark mode fixes
+  * Smaller bug fixes and performance improvements
+- Upgrade to version 5.0.0
+  * Switch between multiple accounts quickly
+  * Send short audio snippets in chat in mobile
+  * Sync KBFS files to your device for offline access
+  * Keybase FM: Learn about new features in each release in the app
+  * Better location sharing in chat
+  * Removed navigation while in chat in mobile
+  * Dark mode fixes
+  * Faster startup time
+  * Improved animations
+
+-------------------------------------------------------------------

Old:
----
  v4.7.2.tar.gz

New:
----
  client-5.1.1.tar.xz

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

Other differences:
------------------
++++++ keybase-client.spec ++++++
--- /var/tmp/diff_new_pack.KzZJGN/_old  2019-12-28 13:41:05.938950524 +0100
+++ /var/tmp/diff_new_pack.KzZJGN/_new  2019-12-28 13:41:05.974950542 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package keybase-client
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC
 # Copyright (c) 2019, Matthias Bach <[email protected]>
 #
 # All modifications and additions to the file contributed by third parties
@@ -20,13 +20,13 @@
 %{go_nostrip}
 
 Name:           keybase-client
-Version:        4.7.2
+Version:        5.1.1
 Release:        0
 Summary:        Keybase command line client
 License:        BSD-3-Clause
 Group:          Productivity/Security
-Url:            https://github.com/keybase/client/
-Source:         https://github.com/keybase/client/archive/v%{version}.tar.gz
+URL:            https://github.com/keybase/client/
+Source:         client-%{version}.tar.xz
 Source1:        README.SUSE
 BuildRequires:  fdupes
 BuildRequires:  golang-packaging

++++++ _service ++++++
--- /var/tmp/diff_new_pack.KzZJGN/_old  2019-12-28 13:41:06.426950770 +0100
+++ /var/tmp/diff_new_pack.KzZJGN/_new  2019-12-28 13:41:06.454950784 +0100
@@ -1,8 +1,15 @@
 <services>
-    <service name="download_url" mode="disabled">
-        <param name="protocol">https</param>
-        <param name="host">github.com</param>
-        <param name="path">/keybase/client/archive/v4.7.2.tar.gz</param>
-    </service>
-    <service name="set_version" mode="disabled" />
+  <service mode="disabled" name="obs_scm">
+    <param name="url">https://github.com/keybase/client.git</param>
+    <param name="scm">git</param>
+    <param name="revision">refs/tags/v5.1.1</param>
+    <param name="versionformat">@PARENT_TAG@</param>
+    <param name="versionrewrite-pattern">v(.*)</param>
+    <param name="changesgenerate">disable</param>
+  </service>
+  <service mode="disabled" name="tar" />
+  <service mode="disabled" name="recompress">
+    <param name="file">*.tar</param>
+    <param name="compression">xz</param>
+  </service>
 </services>


Reply via email to