Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package tj for openSUSE:Factory checked in at 2021-06-09 21:52:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/tj (Old) and /work/SRC/openSUSE:Factory/.tj.new.32437 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "tj" Wed Jun 9 21:52:05 2021 rev:2 rq:898144 version:7.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/tj/tj.changes 2019-02-26 22:19:00.986137670 +0100 +++ /work/SRC/openSUSE:Factory/.tj.new.32437/tj.changes 2021-06-09 21:52:23.518484354 +0200 @@ -1,0 +2,5 @@ +Sat Jun 5 19:54:39 UTC 2021 - Martin Hauke <[email protected]> + +- Use golang 1.13 for Tumbleweed to workaround build issues + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ tj.spec ++++++ --- /var/tmp/diff_new_pack.3GjeNw/_old 2021-06-09 21:52:24.006485224 +0200 +++ /var/tmp/diff_new_pack.3GjeNw/_new 2021-06-09 21:52:24.010485231 +0200 @@ -1,6 +1,7 @@ # # spec file for package tj # +# Copyright (c) 2021 SUSE LLC # Copyright (c) 2018, Martin Hauke <[email protected]> # # All modifications and additions to the file contributed by third parties @@ -12,9 +13,10 @@ # 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/ # + Name: tj Version: 7.0.0 Release: 0 @@ -24,8 +26,12 @@ URL: https://github.com/sgreben/tj #Git-Clone: https://github.com/sgreben/tj.git Source: https://github.com/sgreben/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz -BuildRequires: golang(API) >= 1.9 BuildRequires: golang-packaging +%if 0%{?suse_version} >= 1550 +BuildRequires: golang(API) = 1.13 +%else +BuildRequires: golang(API) >= 1.9 +%endif %{go_provides} %description
