Hello community, here is the log from the commit of package keybase-client for openSUSE:Factory checked in at 2020-02-04 19:51:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/keybase-client (Old) and /work/SRC/openSUSE:Factory/.keybase-client.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "keybase-client" Tue Feb 4 19:51:52 2020 rev:11 rq:769870 version:5.2.0 Changes: -------- --- /work/SRC/openSUSE:Factory/keybase-client/keybase-client.changes 2019-12-28 13:41:03.630949360 +0100 +++ /work/SRC/openSUSE:Factory/.keybase-client.new.26092/keybase-client.changes 2020-02-04 19:52:10.197280190 +0100 @@ -1,0 +2,12 @@ +Mon Feb 3 22:22:05 UTC 2020 - Matthias Bach <[email protected]> + +- Upgrade to version 5.2.0 + * Bots: you can now install bots into your conversations. Kick + off a meeting with Google Meet Bot, watch for commits with + GitHub Bot, create new issues in JIRA, and more, all without + leaving Keybase. +- Limit source file to the `go` subdirectory of the repository as + we only build the command line client and the GUI sources contain + files with problematic licenses. + +------------------------------------------------------------------- Old: ---- client-5.1.1.tar.xz New: ---- client-5.2.0.tar.xz keybase.service ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ keybase-client.spec ++++++ --- /var/tmp/diff_new_pack.1zZI7O/_old 2020-02-04 19:52:12.633281610 +0100 +++ /var/tmp/diff_new_pack.1zZI7O/_new 2020-02-04 19:52:12.637281612 +0100 @@ -1,7 +1,7 @@ # # spec file for package keybase-client # -# Copyright (c) 2019 SUSE LLC +# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2019, Matthias Bach <[email protected]> # # All modifications and additions to the file contributed by third parties @@ -20,7 +20,7 @@ %{go_nostrip} Name: keybase-client -Version: 5.1.1 +Version: 5.2.0 Release: 0 Summary: Keybase command line client License: BSD-3-Clause @@ -28,6 +28,7 @@ URL: https://github.com/keybase/client/ Source: client-%{version}.tar.xz Source1: README.SUSE +Source2: keybase.service BuildRequires: fdupes BuildRequires: golang-packaging BuildRequires: gzip @@ -47,13 +48,13 @@ %setup -q -n client-%{version} %build -%goprep github.com/keybase/client -%gobuild -tags production go/keybase +%goprep github.com/keybase/client/go +%gobuild -tags production keybase %install %goinstall %gofilelist -install -D -m 644 packaging/linux/systemd/keybase.service %{buildroot}%{_userunitdir}/keybase.service +install -D -m 644 -p %{SOURCE2} %{buildroot}%{_userunitdir}/keybase.service install -D -m 644 -p %{SOURCE1} %{buildroot}/%{_docdir}/%{name}/README.SUSE %fdupes %{buildroot}/%{_prefix} @@ -72,6 +73,6 @@ %{_userunitdir}/keybase.service %{_docdir}/%{name} %{_docdir}/%{name}/README.SUSE -%license go/LICENSE +%license LICENSE %changelog ++++++ _service ++++++ --- /var/tmp/diff_new_pack.1zZI7O/_old 2020-02-04 19:52:12.697281647 +0100 +++ /var/tmp/diff_new_pack.1zZI7O/_new 2020-02-04 19:52:12.697281647 +0100 @@ -1,13 +1,14 @@ <services> - <service mode="disabled" name="obs_scm"> + <service mode="disabled" name="tar_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="subdir">go/</param> + <param name="revision">refs/tags/v5.2.0</param> <param name="versionformat">@PARENT_TAG@</param> <param name="versionrewrite-pattern">v(.*)</param> + <param name="filename">client</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> ++++++ client-5.1.1.tar.xz -> client-5.2.0.tar.xz ++++++ /work/SRC/openSUSE:Factory/keybase-client/client-5.1.1.tar.xz /work/SRC/openSUSE:Factory/.keybase-client.new.26092/client-5.2.0.tar.xz differ: char 26, line 1 ++++++ keybase.service ++++++ [Unit] Description=Keybase core service [Service] Type=notify Environment=KEYBASE_SERVICE_TYPE=systemd # Backwards-compatibility EnvironmentFile=-%t/keybase/keybase.env # Switch %h/.config to %E one running on Systemd 239+ EnvironmentFile=-%h/.config/keybase/keybase.autogen.env EnvironmentFile=-%h/.config/keybase/keybase.env ExecStart=/usr/bin/keybase --use-default-log-file --debug service Restart=on-failure [Install] WantedBy=default.target
