Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package tj for openSUSE:Factory checked in at 2025-09-01 17:18:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/tj (Old) and /work/SRC/openSUSE:Factory/.tj.new.1977 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "tj" Mon Sep 1 17:18:54 2025 rev:3 rq:1302213 version:7.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/tj/tj.changes 2021-06-09 21:52:23.518484354 +0200 +++ /work/SRC/openSUSE:Factory/.tj.new.1977/tj.changes 2025-09-01 17:19:40.890728969 +0200 @@ -1,0 +2,6 @@ +Wed Aug 20 12:33:19 UTC 2025 - Michael Matz <m...@suse.com> + +- Use current distro go default version. As these are oldish + sources, also use GO111MODULE=off. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ tj.spec ++++++ --- /var/tmp/diff_new_pack.lmcrb1/_old 2025-09-01 17:19:41.378749631 +0200 +++ /var/tmp/diff_new_pack.lmcrb1/_new 2025-09-01 17:19:41.382749800 +0200 @@ -1,7 +1,7 @@ # # spec file for package tj # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2025 SUSE LLC # Copyright (c) 2018, Martin Hauke <mar...@gmx.de> # # All modifications and additions to the file contributed by third parties @@ -28,7 +28,7 @@ Source: https://github.com/sgreben/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz BuildRequires: golang-packaging %if 0%{?suse_version} >= 1550 -BuildRequires: golang(API) = 1.13 +BuildRequires: golang(API) >= 1.13 %else BuildRequires: golang(API) >= 1.9 %endif @@ -44,9 +44,13 @@ %build %{goprep} github.com/sgreben/tj +GO111MODULE=off +export GO111MODULE %{gobuild} ... %install +GO111MODULE=off +export GO111MODULE %{goinstall} %{gosrc} %{gofilelist}