Hello community,
here is the log from the commit of package keybase-client for
openSUSE:Leap:15.2 checked in at 2020-01-30 06:08:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/keybase-client (Old)
and /work/SRC/openSUSE:Leap:15.2/.keybase-client.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "keybase-client"
Thu Jan 30 06:08:44 2020 rev:4 rq:767523 version:5.1.1
Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/keybase-client/keybase-client.changes
2020-01-15 15:15:45.770253415 +0100
+++
/work/SRC/openSUSE:Leap:15.2/.keybase-client.new.26092/keybase-client.changes
2020-01-30 06:09:06.658488219 +0100
@@ -1,0 +2,69 @@
+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
+
+-------------------------------------------------------------------
+Tue Oct 29 19:31:55 UTC 2019 - Matthias Bach <[email protected]>
+
+- Upgrade to version 4.7.2
+ * Fix an issue with device provisioning.
+ * Fix account deletion.
+ * Better account-reset workflow.
+ * Faster inbox loading.
+
+-------------------------------------------------------------------
+Sun Oct 13 09:20:41 UTC 2019 - Matthias Bach <[email protected]>
+
+- Upgrade to version 4.6.0
+ * Added bot managment commands.
+ * Better support for federated addresses in Stellar feature.
+ * Miscellaneous bug fixes.
+
+-------------------------------------------------------------------
+Sat Aug 17 08:56:46 UTC 2019 - Matthias Bach <[email protected]>
+
+- Upgrade to version 4.3.1
+ * Replies will automatically notify who you're replying to.
+ * Support user lookup by phone number.
+
+-------------------------------------------------------------------
+Wed Jul 24 18:38:08 UTC 2019 - Matthias Bach <[email protected]>
+
+- Upgrade to version 4.2.1
+ * Search across all chat conversations.
+ * Team mentions in chat.
+
+-------------------------------------------------------------------
+Thu Jun 6 07:11:19 UTC 2019 - Dominique Leuenberger <[email protected]>
+
+- BuildRequire pkgconfig(systemd) instead of systemd: allow OBS to
+ make the build dep chain cheaper by using systemd-mini.
+
+-------------------------------------------------------------------
+Fri Apr 12 20:21:20 UTC 2019 - Matthias Bach <[email protected]>
+
+- Upgrade to version 3.2.2
+ * Support for Mastodon social proofs.
+ * New slash commands.
+ * Set short term retention policies on teams and direct messages.
+- This version requires Go >= 1.10 and will thus no longer work on
+ Leap 15.0.
+
+-------------------------------------------------------------------
Old:
----
v2.11.0.tar.gz
New:
----
client-5.1.1.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ keybase-client.spec ++++++
--- /var/tmp/diff_new_pack.TldfM8/_old 2020-01-30 06:09:07.518488701 +0100
+++ /var/tmp/diff_new_pack.TldfM8/_new 2020-01-30 06:09:07.518488701 +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
@@ -13,26 +13,26 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%{go_nostrip}
Name: keybase-client
-Version: 2.11.0
+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
BuildRequires: gzip
-BuildRequires: systemd
-%{?systemd_requires}
+BuildRequires: pkgconfig(systemd)
+%{?systemd_ordering}
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%{go_provides}
++++++ _service ++++++
--- /var/tmp/diff_new_pack.TldfM8/_old 2020-01-30 06:09:07.546488716 +0100
+++ /var/tmp/diff_new_pack.TldfM8/_new 2020-01-30 06:09:07.550488718 +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/v2.11.0.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>